Shades of Navy Blue #0956E9
Tints of Navy Blue #0956E9
RGB
CMYK
RGB Variations
Color information
#0956E9 (or 0x0956E9) is known color: Navy Blue. HEX triplet: 09, 56 and E9. RGB value is (9,86,233). Sum of RGB (Red+Green+Blue) = 9+86+233=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #0956E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956E9 is #F6A916. Grayscale: #4F4F4F. Windows color (decimal): -16165143 or 15291913. OLE color: 15291913.
HSL color Cylindrical-coordinate representation of color #0956E9: hue angle of 219.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956E9 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 86 | 233 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.09 |
| HSL | 219.38º | 0.93% | 0.47% | - |
| HSV(B) | 219.38º | 0.96% | 0.91% | - |
| XYZ | 18.15 | 12.6 | 78.57 | - |
| YUV | 79.74 | 214.49 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 233 | 0.96 | 0.63 | 0 | 0.09 | 219.38 | 0.93 | 0.47 |
| Hex | 9 | 56 | E9 | 60 | 3F | 0 | 9 | DB | 5D | 2F |
| Octal | 11 | 126 | 351 | 140 | 77 | 0 | 11 | 333 | 135 | 57 |
| Binary | 1001 | 1010110 | 11101001 | 1100000 | 111111 | 0 | 1001 | 11011011 | 1011101 | 101111 |
Color Harmonies of #0956E9
Complementary color
Monochromatic Colors of #0956E9
Black with #0956E9
Text Example
Text Example
White with #0956E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956E9; }
p { color: rgb(9,86,233); }
H1.HeaderClassName
{
color: #0956E9;
}
.AnyTagClassName
{
color: #0956E9;
}
</style>
background-color css
<style>
a { background-color: #0956E9; }
a { background-color: rgb(9,86,233); }
div.DivClassName
{
background-color: #0956E9;
}
.BgClassName
{
background-color: #0956E9;
}
</style>
border-color css
<style>
span { border-color: #0956E9; }
span { border-color: rgb(9,86,233); }
td.TdClassName
{
border-color: #0956E9;
}
.TagClassName
{
border-color: #0956E9;
}
</style>