Shades of Navy #020D71
Tints of Navy #020D71
RGB
CMYK
RGB Variations
Color information
#020D71 (or 0x020D71) is known color: Navy. HEX triplet: 02, 0D and 71. RGB value is (2,13,113). Sum of RGB (Red+Green+Blue) = 2+13+113=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #020D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D71 is #FDF28E. Grayscale: #141414. Windows color (decimal): -16642703 or 7408898. OLE color: 7408898.
HSL color Cylindrical-coordinate representation of color #020D71: hue angle of 234.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D71 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 13 | 113 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.56 |
| HSL | 234.05º | 0.97% | 0.23% | - |
| HSV(B) | 234.05º | 0.98% | 0.44% | - |
| XYZ | 3.15 | 1.49 | 15.74 | - |
| YUV | 21.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 113 | 0.98 | 0.88 | 0 | 0.56 | 234.05 | 0.97 | 0.23 |
| Hex | 2 | D | 71 | 62 | 58 | 0 | 38 | EA | 61 | 17 |
| Octal | 2 | 15 | 161 | 142 | 130 | 0 | 70 | 352 | 141 | 27 |
| Binary | 10 | 1101 | 1110001 | 1100010 | 1011000 | 0 | 111000 | 11101010 | 1100001 | 10111 |
Color Harmonies of #020D71
Complementary color
Monochromatic Colors of #020D71
Black with #020D71
Text Example
Text Example
White with #020D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D71; }
p { color: rgb(2,13,113); }
H1.HeaderClassName
{
color: #020D71;
}
.AnyTagClassName
{
color: #020D71;
}
</style>
background-color css
<style>
a { background-color: #020D71; }
a { background-color: rgb(2,13,113); }
div.DivClassName
{
background-color: #020D71;
}
.BgClassName
{
background-color: #020D71;
}
</style>
border-color css
<style>
span { border-color: #020D71; }
span { border-color: rgb(2,13,113); }
td.TdClassName
{
border-color: #020D71;
}
.TagClassName
{
border-color: #020D71;
}
</style>