Shades of Navy #0B006C
Tints of Navy #0B006C
RGB
CMYK
RGB Variations
Color information
#0B006C (or 0x0B006C) is known color: Navy. HEX triplet: 0B, 00 and 6C. RGB value is (11,0,108). Sum of RGB (Red+Green+Blue) = 11+0+108=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 108 (42.58% from 255 or 90.76% from 119); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B006C is #F4FF93. Grayscale: #0F0F0F. Windows color (decimal): -16056212 or 7077899. OLE color: 7077899.
HSL color Cylindrical-coordinate representation of color #0B006C: hue angle of 246.11º 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 #0B006C is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 0 | 108 | - |
| CMYK | 0.90 | 1 | 0 | 0.58 |
| HSL | 246.11º | 1% | 0.21% | - |
| HSV(B) | 246.11º | 1% | 0.42% | - |
| XYZ | 2.84 | 1.15 | 14.26 | - |
| YUV | 15.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 108 | 0.90 | 1 | 0 | 0.58 | 246.11 | 1 | 0.21 |
| Hex | B | 0 | 6C | 5A | 64 | 0 | 3A | F6 | 64 | 15 |
| Octal | 13 | 0 | 154 | 132 | 144 | 0 | 72 | 366 | 144 | 25 |
| Binary | 1011 | 0 | 1101100 | 1011010 | 1100100 | 0 | 111010 | 11110110 | 1100100 | 10101 |
Color Harmonies of #0B006C
Complementary color
Monochromatic Colors of #0B006C
Black with #0B006C
Text Example
Text Example
White with #0B006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B006C; }
p { color: rgb(11,0,108); }
H1.HeaderClassName
{
color: #0B006C;
}
.AnyTagClassName
{
color: #0B006C;
}
</style>
background-color css
<style>
a { background-color: #0B006C; }
a { background-color: rgb(11,0,108); }
div.DivClassName
{
background-color: #0B006C;
}
.BgClassName
{
background-color: #0B006C;
}
</style>
border-color css
<style>
span { border-color: #0B006C; }
span { border-color: rgb(11,0,108); }
td.TdClassName
{
border-color: #0B006C;
}
.TagClassName
{
border-color: #0B006C;
}
</style>