Shades of Navy Blue #096ACC
Tints of Navy Blue #096ACC
RGB
CMYK
RGB Variations
Color information
#096ACC (or 0x096ACC) is known color: Navy Blue. HEX triplet: 09, 6A and CC. RGB value is (9,106,204). Sum of RGB (Red+Green+Blue) = 9+106+204=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #096ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ACC is #F69533. Grayscale: #575757. Windows color (decimal): -16160052 or 13396489. OLE color: 13396489.
HSL color Cylindrical-coordinate representation of color #096ACC: hue angle of 210.15º 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 #096ACC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 106 | 204 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.2 |
| HSL | 210.15º | 0.92% | 0.42% | - |
| HSV(B) | 210.15º | 0.96% | 0.8% | - |
| XYZ | 16.17 | 14.73 | 59.12 | - |
| YUV | 88.17 | 193.36 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 204 | 0.96 | 0.48 | 0 | 0.2 | 210.15 | 0.92 | 0.42 |
| Hex | 9 | 6A | CC | 60 | 30 | 0 | 14 | D2 | 5C | 2A |
| Octal | 11 | 152 | 314 | 140 | 60 | 0 | 24 | 322 | 134 | 52 |
| Binary | 1001 | 1101010 | 11001100 | 1100000 | 110000 | 0 | 10100 | 11010010 | 1011100 | 101010 |
Color Harmonies of #096ACC
Complementary color
Monochromatic Colors of #096ACC
Black with #096ACC
Text Example
Text Example
White with #096ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ACC; }
p { color: rgb(9,106,204); }
H1.HeaderClassName
{
color: #096ACC;
}
.AnyTagClassName
{
color: #096ACC;
}
</style>
background-color css
<style>
a { background-color: #096ACC; }
a { background-color: rgb(9,106,204); }
div.DivClassName
{
background-color: #096ACC;
}
.BgClassName
{
background-color: #096ACC;
}
</style>
border-color css
<style>
span { border-color: #096ACC; }
span { border-color: rgb(9,106,204); }
td.TdClassName
{
border-color: #096ACC;
}
.TagClassName
{
border-color: #096ACC;
}
</style>