Shades of Navy #020B70
Tints of Navy #020B70
RGB
CMYK
RGB Variations
Color information
#020B70 (or 0x020B70) is known color: Navy. HEX triplet: 02, 0B and 70. RGB value is (2,11,112). Sum of RGB (Red+Green+Blue) = 2+11+112=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #020B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B70 is #FDF48F. Grayscale: #131313. Windows color (decimal): -16643216 or 7342850. OLE color: 7342850.
HSL color Cylindrical-coordinate representation of color #020B70: hue angle of 235.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B70 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 11 | 112 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.56 |
| HSL | 235.09º | 0.96% | 0.22% | - |
| HSV(B) | 235.09º | 0.98% | 0.44% | - |
| XYZ | 3.07 | 1.42 | 15.44 | - |
| YUV | 19.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 112 | 0.98 | 0.90 | 0 | 0.56 | 235.09 | 0.96 | 0.22 |
| Hex | 2 | B | 70 | 62 | 5A | 0 | 38 | EB | 60 | 16 |
| Octal | 2 | 13 | 160 | 142 | 132 | 0 | 70 | 353 | 140 | 26 |
| Binary | 10 | 1011 | 1110000 | 1100010 | 1011010 | 0 | 111000 | 11101011 | 1100000 | 10110 |
Color Harmonies of #020B70
Complementary color
Monochromatic Colors of #020B70
Black with #020B70
Text Example
Text Example
White with #020B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B70; }
p { color: rgb(2,11,112); }
H1.HeaderClassName
{
color: #020B70;
}
.AnyTagClassName
{
color: #020B70;
}
</style>
background-color css
<style>
a { background-color: #020B70; }
a { background-color: rgb(2,11,112); }
div.DivClassName
{
background-color: #020B70;
}
.BgClassName
{
background-color: #020B70;
}
</style>
border-color css
<style>
span { border-color: #020B70; }
span { border-color: rgb(2,11,112); }
td.TdClassName
{
border-color: #020B70;
}
.TagClassName
{
border-color: #020B70;
}
</style>