Shades of Navy #020B6D
Tints of Navy #020B6D
RGB
CMYK
RGB Variations
Color information
#020B6D (or 0x020B6D) is known color: Navy. HEX triplet: 02, 0B and 6D. RGB value is (2,11,109). Sum of RGB (Red+Green+Blue) = 2+11+109=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #020B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B6D is #FDF492. Grayscale: #131313. Windows color (decimal): -16643219 or 7146242. OLE color: 7146242.
HSL color Cylindrical-coordinate representation of color #020B6D: hue angle of 234.95º 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 #020B6D is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 11 | 109 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.57 |
| HSL | 234.95º | 0.96% | 0.22% | - |
| HSV(B) | 234.95º | 0.98% | 0.43% | - |
| XYZ | 2.91 | 1.36 | 14.58 | - |
| YUV | 19.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 109 | 0.98 | 0.90 | 0 | 0.57 | 234.95 | 0.96 | 0.22 |
| Hex | 2 | B | 6D | 62 | 5A | 0 | 39 | EB | 60 | 16 |
| Octal | 2 | 13 | 155 | 142 | 132 | 0 | 71 | 353 | 140 | 26 |
| Binary | 10 | 1011 | 1101101 | 1100010 | 1011010 | 0 | 111001 | 11101011 | 1100000 | 10110 |
Color Harmonies of #020B6D
Complementary color
Monochromatic Colors of #020B6D
Black with #020B6D
Text Example
Text Example
White with #020B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B6D; }
p { color: rgb(2,11,109); }
H1.HeaderClassName
{
color: #020B6D;
}
.AnyTagClassName
{
color: #020B6D;
}
</style>
background-color css
<style>
a { background-color: #020B6D; }
a { background-color: rgb(2,11,109); }
div.DivClassName
{
background-color: #020B6D;
}
.BgClassName
{
background-color: #020B6D;
}
</style>
border-color css
<style>
span { border-color: #020B6D; }
span { border-color: rgb(2,11,109); }
td.TdClassName
{
border-color: #020B6D;
}
.TagClassName
{
border-color: #020B6D;
}
</style>