Shades of Navy Blue #096EEA
Tints of Navy Blue #096EEA
RGB
CMYK
RGB Variations
Color information
#096EEA (or 0x096EEA) is known color: Navy Blue. HEX triplet: 09, 6E and EA. RGB value is (9,110,234). Sum of RGB (Red+Green+Blue) = 9+110+234=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #096EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EEA is #F69115. Grayscale: #5D5D5D. Windows color (decimal): -16158998 or 15363593. OLE color: 15363593.
HSL color Cylindrical-coordinate representation of color #096EEA: hue angle of 213.07º 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 #096EEA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 110 | 234 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.08 |
| HSL | 213.07º | 0.93% | 0.48% | - |
| HSV(B) | 213.07º | 0.96% | 0.92% | - |
| XYZ | 20.54 | 17.15 | 80.07 | - |
| YUV | 93.94 | 207.04 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 234 | 0.96 | 0.53 | 0 | 0.08 | 213.07 | 0.93 | 0.48 |
| Hex | 9 | 6E | EA | 60 | 35 | 0 | 8 | D5 | 5D | 30 |
| Octal | 11 | 156 | 352 | 140 | 65 | 0 | 10 | 325 | 135 | 60 |
| Binary | 1001 | 1101110 | 11101010 | 1100000 | 110101 | 0 | 1000 | 11010101 | 1011101 | 110000 |
Color Harmonies of #096EEA
Complementary color
Monochromatic Colors of #096EEA
Black with #096EEA
Text Example
Text Example
White with #096EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EEA; }
p { color: rgb(9,110,234); }
H1.HeaderClassName
{
color: #096EEA;
}
.AnyTagClassName
{
color: #096EEA;
}
</style>
background-color css
<style>
a { background-color: #096EEA; }
a { background-color: rgb(9,110,234); }
div.DivClassName
{
background-color: #096EEA;
}
.BgClassName
{
background-color: #096EEA;
}
</style>
border-color css
<style>
span { border-color: #096EEA; }
span { border-color: rgb(9,110,234); }
td.TdClassName
{
border-color: #096EEA;
}
.TagClassName
{
border-color: #096EEA;
}
</style>