Shades of Navy Blue #0B5AD6
Tints of Navy Blue #0B5AD6
RGB
CMYK
RGB Variations
Color information
#0B5AD6 (or 0x0B5AD6) is known color: Navy Blue. HEX triplet: 0B, 5A and D6. RGB value is (11,90,214). Sum of RGB (Red+Green+Blue) = 11+90+214=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B5AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5AD6 is #F4A529. Grayscale: #4F4F4F. Windows color (decimal): -16033066 or 14047755. OLE color: 14047755.
HSL color Cylindrical-coordinate representation of color #0B5AD6: hue angle of 216.65º 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 #0B5AD6 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 90 | 214 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.16 |
| HSL | 216.65º | 0.9% | 0.44% | - |
| HSV(B) | 216.65º | 0.95% | 0.84% | - |
| XYZ | 15.93 | 12.24 | 65.14 | - |
| YUV | 80.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 214 | 0.95 | 0.58 | 0 | 0.16 | 216.65 | 0.9 | 0.44 |
| Hex | B | 5A | D6 | 5F | 3A | 0 | 10 | D9 | 5A | 2C |
| Octal | 13 | 132 | 326 | 137 | 72 | 0 | 20 | 331 | 132 | 54 |
| Binary | 1011 | 1011010 | 11010110 | 1011111 | 111010 | 0 | 10000 | 11011001 | 1011010 | 101100 |
Color Harmonies of #0B5AD6
Complementary color
Monochromatic Colors of #0B5AD6
Black with #0B5AD6
Text Example
Text Example
White with #0B5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5AD6; }
p { color: rgb(11,90,214); }
H1.HeaderClassName
{
color: #0B5AD6;
}
.AnyTagClassName
{
color: #0B5AD6;
}
</style>
background-color css
<style>
a { background-color: #0B5AD6; }
a { background-color: rgb(11,90,214); }
div.DivClassName
{
background-color: #0B5AD6;
}
.BgClassName
{
background-color: #0B5AD6;
}
</style>
border-color css
<style>
span { border-color: #0B5AD6; }
span { border-color: rgb(11,90,214); }
td.TdClassName
{
border-color: #0B5AD6;
}
.TagClassName
{
border-color: #0B5AD6;
}
</style>