Shades of Navy Blue #096AD5
Tints of Navy Blue #096AD5
RGB
CMYK
RGB Variations
Color information
#096AD5 (or 0x096AD5) is known color: Navy Blue. HEX triplet: 09, 6A and D5. RGB value is (9,106,213). Sum of RGB (Red+Green+Blue) = 9+106+213=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #096AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD5 is #F6952A. Grayscale: #585858. Windows color (decimal): -16160043 or 13986313. OLE color: 13986313.
HSL color Cylindrical-coordinate representation of color #096AD5: hue angle of 211.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AD5 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 106 | 213 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.16 |
| HSL | 211.47º | 0.92% | 0.44% | - |
| HSV(B) | 211.47º | 0.96% | 0.84% | - |
| XYZ | 17.28 | 15.17 | 64.97 | - |
| YUV | 89.2 | 197.86 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 213 | 0.96 | 0.50 | 0 | 0.16 | 211.47 | 0.92 | 0.44 |
| Hex | 9 | 6A | D5 | 60 | 32 | 0 | 10 | D3 | 5C | 2C |
| Octal | 11 | 152 | 325 | 140 | 62 | 0 | 20 | 323 | 134 | 54 |
| Binary | 1001 | 1101010 | 11010101 | 1100000 | 110010 | 0 | 10000 | 11010011 | 1011100 | 101100 |
Color Harmonies of #096AD5
Complementary color
Monochromatic Colors of #096AD5
Black with #096AD5
Text Example
Text Example
White with #096AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AD5; }
p { color: rgb(9,106,213); }
H1.HeaderClassName
{
color: #096AD5;
}
.AnyTagClassName
{
color: #096AD5;
}
</style>
background-color css
<style>
a { background-color: #096AD5; }
a { background-color: rgb(9,106,213); }
div.DivClassName
{
background-color: #096AD5;
}
.BgClassName
{
background-color: #096AD5;
}
</style>
border-color css
<style>
span { border-color: #096AD5; }
span { border-color: rgb(9,106,213); }
td.TdClassName
{
border-color: #096AD5;
}
.TagClassName
{
border-color: #096AD5;
}
</style>