Shades of Navy Blue #096EE0
Tints of Navy Blue #096EE0
RGB
CMYK
RGB Variations
Color information
#096EE0 (or 0x096EE0) is known color: Navy Blue. HEX triplet: 09, 6E and E0. RGB value is (9,110,224). Sum of RGB (Red+Green+Blue) = 9+110+224=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #096EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EE0 is #F6911F. Grayscale: #5C5C5C. Windows color (decimal): -16159008 or 14708233. OLE color: 14708233.
HSL color Cylindrical-coordinate representation of color #096EE0: hue angle of 211.81º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EE0 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 110 | 224 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.12 |
| HSL | 211.81º | 0.92% | 0.46% | - |
| HSV(B) | 211.81º | 0.96% | 0.88% | - |
| XYZ | 19.14 | 16.59 | 72.71 | - |
| YUV | 92.8 | 202.04 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 224 | 0.96 | 0.51 | 0 | 0.12 | 211.81 | 0.92 | 0.46 |
| Hex | 9 | 6E | E0 | 60 | 33 | 0 | C | D4 | 5C | 2E |
| Octal | 11 | 156 | 340 | 140 | 63 | 0 | 14 | 324 | 134 | 56 |
| Binary | 1001 | 1101110 | 11100000 | 1100000 | 110011 | 0 | 1100 | 11010100 | 1011100 | 101110 |
Color Harmonies of #096EE0
Complementary color
Monochromatic Colors of #096EE0
Black with #096EE0
Text Example
Text Example
White with #096EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EE0; }
p { color: rgb(9,110,224); }
H1.HeaderClassName
{
color: #096EE0;
}
.AnyTagClassName
{
color: #096EE0;
}
</style>
background-color css
<style>
a { background-color: #096EE0; }
a { background-color: rgb(9,110,224); }
div.DivClassName
{
background-color: #096EE0;
}
.BgClassName
{
background-color: #096EE0;
}
</style>
border-color css
<style>
span { border-color: #096EE0; }
span { border-color: rgb(9,110,224); }
td.TdClassName
{
border-color: #096EE0;
}
.TagClassName
{
border-color: #096EE0;
}
</style>