Shades of Navy #020E6D
Tints of Navy #020E6D
RGB
CMYK
RGB Variations
Color information
#020E6D (or 0x020E6D) is known color: Navy. HEX triplet: 02, 0E and 6D. RGB value is (2,14,109). Sum of RGB (Red+Green+Blue) = 2+14+109=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #020E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E6D is #FDF192. Grayscale: #141414. Windows color (decimal): -16642451 or 7147010. OLE color: 7147010.
HSL color Cylindrical-coordinate representation of color #020E6D: hue angle of 233.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E6D is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 14 | 109 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.57 |
| HSL | 233.27º | 0.96% | 0.22% | - |
| HSV(B) | 233.27º | 0.98% | 0.43% | - |
| XYZ | 2.94 | 1.43 | 14.59 | - |
| YUV | 21.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 109 | 0.98 | 0.87 | 0 | 0.57 | 233.27 | 0.96 | 0.22 |
| Hex | 2 | E | 6D | 62 | 57 | 0 | 39 | E9 | 60 | 16 |
| Octal | 2 | 16 | 155 | 142 | 127 | 0 | 71 | 351 | 140 | 26 |
| Binary | 10 | 1110 | 1101101 | 1100010 | 1010111 | 0 | 111001 | 11101001 | 1100000 | 10110 |
Color Harmonies of #020E6D
Complementary color
Monochromatic Colors of #020E6D
Black with #020E6D
Text Example
Text Example
White with #020E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E6D; }
p { color: rgb(2,14,109); }
H1.HeaderClassName
{
color: #020E6D;
}
.AnyTagClassName
{
color: #020E6D;
}
</style>
background-color css
<style>
a { background-color: #020E6D; }
a { background-color: rgb(2,14,109); }
div.DivClassName
{
background-color: #020E6D;
}
.BgClassName
{
background-color: #020E6D;
}
</style>
border-color css
<style>
span { border-color: #020E6D; }
span { border-color: rgb(2,14,109); }
td.TdClassName
{
border-color: #020E6D;
}
.TagClassName
{
border-color: #020E6D;
}
</style>