Shades of Navy Blue #0959EA
Tints of Navy Blue #0959EA
RGB
CMYK
RGB Variations
Color information
#0959EA (or 0x0959EA) is known color: Navy Blue. HEX triplet: 09, 59 and EA. RGB value is (9,89,234). Sum of RGB (Red+Green+Blue) = 9+89+234=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #0959EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0959EA is #F6A615. Grayscale: #505050. Windows color (decimal): -16164374 or 15358217. OLE color: 15358217.
HSL color Cylindrical-coordinate representation of color #0959EA: hue angle of 218.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959EA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 89 | 234 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.08 |
| HSL | 218.67º | 0.93% | 0.48% | - |
| HSV(B) | 218.67º | 0.96% | 0.92% | - |
| XYZ | 18.54 | 13.14 | 79.4 | - |
| YUV | 81.61 | 214 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 234 | 0.96 | 0.62 | 0 | 0.08 | 218.67 | 0.93 | 0.48 |
| Hex | 9 | 59 | EA | 60 | 3E | 0 | 8 | DB | 5D | 30 |
| Octal | 11 | 131 | 352 | 140 | 76 | 0 | 10 | 333 | 135 | 60 |
| Binary | 1001 | 1011001 | 11101010 | 1100000 | 111110 | 0 | 1000 | 11011011 | 1011101 | 110000 |
Color Harmonies of #0959EA
Complementary color
Monochromatic Colors of #0959EA
Black with #0959EA
Text Example
Text Example
White with #0959EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959EA; }
p { color: rgb(9,89,234); }
H1.HeaderClassName
{
color: #0959EA;
}
.AnyTagClassName
{
color: #0959EA;
}
</style>
background-color css
<style>
a { background-color: #0959EA; }
a { background-color: rgb(9,89,234); }
div.DivClassName
{
background-color: #0959EA;
}
.BgClassName
{
background-color: #0959EA;
}
</style>
border-color css
<style>
span { border-color: #0959EA; }
span { border-color: rgb(9,89,234); }
td.TdClassName
{
border-color: #0959EA;
}
.TagClassName
{
border-color: #0959EA;
}
</style>