Shades of Navy Blue #0B5ED6
Tints of Navy Blue #0B5ED6
RGB
CMYK
RGB Variations
Color information
#0B5ED6 (or 0x0B5ED6) is known color: Navy Blue. HEX triplet: 0B, 5E and D6. RGB value is (11,94,214). Sum of RGB (Red+Green+Blue) = 11+94+214=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 214 (83.98% from 255 or 67.08% from 319); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B5ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ED6 is #F4A129. Grayscale: #525252. Windows color (decimal): -16032042 or 14048779. OLE color: 14048779.
HSL color Cylindrical-coordinate representation of color #0B5ED6: hue angle of 215.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5ED6 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 94 | 214 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.16 |
| HSL | 215.47º | 0.9% | 0.44% | - |
| HSV(B) | 215.47º | 0.95% | 0.84% | - |
| XYZ | 16.28 | 12.93 | 65.26 | - |
| YUV | 82.86 | 202 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 214 | 0.95 | 0.56 | 0 | 0.16 | 215.47 | 0.9 | 0.44 |
| Hex | B | 5E | D6 | 5F | 38 | 0 | 10 | D7 | 5A | 2C |
| Octal | 13 | 136 | 326 | 137 | 70 | 0 | 20 | 327 | 132 | 54 |
| Binary | 1011 | 1011110 | 11010110 | 1011111 | 111000 | 0 | 10000 | 11010111 | 1011010 | 101100 |
Color Harmonies of #0B5ED6
Complementary color
Monochromatic Colors of #0B5ED6
Black with #0B5ED6
Text Example
Text Example
White with #0B5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ED6; }
p { color: rgb(11,94,214); }
H1.HeaderClassName
{
color: #0B5ED6;
}
.AnyTagClassName
{
color: #0B5ED6;
}
</style>
background-color css
<style>
a { background-color: #0B5ED6; }
a { background-color: rgb(11,94,214); }
div.DivClassName
{
background-color: #0B5ED6;
}
.BgClassName
{
background-color: #0B5ED6;
}
</style>
border-color css
<style>
span { border-color: #0B5ED6; }
span { border-color: rgb(11,94,214); }
td.TdClassName
{
border-color: #0B5ED6;
}
.TagClassName
{
border-color: #0B5ED6;
}
</style>