Shades of Navy Blue #096ECC
Tints of Navy Blue #096ECC
RGB
CMYK
RGB Variations
Color information
#096ECC (or 0x096ECC) is known color: Navy Blue. HEX triplet: 09, 6E and CC. RGB value is (9,110,204). Sum of RGB (Red+Green+Blue) = 9+110+204=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #096ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ECC is #F69133. Grayscale: #5A5A5A. Windows color (decimal): -16159028 or 13397513. OLE color: 13397513.
HSL color Cylindrical-coordinate representation of color #096ECC: hue angle of 208.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ECC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 110 | 204 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.2 |
| HSL | 208.92º | 0.92% | 0.42% | - |
| HSV(B) | 208.92º | 0.96% | 0.8% | - |
| XYZ | 16.59 | 15.57 | 59.26 | - |
| YUV | 90.52 | 192.04 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 204 | 0.96 | 0.46 | 0 | 0.2 | 208.92 | 0.92 | 0.42 |
| Hex | 9 | 6E | CC | 60 | 2E | 0 | 14 | D1 | 5C | 2A |
| Octal | 11 | 156 | 314 | 140 | 56 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1001 | 1101110 | 11001100 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096ECC
Complementary color
Monochromatic Colors of #096ECC
Black with #096ECC
Text Example
Text Example
White with #096ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ECC; }
p { color: rgb(9,110,204); }
H1.HeaderClassName
{
color: #096ECC;
}
.AnyTagClassName
{
color: #096ECC;
}
</style>
background-color css
<style>
a { background-color: #096ECC; }
a { background-color: rgb(9,110,204); }
div.DivClassName
{
background-color: #096ECC;
}
.BgClassName
{
background-color: #096ECC;
}
</style>
border-color css
<style>
span { border-color: #096ECC; }
span { border-color: rgb(9,110,204); }
td.TdClassName
{
border-color: #096ECC;
}
.TagClassName
{
border-color: #096ECC;
}
</style>