Shades of Navy #020B7E
Tints of Navy #020B7E
RGB
CMYK
RGB Variations
Color information
#020B7E (or 0x020B7E) is known color: Navy. HEX triplet: 02, 0B and 7E. RGB value is (2,11,126). Sum of RGB (Red+Green+Blue) = 2+11+126=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #020B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7E is #FDF481. Grayscale: #141414. Windows color (decimal): -16643202 or 8260354. OLE color: 8260354.
HSL color Cylindrical-coordinate representation of color #020B7E: hue angle of 235.65º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B7E is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 11 | 126 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.51 |
| HSL | 235.65º | 0.97% | 0.25% | - |
| HSV(B) | 235.65º | 0.98% | 0.49% | - |
| XYZ | 3.91 | 1.76 | 19.87 | - |
| YUV | 21.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 126 | 0.98 | 0.91 | 0 | 0.51 | 235.65 | 0.97 | 0.25 |
| Hex | 2 | B | 7E | 62 | 5B | 0 | 33 | EC | 61 | 19 |
| Octal | 2 | 13 | 176 | 142 | 133 | 0 | 63 | 354 | 141 | 31 |
| Binary | 10 | 1011 | 1111110 | 1100010 | 1011011 | 0 | 110011 | 11101100 | 1100001 | 11001 |
Color Harmonies of #020B7E
Complementary color
Monochromatic Colors of #020B7E
Black with #020B7E
Text Example
Text Example
White with #020B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B7E; }
p { color: rgb(2,11,126); }
H1.HeaderClassName
{
color: #020B7E;
}
.AnyTagClassName
{
color: #020B7E;
}
</style>
background-color css
<style>
a { background-color: #020B7E; }
a { background-color: rgb(2,11,126); }
div.DivClassName
{
background-color: #020B7E;
}
.BgClassName
{
background-color: #020B7E;
}
</style>
border-color css
<style>
span { border-color: #020B7E; }
span { border-color: rgb(2,11,126); }
td.TdClassName
{
border-color: #020B7E;
}
.TagClassName
{
border-color: #020B7E;
}
</style>