Shades of Navy Blue #096EE8
Tints of Navy Blue #096EE8
RGB
CMYK
RGB Variations
Color information
#096EE8 (or 0x096EE8) is known color: Navy Blue. HEX triplet: 09, 6E and E8. RGB value is (9,110,232). Sum of RGB (Red+Green+Blue) = 9+110+232=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #096EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EE8 is #F69117. Grayscale: #5D5D5D. Windows color (decimal): -16159000 or 15232521. OLE color: 15232521.
HSL color Cylindrical-coordinate representation of color #096EE8: hue angle of 212.83º 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 #096EE8 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 110 | 232 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.09 |
| HSL | 212.83º | 0.93% | 0.47% | - |
| HSV(B) | 212.83º | 0.96% | 0.91% | - |
| XYZ | 20.25 | 17.04 | 78.56 | - |
| YUV | 93.71 | 206.04 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 232 | 0.96 | 0.53 | 0 | 0.09 | 212.83 | 0.93 | 0.47 |
| Hex | 9 | 6E | E8 | 60 | 35 | 0 | 9 | D5 | 5D | 2F |
| Octal | 11 | 156 | 350 | 140 | 65 | 0 | 11 | 325 | 135 | 57 |
| Binary | 1001 | 1101110 | 11101000 | 1100000 | 110101 | 0 | 1001 | 11010101 | 1011101 | 101111 |
Color Harmonies of #096EE8
Complementary color
Monochromatic Colors of #096EE8
Black with #096EE8
Text Example
Text Example
White with #096EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EE8; }
p { color: rgb(9,110,232); }
H1.HeaderClassName
{
color: #096EE8;
}
.AnyTagClassName
{
color: #096EE8;
}
</style>
background-color css
<style>
a { background-color: #096EE8; }
a { background-color: rgb(9,110,232); }
div.DivClassName
{
background-color: #096EE8;
}
.BgClassName
{
background-color: #096EE8;
}
</style>
border-color css
<style>
span { border-color: #096EE8; }
span { border-color: rgb(9,110,232); }
td.TdClassName
{
border-color: #096EE8;
}
.TagClassName
{
border-color: #096EE8;
}
</style>