Shades of Navy Blue #0B59D7
Tints of Navy Blue #0B59D7
RGB
CMYK
RGB Variations
Color information
#0B59D7 (or 0x0B59D7) is known color: Navy Blue. HEX triplet: 0B, 59 and D7. RGB value is (11,89,215). Sum of RGB (Red+Green+Blue) = 11+89+215=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B59D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B59D7 is #F4A628. Grayscale: #4F4F4F. Windows color (decimal): -16033321 or 14113035. OLE color: 14113035.
HSL color Cylindrical-coordinate representation of color #0B59D7: hue angle of 217.06º 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 #0B59D7 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 89 | 215 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.16 |
| HSL | 217.06º | 0.9% | 0.44% | - |
| HSV(B) | 217.06º | 0.95% | 0.84% | - |
| XYZ | 15.98 | 12.12 | 65.79 | - |
| YUV | 80.04 | 204.16 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 215 | 0.95 | 0.59 | 0 | 0.16 | 217.06 | 0.9 | 0.44 |
| Hex | B | 59 | D7 | 5F | 3B | 0 | 10 | D9 | 5A | 2C |
| Octal | 13 | 131 | 327 | 137 | 73 | 0 | 20 | 331 | 132 | 54 |
| Binary | 1011 | 1011001 | 11010111 | 1011111 | 111011 | 0 | 10000 | 11011001 | 1011010 | 101100 |
Color Harmonies of #0B59D7
Complementary color
Monochromatic Colors of #0B59D7
Black with #0B59D7
Text Example
Text Example
White with #0B59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B59D7; }
p { color: rgb(11,89,215); }
H1.HeaderClassName
{
color: #0B59D7;
}
.AnyTagClassName
{
color: #0B59D7;
}
</style>
background-color css
<style>
a { background-color: #0B59D7; }
a { background-color: rgb(11,89,215); }
div.DivClassName
{
background-color: #0B59D7;
}
.BgClassName
{
background-color: #0B59D7;
}
</style>
border-color css
<style>
span { border-color: #0B59D7; }
span { border-color: rgb(11,89,215); }
td.TdClassName
{
border-color: #0B59D7;
}
.TagClassName
{
border-color: #0B59D7;
}
</style>