Shades of Navy Blue #0959CE
Tints of Navy Blue #0959CE
RGB
CMYK
RGB Variations
Color information
#0959CE (or 0x0959CE) is known color: Navy Blue. HEX triplet: 09, 59 and CE. RGB value is (9,89,206). Sum of RGB (Red+Green+Blue) = 9+89+206=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #0959CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CE is #F6A631. Grayscale: #4D4D4D. Windows color (decimal): -16164402 or 13523209. OLE color: 13523209.
HSL color Cylindrical-coordinate representation of color #0959CE: hue angle of 215.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959CE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 89 | 206 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.19 |
| HSL | 215.63º | 0.92% | 0.42% | - |
| HSV(B) | 215.63º | 0.96% | 0.81% | - |
| XYZ | 14.83 | 11.66 | 59.86 | - |
| YUV | 78.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 206 | 0.96 | 0.57 | 0 | 0.19 | 215.63 | 0.92 | 0.42 |
| Hex | 9 | 59 | CE | 60 | 39 | 0 | 13 | D8 | 5C | 2A |
| Octal | 11 | 131 | 316 | 140 | 71 | 0 | 23 | 330 | 134 | 52 |
| Binary | 1001 | 1011001 | 11001110 | 1100000 | 111001 | 0 | 10011 | 11011000 | 1011100 | 101010 |
Color Harmonies of #0959CE
Complementary color
Monochromatic Colors of #0959CE
Black with #0959CE
Text Example
Text Example
White with #0959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959CE; }
p { color: rgb(9,89,206); }
H1.HeaderClassName
{
color: #0959CE;
}
.AnyTagClassName
{
color: #0959CE;
}
</style>
background-color css
<style>
a { background-color: #0959CE; }
a { background-color: rgb(9,89,206); }
div.DivClassName
{
background-color: #0959CE;
}
.BgClassName
{
background-color: #0959CE;
}
</style>
border-color css
<style>
span { border-color: #0959CE; }
span { border-color: rgb(9,89,206); }
td.TdClassName
{
border-color: #0959CE;
}
.TagClassName
{
border-color: #0959CE;
}
</style>