Shades of Navy #021579
Tints of Navy #021579
RGB
CMYK
RGB Variations
Color information
#021579 (or 0x021579) is known color: Navy. HEX triplet: 02, 15 and 79. RGB value is (2,21,121). Sum of RGB (Red+Green+Blue) = 2+21+121=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #021579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021579 is #FDEA86. Grayscale: #1A1A1A. Windows color (decimal): -16640647 or 7935234. OLE color: 7935234.
HSL color Cylindrical-coordinate representation of color #021579: hue angle of 230.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021579 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 21 | 121 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.53 |
| HSL | 230.42º | 0.97% | 0.24% | - |
| HSV(B) | 230.42º | 0.98% | 0.47% | - |
| XYZ | 3.74 | 1.93 | 18.26 | - |
| YUV | 26.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 121 | 0.98 | 0.83 | 0 | 0.53 | 230.42 | 0.97 | 0.24 |
| Hex | 2 | 15 | 79 | 62 | 53 | 0 | 35 | E6 | 61 | 18 |
| Octal | 2 | 25 | 171 | 142 | 123 | 0 | 65 | 346 | 141 | 30 |
| Binary | 10 | 10101 | 1111001 | 1100010 | 1010011 | 0 | 110101 | 11100110 | 1100001 | 11000 |
Color Harmonies of #021579
Complementary color
Monochromatic Colors of #021579
Black with #021579
Text Example
Text Example
White with #021579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021579; }
p { color: rgb(2,21,121); }
H1.HeaderClassName
{
color: #021579;
}
.AnyTagClassName
{
color: #021579;
}
</style>
background-color css
<style>
a { background-color: #021579; }
a { background-color: rgb(2,21,121); }
div.DivClassName
{
background-color: #021579;
}
.BgClassName
{
background-color: #021579;
}
</style>
border-color css
<style>
span { border-color: #021579; }
span { border-color: rgb(2,21,121); }
td.TdClassName
{
border-color: #021579;
}
.TagClassName
{
border-color: #021579;
}
</style>