Shades of Navy Blue #0B5BEB
Tints of Navy Blue #0B5BEB
RGB
CMYK
RGB Variations
Color information
#0B5BEB (or 0x0B5BEB) is known color: Navy Blue. HEX triplet: 0B, 5B and EB. RGB value is (11,91,235). Sum of RGB (Red+Green+Blue) = 11+91+235=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B5BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5BEB is #F4A414. Grayscale: #525252. Windows color (decimal): -16032789 or 15424267. OLE color: 15424267.
HSL color Cylindrical-coordinate representation of color #0B5BEB: hue angle of 218.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5BEB is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 91 | 235 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.08 |
| HSL | 218.57º | 0.91% | 0.48% | - |
| HSV(B) | 218.57º | 0.95% | 0.92% | - |
| XYZ | 18.87 | 13.55 | 80.22 | - |
| YUV | 83.5 | 213.5 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 235 | 0.95 | 0.61 | 0 | 0.08 | 218.57 | 0.91 | 0.48 |
| Hex | B | 5B | EB | 5F | 3D | 0 | 8 | DB | 5B | 30 |
| Octal | 13 | 133 | 353 | 137 | 75 | 0 | 10 | 333 | 133 | 60 |
| Binary | 1011 | 1011011 | 11101011 | 1011111 | 111101 | 0 | 1000 | 11011011 | 1011011 | 110000 |
Color Harmonies of #0B5BEB
Complementary color
Monochromatic Colors of #0B5BEB
Black with #0B5BEB
Text Example
Text Example
White with #0B5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BEB; }
p { color: rgb(11,91,235); }
H1.HeaderClassName
{
color: #0B5BEB;
}
.AnyTagClassName
{
color: #0B5BEB;
}
</style>
background-color css
<style>
a { background-color: #0B5BEB; }
a { background-color: rgb(11,91,235); }
div.DivClassName
{
background-color: #0B5BEB;
}
.BgClassName
{
background-color: #0B5BEB;
}
</style>
border-color css
<style>
span { border-color: #0B5BEB; }
span { border-color: rgb(11,91,235); }
td.TdClassName
{
border-color: #0B5BEB;
}
.TagClassName
{
border-color: #0B5BEB;
}
</style>