Shades of Navy Blue #0959D8
Tints of Navy Blue #0959D8
RGB
CMYK
RGB Variations
Color information
#0959D8 (or 0x0959D8) is known color: Navy Blue. HEX triplet: 09, 59 and D8. RGB value is (9,89,216). Sum of RGB (Red+Green+Blue) = 9+89+216=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 216 (84.77% from 255 or 68.79% from 314); Max value from RGB is 216 - color contains mainly: blue. Hex color #0959D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959D8 is #F6A627. Grayscale: #4E4E4E. Windows color (decimal): -16164392 or 14178569. OLE color: 14178569.
HSL color Cylindrical-coordinate representation of color #0959D8: hue angle of 216.81º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959D8 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 89 | 216 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.15 |
| HSL | 216.81º | 0.92% | 0.44% | - |
| HSV(B) | 216.81º | 0.96% | 0.85% | - |
| XYZ | 16.08 | 12.16 | 66.47 | - |
| YUV | 79.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 216 | 0.96 | 0.59 | 0 | 0.15 | 216.81 | 0.92 | 0.44 |
| Hex | 9 | 59 | D8 | 60 | 3B | 0 | F | D9 | 5C | 2C |
| Octal | 11 | 131 | 330 | 140 | 73 | 0 | 17 | 331 | 134 | 54 |
| Binary | 1001 | 1011001 | 11011000 | 1100000 | 111011 | 0 | 1111 | 11011001 | 1011100 | 101100 |
Color Harmonies of #0959D8
Complementary color
Monochromatic Colors of #0959D8
Black with #0959D8
Text Example
Text Example
White with #0959D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959D8; }
p { color: rgb(9,89,216); }
H1.HeaderClassName
{
color: #0959D8;
}
.AnyTagClassName
{
color: #0959D8;
}
</style>
background-color css
<style>
a { background-color: #0959D8; }
a { background-color: rgb(9,89,216); }
div.DivClassName
{
background-color: #0959D8;
}
.BgClassName
{
background-color: #0959D8;
}
</style>
border-color css
<style>
span { border-color: #0959D8; }
span { border-color: rgb(9,89,216); }
td.TdClassName
{
border-color: #0959D8;
}
.TagClassName
{
border-color: #0959D8;
}
</style>