Shades of Navy Blue #096EC9
Tints of Navy Blue #096EC9
RGB
CMYK
RGB Variations
Color information
#096EC9 (or 0x096EC9) is known color: Navy Blue. HEX triplet: 09, 6E and C9. RGB value is (9,110,201). Sum of RGB (Red+Green+Blue) = 9+110+201=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #096EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EC9 is #F69136. Grayscale: #595959. Windows color (decimal): -16159031 or 13200905. OLE color: 13200905.
HSL color Cylindrical-coordinate representation of color #096EC9: hue angle of 208.44º 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 #096EC9 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 110 | 201 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.21 |
| HSL | 208.44º | 0.91% | 0.41% | - |
| HSV(B) | 208.44º | 0.96% | 0.79% | - |
| XYZ | 16.23 | 15.43 | 57.38 | - |
| YUV | 90.18 | 190.54 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 201 | 0.96 | 0.45 | 0 | 0.21 | 208.44 | 0.91 | 0.41 |
| Hex | 9 | 6E | C9 | 60 | 2D | 0 | 15 | D0 | 5B | 29 |
| Octal | 11 | 156 | 311 | 140 | 55 | 0 | 25 | 320 | 133 | 51 |
| Binary | 1001 | 1101110 | 11001001 | 1100000 | 101101 | 0 | 10101 | 11010000 | 1011011 | 101001 |
Color Harmonies of #096EC9
Complementary color
Monochromatic Colors of #096EC9
Black with #096EC9
Text Example
Text Example
White with #096EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EC9; }
p { color: rgb(9,110,201); }
H1.HeaderClassName
{
color: #096EC9;
}
.AnyTagClassName
{
color: #096EC9;
}
</style>
background-color css
<style>
a { background-color: #096EC9; }
a { background-color: rgb(9,110,201); }
div.DivClassName
{
background-color: #096EC9;
}
.BgClassName
{
background-color: #096EC9;
}
</style>
border-color css
<style>
span { border-color: #096EC9; }
span { border-color: rgb(9,110,201); }
td.TdClassName
{
border-color: #096EC9;
}
.TagClassName
{
border-color: #096EC9;
}
</style>