Shades of Navy Blue #096EDC
Tints of Navy Blue #096EDC
RGB
CMYK
RGB Variations
Color information
#096EDC (or 0x096EDC) is known color: Navy Blue. HEX triplet: 09, 6E and DC. RGB value is (9,110,220). Sum of RGB (Red+Green+Blue) = 9+110+220=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #096EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EDC is #F69123. Grayscale: #5B5B5B. Windows color (decimal): -16159012 or 14446089. OLE color: 14446089.
HSL color Cylindrical-coordinate representation of color #096EDC: hue angle of 211.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EDC is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 110 | 220 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.14 |
| HSL | 211.28º | 0.92% | 0.45% | - |
| HSV(B) | 211.28º | 0.96% | 0.86% | - |
| XYZ | 18.61 | 16.38 | 69.89 | - |
| YUV | 92.34 | 200.04 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 220 | 0.96 | 0.50 | 0 | 0.14 | 211.28 | 0.92 | 0.45 |
| Hex | 9 | 6E | DC | 60 | 32 | 0 | E | D3 | 5C | 2D |
| Octal | 11 | 156 | 334 | 140 | 62 | 0 | 16 | 323 | 134 | 55 |
| Binary | 1001 | 1101110 | 11011100 | 1100000 | 110010 | 0 | 1110 | 11010011 | 1011100 | 101101 |
Color Harmonies of #096EDC
Complementary color
Monochromatic Colors of #096EDC
Black with #096EDC
Text Example
Text Example
White with #096EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EDC; }
p { color: rgb(9,110,220); }
H1.HeaderClassName
{
color: #096EDC;
}
.AnyTagClassName
{
color: #096EDC;
}
</style>
background-color css
<style>
a { background-color: #096EDC; }
a { background-color: rgb(9,110,220); }
div.DivClassName
{
background-color: #096EDC;
}
.BgClassName
{
background-color: #096EDC;
}
</style>
border-color css
<style>
span { border-color: #096EDC; }
span { border-color: rgb(9,110,220); }
td.TdClassName
{
border-color: #096EDC;
}
.TagClassName
{
border-color: #096EDC;
}
</style>