Shades of Navy Blue #0959D5
Tints of Navy Blue #0959D5
RGB
CMYK
RGB Variations
Color information
#0959D5 (or 0x0959D5) is known color: Navy Blue. HEX triplet: 09, 59 and D5. RGB value is (9,89,213). Sum of RGB (Red+Green+Blue) = 9+89+213=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #0959D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959D5 is #F6A62A. Grayscale: #4E4E4E. Windows color (decimal): -16164395 or 13981961. OLE color: 13981961.
HSL color Cylindrical-coordinate representation of color #0959D5: hue angle of 216.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959D5 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 89 | 213 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.16 |
| HSL | 216.47º | 0.92% | 0.44% | - |
| HSV(B) | 216.47º | 0.96% | 0.84% | - |
| XYZ | 15.7 | 12.01 | 64.44 | - |
| YUV | 79.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 213 | 0.96 | 0.58 | 0 | 0.16 | 216.47 | 0.92 | 0.44 |
| Hex | 9 | 59 | D5 | 60 | 3A | 0 | 10 | D8 | 5C | 2C |
| Octal | 11 | 131 | 325 | 140 | 72 | 0 | 20 | 330 | 134 | 54 |
| Binary | 1001 | 1011001 | 11010101 | 1100000 | 111010 | 0 | 10000 | 11011000 | 1011100 | 101100 |
Color Harmonies of #0959D5
Complementary color
Monochromatic Colors of #0959D5
Black with #0959D5
Text Example
Text Example
White with #0959D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959D5; }
p { color: rgb(9,89,213); }
H1.HeaderClassName
{
color: #0959D5;
}
.AnyTagClassName
{
color: #0959D5;
}
</style>
background-color css
<style>
a { background-color: #0959D5; }
a { background-color: rgb(9,89,213); }
div.DivClassName
{
background-color: #0959D5;
}
.BgClassName
{
background-color: #0959D5;
}
</style>
border-color css
<style>
span { border-color: #0959D5; }
span { border-color: rgb(9,89,213); }
td.TdClassName
{
border-color: #0959D5;
}
.TagClassName
{
border-color: #0959D5;
}
</style>