Shades of Navy Blue #096ECA
Tints of Navy Blue #096ECA
RGB
CMYK
RGB Variations
Color information
#096ECA (or 0x096ECA) is known color: Navy Blue. HEX triplet: 09, 6E and CA. RGB value is (9,110,202). Sum of RGB (Red+Green+Blue) = 9+110+202=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #096ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ECA is #F69135. Grayscale: #595959. Windows color (decimal): -16159030 or 13266441. OLE color: 13266441.
HSL color Cylindrical-coordinate representation of color #096ECA: hue angle of 208.6º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ECA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 110 | 202 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.21 |
| HSL | 208.6º | 0.91% | 0.41% | - |
| HSV(B) | 208.6º | 0.96% | 0.79% | - |
| XYZ | 16.35 | 15.47 | 58 | - |
| YUV | 90.29 | 191.04 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 202 | 0.96 | 0.46 | 0 | 0.21 | 208.6 | 0.91 | 0.41 |
| Hex | 9 | 6E | CA | 60 | 2E | 0 | 15 | D1 | 5B | 29 |
| Octal | 11 | 156 | 312 | 140 | 56 | 0 | 25 | 321 | 133 | 51 |
| Binary | 1001 | 1101110 | 11001010 | 1100000 | 101110 | 0 | 10101 | 11010001 | 1011011 | 101001 |
Color Harmonies of #096ECA
Complementary color
Monochromatic Colors of #096ECA
Black with #096ECA
Text Example
Text Example
White with #096ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ECA; }
p { color: rgb(9,110,202); }
H1.HeaderClassName
{
color: #096ECA;
}
.AnyTagClassName
{
color: #096ECA;
}
</style>
background-color css
<style>
a { background-color: #096ECA; }
a { background-color: rgb(9,110,202); }
div.DivClassName
{
background-color: #096ECA;
}
.BgClassName
{
background-color: #096ECA;
}
</style>
border-color css
<style>
span { border-color: #096ECA; }
span { border-color: rgb(9,110,202); }
td.TdClassName
{
border-color: #096ECA;
}
.TagClassName
{
border-color: #096ECA;
}
</style>