Shades of Navy Blue #0959EC
Tints of Navy Blue #0959EC
RGB
CMYK
RGB Variations
Color information
#0959EC (or 0x0959EC) is known color: Navy Blue. HEX triplet: 09, 59 and EC. RGB value is (9,89,236). Sum of RGB (Red+Green+Blue) = 9+89+236=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #0959EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0959EC is #F6A613. Grayscale: #515151. Windows color (decimal): -16164372 or 15489289. OLE color: 15489289.
HSL color Cylindrical-coordinate representation of color #0959EC: hue angle of 218.85º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959EC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 89 | 236 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.07 |
| HSL | 218.85º | 0.93% | 0.48% | - |
| HSV(B) | 218.85º | 0.96% | 0.93% | - |
| XYZ | 18.83 | 13.26 | 80.92 | - |
| YUV | 81.84 | 215 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 236 | 0.96 | 0.62 | 0 | 0.07 | 218.85 | 0.93 | 0.48 |
| Hex | 9 | 59 | EC | 60 | 3E | 0 | 7 | DB | 5D | 30 |
| Octal | 11 | 131 | 354 | 140 | 76 | 0 | 7 | 333 | 135 | 60 |
| Binary | 1001 | 1011001 | 11101100 | 1100000 | 111110 | 0 | 111 | 11011011 | 1011101 | 110000 |
Color Harmonies of #0959EC
Complementary color
Monochromatic Colors of #0959EC
Black with #0959EC
Text Example
Text Example
White with #0959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959EC; }
p { color: rgb(9,89,236); }
H1.HeaderClassName
{
color: #0959EC;
}
.AnyTagClassName
{
color: #0959EC;
}
</style>
background-color css
<style>
a { background-color: #0959EC; }
a { background-color: rgb(9,89,236); }
div.DivClassName
{
background-color: #0959EC;
}
.BgClassName
{
background-color: #0959EC;
}
</style>
border-color css
<style>
span { border-color: #0959EC; }
span { border-color: rgb(9,89,236); }
td.TdClassName
{
border-color: #0959EC;
}
.TagClassName
{
border-color: #0959EC;
}
</style>