Shades of Navy #020F6E
Tints of Navy #020F6E
RGB
CMYK
RGB Variations
Color information
#020F6E (or 0x020F6E) is known color: Navy. HEX triplet: 02, 0F and 6E. RGB value is (2,15,110). Sum of RGB (Red+Green+Blue) = 2+15+110=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 110 (43.36% from 255 or 86.61% from 127); Max value from RGB is 110 - color contains mainly: blue. Hex color #020F6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F6E is #FDF091. Grayscale: #151515. Windows color (decimal): -16642194 or 7212802. OLE color: 7212802.
HSL color Cylindrical-coordinate representation of color #020F6E: hue angle of 232.78º 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 #020F6E is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 15 | 110 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.57 |
| HSL | 232.78º | 0.96% | 0.22% | - |
| HSV(B) | 232.78º | 0.98% | 0.43% | - |
| XYZ | 3.01 | 1.48 | 14.88 | - |
| YUV | 21.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 110 | 0.98 | 0.86 | 0 | 0.57 | 232.78 | 0.96 | 0.22 |
| Hex | 2 | F | 6E | 62 | 56 | 0 | 39 | E9 | 60 | 16 |
| Octal | 2 | 17 | 156 | 142 | 126 | 0 | 71 | 351 | 140 | 26 |
| Binary | 10 | 1111 | 1101110 | 1100010 | 1010110 | 0 | 111001 | 11101001 | 1100000 | 10110 |
Color Harmonies of #020F6E
Complementary color
Monochromatic Colors of #020F6E
Black with #020F6E
Text Example
Text Example
White with #020F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F6E; }
p { color: rgb(2,15,110); }
H1.HeaderClassName
{
color: #020F6E;
}
.AnyTagClassName
{
color: #020F6E;
}
</style>
background-color css
<style>
a { background-color: #020F6E; }
a { background-color: rgb(2,15,110); }
div.DivClassName
{
background-color: #020F6E;
}
.BgClassName
{
background-color: #020F6E;
}
</style>
border-color css
<style>
span { border-color: #020F6E; }
span { border-color: rgb(2,15,110); }
td.TdClassName
{
border-color: #020F6E;
}
.TagClassName
{
border-color: #020F6E;
}
</style>