Shades of Navy #0B016B
Tints of Navy #0B016B
RGB
CMYK
RGB Variations
Color information
#0B016B (or 0x0B016B) is known color: Navy. HEX triplet: 0B, 01 and 6B. RGB value is (11,1,107). Sum of RGB (Red+Green+Blue) = 11+1+107=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B016B is #F4FE94. Grayscale: #0F0F0F. Windows color (decimal): -16055957 or 7012619. OLE color: 7012619.
HSL color Cylindrical-coordinate representation of color #0B016B: hue angle of 245.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B016B is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 1 | 107 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.58 |
| HSL | 245.66º | 0.98% | 0.21% | - |
| HSV(B) | 245.66º | 0.99% | 0.42% | - |
| XYZ | 2.8 | 1.15 | 13.99 | - |
| YUV | 16.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 107 | 0.90 | 0.99 | 0 | 0.58 | 245.66 | 0.98 | 0.21 |
| Hex | B | 1 | 6B | 5A | 63 | 0 | 3A | F6 | 62 | 15 |
| Octal | 13 | 1 | 153 | 132 | 143 | 0 | 72 | 366 | 142 | 25 |
| Binary | 1011 | 1 | 1101011 | 1011010 | 1100011 | 0 | 111010 | 11110110 | 1100010 | 10101 |
Color Harmonies of #0B016B
Complementary color
Monochromatic Colors of #0B016B
Black with #0B016B
Text Example
Text Example
White with #0B016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B016B; }
p { color: rgb(11,1,107); }
H1.HeaderClassName
{
color: #0B016B;
}
.AnyTagClassName
{
color: #0B016B;
}
</style>
background-color css
<style>
a { background-color: #0B016B; }
a { background-color: rgb(11,1,107); }
div.DivClassName
{
background-color: #0B016B;
}
.BgClassName
{
background-color: #0B016B;
}
</style>
border-color css
<style>
span { border-color: #0B016B; }
span { border-color: rgb(11,1,107); }
td.TdClassName
{
border-color: #0B016B;
}
.TagClassName
{
border-color: #0B016B;
}
</style>