Shades of Navy #021072
Tints of Navy #021072
RGB
CMYK
RGB Variations
Color information
#021072 (or 0x021072) is known color: Navy. HEX triplet: 02, 10 and 72. RGB value is (2,16,114). Sum of RGB (Red+Green+Blue) = 2+16+114=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #021072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021072 is #FDEF8D. Grayscale: #161616. Windows color (decimal): -16641934 or 7475202. OLE color: 7475202.
HSL color Cylindrical-coordinate representation of color #021072: hue angle of 232.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021072 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 16 | 114 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.55 |
| HSL | 232.5º | 0.97% | 0.23% | - |
| HSV(B) | 232.5º | 0.98% | 0.45% | - |
| XYZ | 3.25 | 1.6 | 16.06 | - |
| YUV | 22.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 114 | 0.98 | 0.86 | 0 | 0.55 | 232.5 | 0.97 | 0.23 |
| Hex | 2 | 10 | 72 | 62 | 56 | 0 | 37 | E8 | 61 | 17 |
| Octal | 2 | 20 | 162 | 142 | 126 | 0 | 67 | 350 | 141 | 27 |
| Binary | 10 | 10000 | 1110010 | 1100010 | 1010110 | 0 | 110111 | 11101000 | 1100001 | 10111 |
Color Harmonies of #021072
Complementary color
Monochromatic Colors of #021072
Black with #021072
Text Example
Text Example
White with #021072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021072; }
p { color: rgb(2,16,114); }
H1.HeaderClassName
{
color: #021072;
}
.AnyTagClassName
{
color: #021072;
}
</style>
background-color css
<style>
a { background-color: #021072; }
a { background-color: rgb(2,16,114); }
div.DivClassName
{
background-color: #021072;
}
.BgClassName
{
background-color: #021072;
}
</style>
border-color css
<style>
span { border-color: #021072; }
span { border-color: rgb(2,16,114); }
td.TdClassName
{
border-color: #021072;
}
.TagClassName
{
border-color: #021072;
}
</style>