Shades of Navy #0B026E
Tints of Navy #0B026E
RGB
CMYK
RGB Variations
Color information
#0B026E (or 0x0B026E) is known color: Navy. HEX triplet: 0B, 02 and 6E. RGB value is (11,2,110). Sum of RGB (Red+Green+Blue) = 11+2+110=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B026E is #F4FD91. Grayscale: #101010. Windows color (decimal): -16055698 or 7209483. OLE color: 7209483.
HSL color Cylindrical-coordinate representation of color #0B026E: hue angle of 245º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B026E is Cyan = 0.9, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 2 | 110 | - |
| CMYK | 0.9 | 0.98 | 0 | 0.57 |
| HSL | 245º | 0.96% | 0.22% | - |
| HSV(B) | 245º | 0.98% | 0.43% | - |
| XYZ | 2.97 | 1.24 | 14.83 | - |
| YUV | 17 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 110 | 0.9 | 0.98 | 0 | 0.57 | 245 | 0.96 | 0.22 |
| Hex | B | 2 | 6E | 5A | 62 | 0 | 39 | F5 | 60 | 16 |
| Octal | 13 | 2 | 156 | 132 | 142 | 0 | 71 | 365 | 140 | 26 |
| Binary | 1011 | 10 | 1101110 | 1011010 | 1100010 | 0 | 111001 | 11110101 | 1100000 | 10110 |
Color Harmonies of #0B026E
Complementary color
Monochromatic Colors of #0B026E
Black with #0B026E
Text Example
Text Example
White with #0B026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B026E; }
p { color: rgb(11,2,110); }
H1.HeaderClassName
{
color: #0B026E;
}
.AnyTagClassName
{
color: #0B026E;
}
</style>
background-color css
<style>
a { background-color: #0B026E; }
a { background-color: rgb(11,2,110); }
div.DivClassName
{
background-color: #0B026E;
}
.BgClassName
{
background-color: #0B026E;
}
</style>
border-color css
<style>
span { border-color: #0B026E; }
span { border-color: rgb(11,2,110); }
td.TdClassName
{
border-color: #0B026E;
}
.TagClassName
{
border-color: #0B026E;
}
</style>