Shades of Navy #0B046F
Tints of Navy #0B046F
RGB
CMYK
RGB Variations
Color information
#0B046F (or 0x0B046F) is known color: Navy. HEX triplet: 0B, 04 and 6F. RGB value is (11,4,111). Sum of RGB (Red+Green+Blue) = 11+4+111=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B046F is #F4FB90. Grayscale: #111111. Windows color (decimal): -16055185 or 7275531. OLE color: 7275531.
HSL color Cylindrical-coordinate representation of color #0B046F: hue angle of 243.93º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B046F is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 4 | 111 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.56 |
| HSL | 243.93º | 0.93% | 0.23% | - |
| HSV(B) | 243.93º | 0.96% | 0.44% | - |
| XYZ | 3.05 | 1.31 | 15.13 | - |
| YUV | 18.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 111 | 0.90 | 0.96 | 0 | 0.56 | 243.93 | 0.93 | 0.23 |
| Hex | B | 4 | 6F | 5A | 60 | 0 | 38 | F4 | 5D | 17 |
| Octal | 13 | 4 | 157 | 132 | 140 | 0 | 70 | 364 | 135 | 27 |
| Binary | 1011 | 100 | 1101111 | 1011010 | 1100000 | 0 | 111000 | 11110100 | 1011101 | 10111 |
Color Harmonies of #0B046F
Complementary color
Monochromatic Colors of #0B046F
Black with #0B046F
Text Example
Text Example
White with #0B046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B046F; }
p { color: rgb(11,4,111); }
H1.HeaderClassName
{
color: #0B046F;
}
.AnyTagClassName
{
color: #0B046F;
}
</style>
background-color css
<style>
a { background-color: #0B046F; }
a { background-color: rgb(11,4,111); }
div.DivClassName
{
background-color: #0B046F;
}
.BgClassName
{
background-color: #0B046F;
}
</style>
border-color css
<style>
span { border-color: #0B046F; }
span { border-color: rgb(11,4,111); }
td.TdClassName
{
border-color: #0B046F;
}
.TagClassName
{
border-color: #0B046F;
}
</style>