Shades of Navy #0B006B
Tints of Navy #0B006B
RGB
CMYK
RGB Variations
Color information
#0B006B (or 0x0B006B) is known color: Navy. HEX triplet: 0B, 00 and 6B. RGB value is (11,0,107). Sum of RGB (Red+Green+Blue) = 11+0+107=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 107 (42.19% from 255 or 90.68% from 118); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B006B is #F4FF94. Grayscale: #0F0F0F. Windows color (decimal): -16056213 or 7012363. OLE color: 7012363.
HSL color Cylindrical-coordinate representation of color #0B006B: hue angle of 246.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B006B is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 0 | 107 | - |
| CMYK | 0.90 | 1 | 0 | 0.58 |
| HSL | 246.17º | 1% | 0.21% | - |
| HSV(B) | 246.17º | 1% | 0.42% | - |
| XYZ | 2.79 | 1.13 | 13.98 | - |
| YUV | 15.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 107 | 0.90 | 1 | 0 | 0.58 | 246.17 | 1 | 0.21 |
| Hex | B | 0 | 6B | 5A | 64 | 0 | 3A | F6 | 64 | 15 |
| Octal | 13 | 0 | 153 | 132 | 144 | 0 | 72 | 366 | 144 | 25 |
| Binary | 1011 | 0 | 1101011 | 1011010 | 1100100 | 0 | 111010 | 11110110 | 1100100 | 10101 |
Color Harmonies of #0B006B
Complementary color
Monochromatic Colors of #0B006B
Black with #0B006B
Text Example
Text Example
White with #0B006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B006B; }
p { color: rgb(11,0,107); }
H1.HeaderClassName
{
color: #0B006B;
}
.AnyTagClassName
{
color: #0B006B;
}
</style>
background-color css
<style>
a { background-color: #0B006B; }
a { background-color: rgb(11,0,107); }
div.DivClassName
{
background-color: #0B006B;
}
.BgClassName
{
background-color: #0B006B;
}
</style>
border-color css
<style>
span { border-color: #0B006B; }
span { border-color: rgb(11,0,107); }
td.TdClassName
{
border-color: #0B006B;
}
.TagClassName
{
border-color: #0B006B;
}
</style>