Shades of Navy Blue #096DCC
Tints of Navy Blue #096DCC
RGB
CMYK
RGB Variations
Color information
#096DCC (or 0x096DCC) is known color: Navy Blue. HEX triplet: 09, 6D and CC. RGB value is (9,109,204). Sum of RGB (Red+Green+Blue) = 9+109+204=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #096DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCC is #F69233. Grayscale: #595959. Windows color (decimal): -16159284 or 13397257. OLE color: 13397257.
HSL color Cylindrical-coordinate representation of color #096DCC: hue angle of 209.23º 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 #096DCC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 109 | 204 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.2 |
| HSL | 209.23º | 0.92% | 0.42% | - |
| HSV(B) | 209.23º | 0.96% | 0.8% | - |
| XYZ | 16.48 | 15.35 | 59.22 | - |
| YUV | 89.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 204 | 0.96 | 0.47 | 0 | 0.2 | 209.23 | 0.92 | 0.42 |
| Hex | 9 | 6D | CC | 60 | 2F | 0 | 14 | D1 | 5C | 2A |
| Octal | 11 | 155 | 314 | 140 | 57 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1001 | 1101101 | 11001100 | 1100000 | 101111 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096DCC
Complementary color
Monochromatic Colors of #096DCC
Black with #096DCC
Text Example
Text Example
White with #096DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DCC; }
p { color: rgb(9,109,204); }
H1.HeaderClassName
{
color: #096DCC;
}
.AnyTagClassName
{
color: #096DCC;
}
</style>
background-color css
<style>
a { background-color: #096DCC; }
a { background-color: rgb(9,109,204); }
div.DivClassName
{
background-color: #096DCC;
}
.BgClassName
{
background-color: #096DCC;
}
</style>
border-color css
<style>
span { border-color: #096DCC; }
span { border-color: rgb(9,109,204); }
td.TdClassName
{
border-color: #096DCC;
}
.TagClassName
{
border-color: #096DCC;
}
</style>