Shades of Navy Blue #096ECF
Tints of Navy Blue #096ECF
RGB
CMYK
RGB Variations
Color information
#096ECF (or 0x096ECF) is known color: Navy Blue. HEX triplet: 09, 6E and CF. RGB value is (9,110,207). Sum of RGB (Red+Green+Blue) = 9+110+207=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #096ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ECF is #F69130. Grayscale: #5A5A5A. Windows color (decimal): -16159025 or 13594121. OLE color: 13594121.
HSL color Cylindrical-coordinate representation of color #096ECF: hue angle of 209.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ECF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 110 | 207 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.19 |
| HSL | 209.39º | 0.92% | 0.42% | - |
| HSV(B) | 209.39º | 0.96% | 0.81% | - |
| XYZ | 16.95 | 15.71 | 61.17 | - |
| YUV | 90.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 207 | 0.96 | 0.47 | 0 | 0.19 | 209.39 | 0.92 | 0.42 |
| Hex | 9 | 6E | CF | 60 | 2F | 0 | 13 | D1 | 5C | 2A |
| Octal | 11 | 156 | 317 | 140 | 57 | 0 | 23 | 321 | 134 | 52 |
| Binary | 1001 | 1101110 | 11001111 | 1100000 | 101111 | 0 | 10011 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096ECF
Complementary color
Monochromatic Colors of #096ECF
Black with #096ECF
Text Example
Text Example
White with #096ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ECF; }
p { color: rgb(9,110,207); }
H1.HeaderClassName
{
color: #096ECF;
}
.AnyTagClassName
{
color: #096ECF;
}
</style>
background-color css
<style>
a { background-color: #096ECF; }
a { background-color: rgb(9,110,207); }
div.DivClassName
{
background-color: #096ECF;
}
.BgClassName
{
background-color: #096ECF;
}
</style>
border-color css
<style>
span { border-color: #096ECF; }
span { border-color: rgb(9,110,207); }
td.TdClassName
{
border-color: #096ECF;
}
.TagClassName
{
border-color: #096ECF;
}
</style>