Color #015A03

HEX

#015A03

RGB

(1, 90, 3)

Quick Actions

Color Values

Color Space Values
RGB
R: 1, G: 90, B: 3 (0%, 35%, 1%)
CMYK C: 99%, M: 0%, Y: 97%, K: 65%
HSL H: 121°, S: 98%, L: 18%
HSV H: 121°, S: 99%, V: 35%
CIE-LAB L: 32.55, a: -39.95, b: 37.87
CIE-LCH L: 32.55, C: 55.05, H: 136.53
Hunter-Lab L: 27.07, a: -23.53, b: 15.56
Web Safe
#006600
Complementary
#5a0158

#015A03 is a color with RGB values of 1 red, 90 green, and 3 blue (0%, 35%, 1% respectively). In the CMYK color space, it consists of 99% cyan, 0% magenta, 97% yellow, and 65% black. The color has a hue angle of 121°, 98% saturation, and 18% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #006600. The complementary color is #5a0158, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #015A03

Explore different variations of #015A03 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #015A03. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #015A03

Explore different color combinations and harmonies that work well with #015A03.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #015A03

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #015A03

Text with #015A03

This text has a font color of #015A03.

<span style="color:#015A03;">Text here</span>
.text { color: #015A03; }

#015A03 background color

This paragraph has a background color of #015A03.

<p style="background-color:#015A03;">Content here</p>
.background { background-color: #015A03; }

#015A03 border color

This element has a border color of #015A03.
<div style="border:1px solid #015A03;">Content here</div>
.border { border: 1px solid #015A03; }

#015A03 box shadow

This element has a box shadow using #015A03.
<div style="box-shadow: 0 4px 6px -1px #015A0380">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #015A0380; }
Copied to clipboard!