Shades of Navy #020D72
Tints of Navy #020D72
RGB
CMYK
RGB Variations
Color information
#020D72 (or 0x020D72) is known color: Navy. HEX triplet: 02, 0D and 72. RGB value is (2,13,114). Sum of RGB (Red+Green+Blue) = 2+13+114=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #020D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D72 is #FDF28D. Grayscale: #141414. Windows color (decimal): -16642702 or 7474434. OLE color: 7474434.
HSL color Cylindrical-coordinate representation of color #020D72: hue angle of 234.11º 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 #020D72 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 13 | 114 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.55 |
| HSL | 234.11º | 0.97% | 0.23% | - |
| HSV(B) | 234.11º | 0.98% | 0.45% | - |
| XYZ | 3.21 | 1.52 | 16.04 | - |
| YUV | 21.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 114 | 0.98 | 0.89 | 0 | 0.55 | 234.11 | 0.97 | 0.23 |
| Hex | 2 | D | 72 | 62 | 59 | 0 | 37 | EA | 61 | 17 |
| Octal | 2 | 15 | 162 | 142 | 131 | 0 | 67 | 352 | 141 | 27 |
| Binary | 10 | 1101 | 1110010 | 1100010 | 1011001 | 0 | 110111 | 11101010 | 1100001 | 10111 |
Color Harmonies of #020D72
Complementary color
Monochromatic Colors of #020D72
Black with #020D72
Text Example
Text Example
White with #020D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D72; }
p { color: rgb(2,13,114); }
H1.HeaderClassName
{
color: #020D72;
}
.AnyTagClassName
{
color: #020D72;
}
</style>
background-color css
<style>
a { background-color: #020D72; }
a { background-color: rgb(2,13,114); }
div.DivClassName
{
background-color: #020D72;
}
.BgClassName
{
background-color: #020D72;
}
</style>
border-color css
<style>
span { border-color: #020D72; }
span { border-color: rgb(2,13,114); }
td.TdClassName
{
border-color: #020D72;
}
.TagClassName
{
border-color: #020D72;
}
</style>