Shades of Navy Blue #0B5ED7
Tints of Navy Blue #0B5ED7
RGB
CMYK
RGB Variations
Color information
#0B5ED7 (or 0x0B5ED7) is known color: Navy Blue. HEX triplet: 0B, 5E and D7. RGB value is (11,94,215). Sum of RGB (Red+Green+Blue) = 11+94+215=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B5ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ED7 is #F4A128. Grayscale: #525252. Windows color (decimal): -16032041 or 14114315. OLE color: 14114315.
HSL color Cylindrical-coordinate representation of color #0B5ED7: hue angle of 215.59º 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 #0B5ED7 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 94 | 215 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.16 |
| HSL | 215.59º | 0.9% | 0.44% | - |
| HSV(B) | 215.59º | 0.95% | 0.84% | - |
| XYZ | 16.41 | 12.98 | 65.93 | - |
| YUV | 82.98 | 202.5 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 215 | 0.95 | 0.56 | 0 | 0.16 | 215.59 | 0.9 | 0.44 |
| Hex | B | 5E | D7 | 5F | 38 | 0 | 10 | D8 | 5A | 2C |
| Octal | 13 | 136 | 327 | 137 | 70 | 0 | 20 | 330 | 132 | 54 |
| Binary | 1011 | 1011110 | 11010111 | 1011111 | 111000 | 0 | 10000 | 11011000 | 1011010 | 101100 |
Color Harmonies of #0B5ED7
Complementary color
Monochromatic Colors of #0B5ED7
Black with #0B5ED7
Text Example
Text Example
White with #0B5ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ED7; }
p { color: rgb(11,94,215); }
H1.HeaderClassName
{
color: #0B5ED7;
}
.AnyTagClassName
{
color: #0B5ED7;
}
</style>
background-color css
<style>
a { background-color: #0B5ED7; }
a { background-color: rgb(11,94,215); }
div.DivClassName
{
background-color: #0B5ED7;
}
.BgClassName
{
background-color: #0B5ED7;
}
</style>
border-color css
<style>
span { border-color: #0B5ED7; }
span { border-color: rgb(11,94,215); }
td.TdClassName
{
border-color: #0B5ED7;
}
.TagClassName
{
border-color: #0B5ED7;
}
</style>