Shades of Navy Blue #0B5ECB
Tints of Navy Blue #0B5ECB
RGB
CMYK
RGB Variations
Color information
#0B5ECB (or 0x0B5ECB) is known color: Navy Blue. HEX triplet: 0B, 5E and CB. RGB value is (11,94,203). Sum of RGB (Red+Green+Blue) = 11+94+203=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B5ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ECB is #F4A134. Grayscale: #515151. Windows color (decimal): -16032053 or 13327883. OLE color: 13327883.
HSL color Cylindrical-coordinate representation of color #0B5ECB: hue angle of 214.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5ECB is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 94 | 203 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.20 |
| HSL | 214.06º | 0.9% | 0.42% | - |
| HSV(B) | 214.06º | 0.95% | 0.8% | - |
| XYZ | 14.92 | 12.39 | 58.1 | - |
| YUV | 81.61 | 196.5 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 203 | 0.95 | 0.54 | 0 | 0.20 | 214.06 | 0.9 | 0.42 |
| Hex | B | 5E | CB | 5F | 36 | 0 | 14 | D6 | 5A | 2A |
| Octal | 13 | 136 | 313 | 137 | 66 | 0 | 24 | 326 | 132 | 52 |
| Binary | 1011 | 1011110 | 11001011 | 1011111 | 110110 | 0 | 10100 | 11010110 | 1011010 | 101010 |
Color Harmonies of #0B5ECB
Complementary color
Monochromatic Colors of #0B5ECB
Black with #0B5ECB
Text Example
Text Example
White with #0B5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ECB; }
p { color: rgb(11,94,203); }
H1.HeaderClassName
{
color: #0B5ECB;
}
.AnyTagClassName
{
color: #0B5ECB;
}
</style>
background-color css
<style>
a { background-color: #0B5ECB; }
a { background-color: rgb(11,94,203); }
div.DivClassName
{
background-color: #0B5ECB;
}
.BgClassName
{
background-color: #0B5ECB;
}
</style>
border-color css
<style>
span { border-color: #0B5ECB; }
span { border-color: rgb(11,94,203); }
td.TdClassName
{
border-color: #0B5ECB;
}
.TagClassName
{
border-color: #0B5ECB;
}
</style>