Shades of Navy Blue #096AC0
Tints of Navy Blue #096AC0
RGB
CMYK
RGB Variations
Color information
#096AC0 (or 0x096AC0) is known color: Navy Blue. HEX triplet: 09, 6A and C0. RGB value is (9,106,192). Sum of RGB (Red+Green+Blue) = 9+106+192=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #096AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC0 is #F6953F. Grayscale: #565656. Windows color (decimal): -16160064 or 12610057. OLE color: 12610057.
HSL color Cylindrical-coordinate representation of color #096AC0: hue angle of 208.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC0 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 106 | 192 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.25 |
| HSL | 208.2º | 0.91% | 0.39% | - |
| HSV(B) | 208.2º | 0.95% | 0.75% | - |
| XYZ | 14.78 | 14.17 | 51.83 | - |
| YUV | 86.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 192 | 0.95 | 0.45 | 0 | 0.25 | 208.2 | 0.91 | 0.39 |
| Hex | 9 | 6A | C0 | 5F | 2D | 0 | 19 | D0 | 5B | 27 |
| Octal | 11 | 152 | 300 | 137 | 55 | 0 | 31 | 320 | 133 | 47 |
| Binary | 1001 | 1101010 | 11000000 | 1011111 | 101101 | 0 | 11001 | 11010000 | 1011011 | 100111 |
Color Harmonies of #096AC0
Complementary color
Monochromatic Colors of #096AC0
Black with #096AC0
Text Example
Text Example
White with #096AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AC0; }
p { color: rgb(9,106,192); }
H1.HeaderClassName
{
color: #096AC0;
}
.AnyTagClassName
{
color: #096AC0;
}
</style>
background-color css
<style>
a { background-color: #096AC0; }
a { background-color: rgb(9,106,192); }
div.DivClassName
{
background-color: #096AC0;
}
.BgClassName
{
background-color: #096AC0;
}
</style>
border-color css
<style>
span { border-color: #096AC0; }
span { border-color: rgb(9,106,192); }
td.TdClassName
{
border-color: #096AC0;
}
.TagClassName
{
border-color: #096AC0;
}
</style>