Shades of Navy Blue #096EEE
Tints of Navy Blue #096EEE
RGB
CMYK
RGB Variations
Color information
#096EEE (or 0x096EEE) is known color: Navy Blue. HEX triplet: 09, 6E and EE. RGB value is (9,110,238). Sum of RGB (Red+Green+Blue) = 9+110+238=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #096EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EEE is #F69111. Grayscale: #5D5D5D. Windows color (decimal): -16158994 or 15625737. OLE color: 15625737.
HSL color Cylindrical-coordinate representation of color #096EEE: hue angle of 213.54º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EEE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 110 | 238 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.07 |
| HSL | 213.54º | 0.93% | 0.48% | - |
| HSV(B) | 213.54º | 0.96% | 0.93% | - |
| XYZ | 21.12 | 17.38 | 83.13 | - |
| YUV | 94.39 | 209.04 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 238 | 0.96 | 0.54 | 0 | 0.07 | 213.54 | 0.93 | 0.48 |
| Hex | 9 | 6E | EE | 60 | 36 | 0 | 7 | D6 | 5D | 30 |
| Octal | 11 | 156 | 356 | 140 | 66 | 0 | 7 | 326 | 135 | 60 |
| Binary | 1001 | 1101110 | 11101110 | 1100000 | 110110 | 0 | 111 | 11010110 | 1011101 | 110000 |
Color Harmonies of #096EEE
Complementary color
Monochromatic Colors of #096EEE
Black with #096EEE
Text Example
Text Example
White with #096EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EEE; }
p { color: rgb(9,110,238); }
H1.HeaderClassName
{
color: #096EEE;
}
.AnyTagClassName
{
color: #096EEE;
}
</style>
background-color css
<style>
a { background-color: #096EEE; }
a { background-color: rgb(9,110,238); }
div.DivClassName
{
background-color: #096EEE;
}
.BgClassName
{
background-color: #096EEE;
}
</style>
border-color css
<style>
span { border-color: #096EEE; }
span { border-color: rgb(9,110,238); }
td.TdClassName
{
border-color: #096EEE;
}
.TagClassName
{
border-color: #096EEE;
}
</style>