Shades of Navy Blue #0B56CE
Tints of Navy Blue #0B56CE
RGB
CMYK
RGB Variations
Color information
#0B56CE (or 0x0B56CE) is known color: Navy Blue. HEX triplet: 0B, 56 and CE. RGB value is (11,86,206). Sum of RGB (Red+Green+Blue) = 11+86+206=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B56CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B56CE is #F4A931. Grayscale: #4C4C4C. Windows color (decimal): -16034098 or 13522443. OLE color: 13522443.
HSL color Cylindrical-coordinate representation of color #0B56CE: hue angle of 216.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B56CE is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 86 | 206 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.19 |
| HSL | 216.92º | 0.9% | 0.43% | - |
| HSV(B) | 216.92º | 0.95% | 0.81% | - |
| XYZ | 14.61 | 11.18 | 59.78 | - |
| YUV | 77.26 | 200.65 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 206 | 0.95 | 0.58 | 0 | 0.19 | 216.92 | 0.9 | 0.43 |
| Hex | B | 56 | CE | 5F | 3A | 0 | 13 | D9 | 5A | 2B |
| Octal | 13 | 126 | 316 | 137 | 72 | 0 | 23 | 331 | 132 | 53 |
| Binary | 1011 | 1010110 | 11001110 | 1011111 | 111010 | 0 | 10011 | 11011001 | 1011010 | 101011 |
Color Harmonies of #0B56CE
Complementary color
Monochromatic Colors of #0B56CE
Black with #0B56CE
Text Example
Text Example
White with #0B56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B56CE; }
p { color: rgb(11,86,206); }
H1.HeaderClassName
{
color: #0B56CE;
}
.AnyTagClassName
{
color: #0B56CE;
}
</style>
background-color css
<style>
a { background-color: #0B56CE; }
a { background-color: rgb(11,86,206); }
div.DivClassName
{
background-color: #0B56CE;
}
.BgClassName
{
background-color: #0B56CE;
}
</style>
border-color css
<style>
span { border-color: #0B56CE; }
span { border-color: rgb(11,86,206); }
td.TdClassName
{
border-color: #0B56CE;
}
.TagClassName
{
border-color: #0B56CE;
}
</style>