Shades of Navy Blue #096ED9
Tints of Navy Blue #096ED9
RGB
CMYK
RGB Variations
Color information
#096ED9 (or 0x096ED9) is known color: Navy Blue. HEX triplet: 09, 6E and D9. RGB value is (9,110,217). Sum of RGB (Red+Green+Blue) = 9+110+217=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #096ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ED9 is #F69126. Grayscale: #5B5B5B. Windows color (decimal): -16159015 or 14249481. OLE color: 14249481.
HSL color Cylindrical-coordinate representation of color #096ED9: hue angle of 210.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ED9 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 110 | 217 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.15 |
| HSL | 210.87º | 0.92% | 0.44% | - |
| HSV(B) | 210.87º | 0.96% | 0.85% | - |
| XYZ | 18.21 | 16.22 | 67.82 | - |
| YUV | 92 | 198.54 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 217 | 0.96 | 0.49 | 0 | 0.15 | 210.87 | 0.92 | 0.44 |
| Hex | 9 | 6E | D9 | 60 | 31 | 0 | F | D3 | 5C | 2C |
| Octal | 11 | 156 | 331 | 140 | 61 | 0 | 17 | 323 | 134 | 54 |
| Binary | 1001 | 1101110 | 11011001 | 1100000 | 110001 | 0 | 1111 | 11010011 | 1011100 | 101100 |
Color Harmonies of #096ED9
Complementary color
Monochromatic Colors of #096ED9
Black with #096ED9
Text Example
Text Example
White with #096ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ED9; }
p { color: rgb(9,110,217); }
H1.HeaderClassName
{
color: #096ED9;
}
.AnyTagClassName
{
color: #096ED9;
}
</style>
background-color css
<style>
a { background-color: #096ED9; }
a { background-color: rgb(9,110,217); }
div.DivClassName
{
background-color: #096ED9;
}
.BgClassName
{
background-color: #096ED9;
}
</style>
border-color css
<style>
span { border-color: #096ED9; }
span { border-color: rgb(9,110,217); }
td.TdClassName
{
border-color: #096ED9;
}
.TagClassName
{
border-color: #096ED9;
}
</style>