Shades of Navy #0B0071
Tints of Navy #0B0071
RGB
CMYK
RGB Variations
Color information
#0B0071 (or 0x0B0071) is known color: Navy. HEX triplet: 0B, 00 and 71. RGB value is (11,0,113). Sum of RGB (Red+Green+Blue) = 11+0+113=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B0071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0071 is #F4FF8E. Grayscale: #0F0F0F. Windows color (decimal): -16056207 or 7405579. OLE color: 7405579.
HSL color Cylindrical-coordinate representation of color #0B0071: hue angle of 245.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0071 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 0 | 113 | - |
| CMYK | 0.90 | 1 | 0 | 0.56 |
| HSL | 245.84º | 1% | 0.22% | - |
| HSV(B) | 245.84º | 1% | 0.44% | - |
| XYZ | 3.12 | 1.26 | 15.7 | - |
| YUV | 16.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 113 | 0.90 | 1 | 0 | 0.56 | 245.84 | 1 | 0.22 |
| Hex | B | 0 | 71 | 5A | 64 | 0 | 38 | F6 | 64 | 16 |
| Octal | 13 | 0 | 161 | 132 | 144 | 0 | 70 | 366 | 144 | 26 |
| Binary | 1011 | 0 | 1110001 | 1011010 | 1100100 | 0 | 111000 | 11110110 | 1100100 | 10110 |
Color Harmonies of #0B0071
Complementary color
Monochromatic Colors of #0B0071
Black with #0B0071
Text Example
Text Example
White with #0B0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0071; }
p { color: rgb(11,0,113); }
H1.HeaderClassName
{
color: #0B0071;
}
.AnyTagClassName
{
color: #0B0071;
}
</style>
background-color css
<style>
a { background-color: #0B0071; }
a { background-color: rgb(11,0,113); }
div.DivClassName
{
background-color: #0B0071;
}
.BgClassName
{
background-color: #0B0071;
}
</style>
border-color css
<style>
span { border-color: #0B0071; }
span { border-color: rgb(11,0,113); }
td.TdClassName
{
border-color: #0B0071;
}
.TagClassName
{
border-color: #0B0071;
}
</style>