Shades of Navy Blue #0B5BE1
Tints of Navy Blue #0B5BE1
RGB
CMYK
RGB Variations
Color information
#0B5BE1 (or 0x0B5BE1) is known color: Navy Blue. HEX triplet: 0B, 5B and E1. RGB value is (11,91,225). Sum of RGB (Red+Green+Blue) = 11+91+225=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #0B5BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5BE1 is #F4A41E. Grayscale: #515151. Windows color (decimal): -16032799 or 14768907. OLE color: 14768907.
HSL color Cylindrical-coordinate representation of color #0B5BE1: hue angle of 217.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5BE1 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 91 | 225 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.12 |
| HSL | 217.57º | 0.91% | 0.46% | - |
| HSV(B) | 217.57º | 0.95% | 0.88% | - |
| XYZ | 17.47 | 12.99 | 72.82 | - |
| YUV | 82.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 225 | 0.95 | 0.60 | 0 | 0.12 | 217.57 | 0.91 | 0.46 |
| Hex | B | 5B | E1 | 5F | 3C | 0 | C | DA | 5B | 2E |
| Octal | 13 | 133 | 341 | 137 | 74 | 0 | 14 | 332 | 133 | 56 |
| Binary | 1011 | 1011011 | 11100001 | 1011111 | 111100 | 0 | 1100 | 11011010 | 1011011 | 101110 |
Color Harmonies of #0B5BE1
Complementary color
Monochromatic Colors of #0B5BE1
Black with #0B5BE1
Text Example
Text Example
White with #0B5BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BE1; }
p { color: rgb(11,91,225); }
H1.HeaderClassName
{
color: #0B5BE1;
}
.AnyTagClassName
{
color: #0B5BE1;
}
</style>
background-color css
<style>
a { background-color: #0B5BE1; }
a { background-color: rgb(11,91,225); }
div.DivClassName
{
background-color: #0B5BE1;
}
.BgClassName
{
background-color: #0B5BE1;
}
</style>
border-color css
<style>
span { border-color: #0B5BE1; }
span { border-color: rgb(11,91,225); }
td.TdClassName
{
border-color: #0B5BE1;
}
.TagClassName
{
border-color: #0B5BE1;
}
</style>