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