Shades of Navy #0B006E
Tints of Navy #0B006E
RGB
CMYK
RGB Variations
Color information
#0B006E (or 0x0B006E) is known color: Navy. HEX triplet: 0B, 00 and 6E. RGB value is (11,0,110). Sum of RGB (Red+Green+Blue) = 11+0+110=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B006E is #F4FF91. Grayscale: #0F0F0F. Windows color (decimal): -16056210 or 7208971. OLE color: 7208971.
HSL color Cylindrical-coordinate representation of color #0B006E: hue angle of 246º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B006E is Cyan = 0.9, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 0 | 110 | - |
| CMYK | 0.9 | 1 | 0 | 0.57 |
| HSL | 246º | 1% | 0.22% | - |
| HSV(B) | 246º | 1% | 0.43% | - |
| XYZ | 2.95 | 1.2 | 14.83 | - |
| YUV | 15.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 110 | 0.9 | 1 | 0 | 0.57 | 246 | 1 | 0.22 |
| Hex | B | 0 | 6E | 5A | 64 | 0 | 39 | F6 | 64 | 16 |
| Octal | 13 | 0 | 156 | 132 | 144 | 0 | 71 | 366 | 144 | 26 |
| Binary | 1011 | 0 | 1101110 | 1011010 | 1100100 | 0 | 111001 | 11110110 | 1100100 | 10110 |
Color Harmonies of #0B006E
Complementary color
Monochromatic Colors of #0B006E
Black with #0B006E
Text Example
Text Example
White with #0B006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B006E; }
p { color: rgb(11,0,110); }
H1.HeaderClassName
{
color: #0B006E;
}
.AnyTagClassName
{
color: #0B006E;
}
</style>
background-color css
<style>
a { background-color: #0B006E; }
a { background-color: rgb(11,0,110); }
div.DivClassName
{
background-color: #0B006E;
}
.BgClassName
{
background-color: #0B006E;
}
</style>
border-color css
<style>
span { border-color: #0B006E; }
span { border-color: rgb(11,0,110); }
td.TdClassName
{
border-color: #0B006E;
}
.TagClassName
{
border-color: #0B006E;
}
</style>