Shades of Navy #020E6C
Tints of Navy #020E6C
RGB
CMYK
RGB Variations
Color information
#020E6C (or 0x020E6C) is known color: Navy. HEX triplet: 02, 0E and 6C. RGB value is (2,14,108). Sum of RGB (Red+Green+Blue) = 2+14+108=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #020E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E6C is #FDF193. Grayscale: #141414. Windows color (decimal): -16642452 or 7081474. OLE color: 7081474.
HSL color Cylindrical-coordinate representation of color #020E6C: hue angle of 233.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E6C is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 14 | 108 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.58 |
| HSL | 233.21º | 0.96% | 0.22% | - |
| HSV(B) | 233.21º | 0.98% | 0.42% | - |
| XYZ | 2.89 | 1.41 | 14.31 | - |
| YUV | 21.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 108 | 0.98 | 0.87 | 0 | 0.58 | 233.21 | 0.96 | 0.22 |
| Hex | 2 | E | 6C | 62 | 57 | 0 | 3A | E9 | 60 | 16 |
| Octal | 2 | 16 | 154 | 142 | 127 | 0 | 72 | 351 | 140 | 26 |
| Binary | 10 | 1110 | 1101100 | 1100010 | 1010111 | 0 | 111010 | 11101001 | 1100000 | 10110 |
Color Harmonies of #020E6C
Complementary color
Monochromatic Colors of #020E6C
Black with #020E6C
Text Example
Text Example
White with #020E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E6C; }
p { color: rgb(2,14,108); }
H1.HeaderClassName
{
color: #020E6C;
}
.AnyTagClassName
{
color: #020E6C;
}
</style>
background-color css
<style>
a { background-color: #020E6C; }
a { background-color: rgb(2,14,108); }
div.DivClassName
{
background-color: #020E6C;
}
.BgClassName
{
background-color: #020E6C;
}
</style>
border-color css
<style>
span { border-color: #020E6C; }
span { border-color: rgb(2,14,108); }
td.TdClassName
{
border-color: #020E6C;
}
.TagClassName
{
border-color: #020E6C;
}
</style>