Shades of Navy #020B6E
Tints of Navy #020B6E
RGB
CMYK
RGB Variations
Color information
#020B6E (or 0x020B6E) is known color: Navy. HEX triplet: 02, 0B and 6E. RGB value is (2,11,110). Sum of RGB (Red+Green+Blue) = 2+11+110=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #020B6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B6E is #FDF491. Grayscale: #131313. Windows color (decimal): -16643218 or 7211778. OLE color: 7211778.
HSL color Cylindrical-coordinate representation of color #020B6E: hue angle of 235º 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 #020B6E is Cyan = 0.98, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 11 | 110 | - |
| CMYK | 0.98 | 0.9 | 0 | 0.57 |
| HSL | 235º | 0.96% | 0.22% | - |
| HSV(B) | 235º | 0.98% | 0.43% | - |
| XYZ | 2.96 | 1.38 | 14.86 | - |
| YUV | 19.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 110 | 0.98 | 0.9 | 0 | 0.57 | 235 | 0.96 | 0.22 |
| Hex | 2 | B | 6E | 62 | 5A | 0 | 39 | EB | 60 | 16 |
| Octal | 2 | 13 | 156 | 142 | 132 | 0 | 71 | 353 | 140 | 26 |
| Binary | 10 | 1011 | 1101110 | 1100010 | 1011010 | 0 | 111001 | 11101011 | 1100000 | 10110 |
Color Harmonies of #020B6E
Complementary color
Monochromatic Colors of #020B6E
Black with #020B6E
Text Example
Text Example
White with #020B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B6E; }
p { color: rgb(2,11,110); }
H1.HeaderClassName
{
color: #020B6E;
}
.AnyTagClassName
{
color: #020B6E;
}
</style>
background-color css
<style>
a { background-color: #020B6E; }
a { background-color: rgb(2,11,110); }
div.DivClassName
{
background-color: #020B6E;
}
.BgClassName
{
background-color: #020B6E;
}
</style>
border-color css
<style>
span { border-color: #020B6E; }
span { border-color: rgb(2,11,110); }
td.TdClassName
{
border-color: #020B6E;
}
.TagClassName
{
border-color: #020B6E;
}
</style>