Shades of Navy Blue #096AC8
Tints of Navy Blue #096AC8
RGB
CMYK
RGB Variations
Color information
#096AC8 (or 0x096AC8) is known color: Navy Blue. HEX triplet: 09, 6A and C8. RGB value is (9,106,200). Sum of RGB (Red+Green+Blue) = 9+106+200=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #096AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC8 is #F69537. Grayscale: #575757. Windows color (decimal): -16160056 or 13134345. OLE color: 13134345.
HSL color Cylindrical-coordinate representation of color #096AC8: hue angle of 209.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC8 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 106 | 200 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.22 |
| HSL | 209.53º | 0.91% | 0.41% | - |
| HSV(B) | 209.53º | 0.96% | 0.78% | - |
| XYZ | 15.69 | 14.54 | 56.62 | - |
| YUV | 87.71 | 191.36 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 200 | 0.96 | 0.47 | 0 | 0.22 | 209.53 | 0.91 | 0.41 |
| Hex | 9 | 6A | C8 | 60 | 2F | 0 | 16 | D2 | 5B | 29 |
| Octal | 11 | 152 | 310 | 140 | 57 | 0 | 26 | 322 | 133 | 51 |
| Binary | 1001 | 1101010 | 11001000 | 1100000 | 101111 | 0 | 10110 | 11010010 | 1011011 | 101001 |
Color Harmonies of #096AC8
Complementary color
Monochromatic Colors of #096AC8
Black with #096AC8
Text Example
Text Example
White with #096AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AC8; }
p { color: rgb(9,106,200); }
H1.HeaderClassName
{
color: #096AC8;
}
.AnyTagClassName
{
color: #096AC8;
}
</style>
background-color css
<style>
a { background-color: #096AC8; }
a { background-color: rgb(9,106,200); }
div.DivClassName
{
background-color: #096AC8;
}
.BgClassName
{
background-color: #096AC8;
}
</style>
border-color css
<style>
span { border-color: #096AC8; }
span { border-color: rgb(9,106,200); }
td.TdClassName
{
border-color: #096AC8;
}
.TagClassName
{
border-color: #096AC8;
}
</style>