Shades of Navy Blue #0956E6
Tints of Navy Blue #0956E6
RGB
CMYK
RGB Variations
Color information
#0956E6 (or 0x0956E6) is known color: Navy Blue. HEX triplet: 09, 56 and E6. RGB value is (9,86,230). Sum of RGB (Red+Green+Blue) = 9+86+230=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #0956E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956E6 is #F6A919. Grayscale: #4E4E4E. Windows color (decimal): -16165146 or 15095305. OLE color: 15095305.
HSL color Cylindrical-coordinate representation of color #0956E6: hue angle of 219.1º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956E6 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 86 | 230 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.10 |
| HSL | 219.1º | 0.92% | 0.47% | - |
| HSV(B) | 219.1º | 0.96% | 0.9% | - |
| XYZ | 17.72 | 12.43 | 76.33 | - |
| YUV | 79.39 | 212.99 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 230 | 0.96 | 0.63 | 0 | 0.10 | 219.1 | 0.92 | 0.47 |
| Hex | 9 | 56 | E6 | 60 | 3F | 0 | A | DB | 5C | 2F |
| Octal | 11 | 126 | 346 | 140 | 77 | 0 | 12 | 333 | 134 | 57 |
| Binary | 1001 | 1010110 | 11100110 | 1100000 | 111111 | 0 | 1010 | 11011011 | 1011100 | 101111 |
Color Harmonies of #0956E6
Complementary color
Monochromatic Colors of #0956E6
Black with #0956E6
Text Example
Text Example
White with #0956E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956E6; }
p { color: rgb(9,86,230); }
H1.HeaderClassName
{
color: #0956E6;
}
.AnyTagClassName
{
color: #0956E6;
}
</style>
background-color css
<style>
a { background-color: #0956E6; }
a { background-color: rgb(9,86,230); }
div.DivClassName
{
background-color: #0956E6;
}
.BgClassName
{
background-color: #0956E6;
}
</style>
border-color css
<style>
span { border-color: #0956E6; }
span { border-color: rgb(9,86,230); }
td.TdClassName
{
border-color: #0956E6;
}
.TagClassName
{
border-color: #0956E6;
}
</style>