Shades of Navy #020B7A
Tints of Navy #020B7A
RGB
CMYK
RGB Variations
Color information
#020B7A (or 0x020B7A) is known color: Navy. HEX triplet: 02, 0B and 7A. RGB value is (2,11,122). Sum of RGB (Red+Green+Blue) = 2+11+122=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #020B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7A is #FDF485. Grayscale: #141414. Windows color (decimal): -16643206 or 7998210. OLE color: 7998210.
HSL color Cylindrical-coordinate representation of color #020B7A: hue angle of 235.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B7A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 11 | 122 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.52 |
| HSL | 235.5º | 0.97% | 0.24% | - |
| HSV(B) | 235.5º | 0.98% | 0.48% | - |
| XYZ | 3.66 | 1.66 | 18.54 | - |
| YUV | 20.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 122 | 0.98 | 0.91 | 0 | 0.52 | 235.5 | 0.97 | 0.24 |
| Hex | 2 | B | 7A | 62 | 5B | 0 | 34 | EC | 61 | 18 |
| Octal | 2 | 13 | 172 | 142 | 133 | 0 | 64 | 354 | 141 | 30 |
| Binary | 10 | 1011 | 1111010 | 1100010 | 1011011 | 0 | 110100 | 11101100 | 1100001 | 11000 |
Color Harmonies of #020B7A
Complementary color
Monochromatic Colors of #020B7A
Black with #020B7A
Text Example
Text Example
White with #020B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B7A; }
p { color: rgb(2,11,122); }
H1.HeaderClassName
{
color: #020B7A;
}
.AnyTagClassName
{
color: #020B7A;
}
</style>
background-color css
<style>
a { background-color: #020B7A; }
a { background-color: rgb(2,11,122); }
div.DivClassName
{
background-color: #020B7A;
}
.BgClassName
{
background-color: #020B7A;
}
</style>
border-color css
<style>
span { border-color: #020B7A; }
span { border-color: rgb(2,11,122); }
td.TdClassName
{
border-color: #020B7A;
}
.TagClassName
{
border-color: #020B7A;
}
</style>