Shades of Navy #020B6B
Tints of Navy #020B6B
RGB
CMYK
RGB Variations
Color information
#020B6B (or 0x020B6B) is known color: Navy. HEX triplet: 02, 0B and 6B. RGB value is (2,11,107). Sum of RGB (Red+Green+Blue) = 2+11+107=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #020B6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B6B is #FDF494. Grayscale: #121212. Windows color (decimal): -16643221 or 7015170. OLE color: 7015170.
HSL color Cylindrical-coordinate representation of color #020B6B: hue angle of 234.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B6B is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 11 | 107 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.58 |
| HSL | 234.86º | 0.96% | 0.21% | - |
| HSV(B) | 234.86º | 0.98% | 0.42% | - |
| XYZ | 2.8 | 1.31 | 14.02 | - |
| YUV | 19.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 107 | 0.98 | 0.90 | 0 | 0.58 | 234.86 | 0.96 | 0.21 |
| Hex | 2 | B | 6B | 62 | 5A | 0 | 3A | EB | 60 | 15 |
| Octal | 2 | 13 | 153 | 142 | 132 | 0 | 72 | 353 | 140 | 25 |
| Binary | 10 | 1011 | 1101011 | 1100010 | 1011010 | 0 | 111010 | 11101011 | 1100000 | 10101 |
Color Harmonies of #020B6B
Complementary color
Monochromatic Colors of #020B6B
Black with #020B6B
Text Example
Text Example
White with #020B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B6B; }
p { color: rgb(2,11,107); }
H1.HeaderClassName
{
color: #020B6B;
}
.AnyTagClassName
{
color: #020B6B;
}
</style>
background-color css
<style>
a { background-color: #020B6B; }
a { background-color: rgb(2,11,107); }
div.DivClassName
{
background-color: #020B6B;
}
.BgClassName
{
background-color: #020B6B;
}
</style>
border-color css
<style>
span { border-color: #020B6B; }
span { border-color: rgb(2,11,107); }
td.TdClassName
{
border-color: #020B6B;
}
.TagClassName
{
border-color: #020B6B;
}
</style>