Shades of Navy Blue #096DCF
Tints of Navy Blue #096DCF
RGB
CMYK
RGB Variations
Color information
#096DCF (or 0x096DCF) is known color: Navy Blue. HEX triplet: 09, 6D and CF. RGB value is (9,109,207). Sum of RGB (Red+Green+Blue) = 9+109+207=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #096DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCF is #F69230. Grayscale: #595959. Windows color (decimal): -16159281 or 13593865. OLE color: 13593865.
HSL color Cylindrical-coordinate representation of color #096DCF: hue angle of 209.7º 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 #096DCF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 109 | 207 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.19 |
| HSL | 209.7º | 0.92% | 0.42% | - |
| HSV(B) | 209.7º | 0.96% | 0.81% | - |
| XYZ | 16.84 | 15.5 | 61.14 | - |
| YUV | 90.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 207 | 0.96 | 0.47 | 0 | 0.19 | 209.7 | 0.92 | 0.42 |
| Hex | 9 | 6D | CF | 60 | 2F | 0 | 13 | D2 | 5C | 2A |
| Octal | 11 | 155 | 317 | 140 | 57 | 0 | 23 | 322 | 134 | 52 |
| Binary | 1001 | 1101101 | 11001111 | 1100000 | 101111 | 0 | 10011 | 11010010 | 1011100 | 101010 |
Color Harmonies of #096DCF
Complementary color
Monochromatic Colors of #096DCF
Black with #096DCF
Text Example
Text Example
White with #096DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DCF; }
p { color: rgb(9,109,207); }
H1.HeaderClassName
{
color: #096DCF;
}
.AnyTagClassName
{
color: #096DCF;
}
</style>
background-color css
<style>
a { background-color: #096DCF; }
a { background-color: rgb(9,109,207); }
div.DivClassName
{
background-color: #096DCF;
}
.BgClassName
{
background-color: #096DCF;
}
</style>
border-color css
<style>
span { border-color: #096DCF; }
span { border-color: rgb(9,109,207); }
td.TdClassName
{
border-color: #096DCF;
}
.TagClassName
{
border-color: #096DCF;
}
</style>