Shades of Navy #020B7C
Tints of Navy #020B7C
RGB
CMYK
RGB Variations
Color information
#020B7C (or 0x020B7C) is known color: Navy. HEX triplet: 02, 0B and 7C. RGB value is (2,11,124). Sum of RGB (Red+Green+Blue) = 2+11+124=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #020B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7C is #FDF483. Grayscale: #141414. Windows color (decimal): -16643204 or 8129282. OLE color: 8129282.
HSL color Cylindrical-coordinate representation of color #020B7C: hue angle of 235.57º 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 #020B7C is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 11 | 124 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.51 |
| HSL | 235.57º | 0.97% | 0.25% | - |
| HSV(B) | 235.57º | 0.98% | 0.49% | - |
| XYZ | 3.78 | 1.71 | 19.2 | - |
| YUV | 21.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 124 | 0.98 | 0.91 | 0 | 0.51 | 235.57 | 0.97 | 0.25 |
| Hex | 2 | B | 7C | 62 | 5B | 0 | 33 | EC | 61 | 19 |
| Octal | 2 | 13 | 174 | 142 | 133 | 0 | 63 | 354 | 141 | 31 |
| Binary | 10 | 1011 | 1111100 | 1100010 | 1011011 | 0 | 110011 | 11101100 | 1100001 | 11001 |
Color Harmonies of #020B7C
Complementary color
Monochromatic Colors of #020B7C
Black with #020B7C
Text Example
Text Example
White with #020B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B7C; }
p { color: rgb(2,11,124); }
H1.HeaderClassName
{
color: #020B7C;
}
.AnyTagClassName
{
color: #020B7C;
}
</style>
background-color css
<style>
a { background-color: #020B7C; }
a { background-color: rgb(2,11,124); }
div.DivClassName
{
background-color: #020B7C;
}
.BgClassName
{
background-color: #020B7C;
}
</style>
border-color css
<style>
span { border-color: #020B7C; }
span { border-color: rgb(2,11,124); }
td.TdClassName
{
border-color: #020B7C;
}
.TagClassName
{
border-color: #020B7C;
}
</style>