Shades of Navy #0B026B
Tints of Navy #0B026B
RGB
CMYK
RGB Variations
Color information
#0B026B (or 0x0B026B) is known color: Navy. HEX triplet: 0B, 02 and 6B. RGB value is (11,2,107). Sum of RGB (Red+Green+Blue) = 11+2+107=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B026B is #F4FD94. Grayscale: #101010. Windows color (decimal): -16055701 or 7012875. OLE color: 7012875.
HSL color Cylindrical-coordinate representation of color #0B026B: hue angle of 245.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B026B is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 2 | 107 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.58 |
| HSL | 245.14º | 0.96% | 0.21% | - |
| HSV(B) | 245.14º | 0.98% | 0.42% | - |
| XYZ | 2.81 | 1.18 | 13.99 | - |
| YUV | 16.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 107 | 0.90 | 0.98 | 0 | 0.58 | 245.14 | 0.96 | 0.21 |
| Hex | B | 2 | 6B | 5A | 62 | 0 | 3A | F5 | 60 | 15 |
| Octal | 13 | 2 | 153 | 132 | 142 | 0 | 72 | 365 | 140 | 25 |
| Binary | 1011 | 10 | 1101011 | 1011010 | 1100010 | 0 | 111010 | 11110101 | 1100000 | 10101 |
Color Harmonies of #0B026B
Complementary color
Monochromatic Colors of #0B026B
Black with #0B026B
Text Example
Text Example
White with #0B026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B026B; }
p { color: rgb(11,2,107); }
H1.HeaderClassName
{
color: #0B026B;
}
.AnyTagClassName
{
color: #0B026B;
}
</style>
background-color css
<style>
a { background-color: #0B026B; }
a { background-color: rgb(11,2,107); }
div.DivClassName
{
background-color: #0B026B;
}
.BgClassName
{
background-color: #0B026B;
}
</style>
border-color css
<style>
span { border-color: #0B026B; }
span { border-color: rgb(11,2,107); }
td.TdClassName
{
border-color: #0B026B;
}
.TagClassName
{
border-color: #0B026B;
}
</style>