Shades of Navy #0B0072
Tints of Navy #0B0072
RGB
CMYK
RGB Variations
Color information
#0B0072 (or 0x0B0072) is known color: Navy. HEX triplet: 0B, 00 and 72. RGB value is (11,0,114). Sum of RGB (Red+Green+Blue) = 11+0+114=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 114 (44.92% from 255 or 91.2% from 125); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0072 is #F4FF8D. Grayscale: #0F0F0F. Windows color (decimal): -16056206 or 7471115. OLE color: 7471115.
HSL color Cylindrical-coordinate representation of color #0B0072: hue angle of 245.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0072 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 0 | 114 | - |
| CMYK | 0.90 | 1 | 0 | 0.55 |
| HSL | 245.79º | 1% | 0.22% | - |
| HSV(B) | 245.79º | 1% | 0.45% | - |
| XYZ | 3.18 | 1.29 | 16 | - |
| YUV | 16.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 114 | 0.90 | 1 | 0 | 0.55 | 245.79 | 1 | 0.22 |
| Hex | B | 0 | 72 | 5A | 64 | 0 | 37 | F6 | 64 | 16 |
| Octal | 13 | 0 | 162 | 132 | 144 | 0 | 67 | 366 | 144 | 26 |
| Binary | 1011 | 0 | 1110010 | 1011010 | 1100100 | 0 | 110111 | 11110110 | 1100100 | 10110 |
Color Harmonies of #0B0072
Complementary color
Monochromatic Colors of #0B0072
Black with #0B0072
Text Example
Text Example
White with #0B0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0072; }
p { color: rgb(11,0,114); }
H1.HeaderClassName
{
color: #0B0072;
}
.AnyTagClassName
{
color: #0B0072;
}
</style>
background-color css
<style>
a { background-color: #0B0072; }
a { background-color: rgb(11,0,114); }
div.DivClassName
{
background-color: #0B0072;
}
.BgClassName
{
background-color: #0B0072;
}
</style>
border-color css
<style>
span { border-color: #0B0072; }
span { border-color: rgb(11,0,114); }
td.TdClassName
{
border-color: #0B0072;
}
.TagClassName
{
border-color: #0B0072;
}
</style>