Shades of Navy Blue #096AD7
Tints of Navy Blue #096AD7
RGB
CMYK
RGB Variations
Color information
#096AD7 (or 0x096AD7) is known color: Navy Blue. HEX triplet: 09, 6A and D7. RGB value is (9,106,215). Sum of RGB (Red+Green+Blue) = 9+106+215=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #096AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD7 is #F69528. Grayscale: #585858. Windows color (decimal): -16160041 or 14117385. OLE color: 14117385.
HSL color Cylindrical-coordinate representation of color #096AD7: hue angle of 211.75º 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 #096AD7 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 106 | 215 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.16 |
| HSL | 211.75º | 0.92% | 0.44% | - |
| HSV(B) | 211.75º | 0.96% | 0.84% | - |
| XYZ | 17.53 | 15.27 | 66.31 | - |
| YUV | 89.42 | 198.86 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 215 | 0.96 | 0.51 | 0 | 0.16 | 211.75 | 0.92 | 0.44 |
| Hex | 9 | 6A | D7 | 60 | 33 | 0 | 10 | D4 | 5C | 2C |
| Octal | 11 | 152 | 327 | 140 | 63 | 0 | 20 | 324 | 134 | 54 |
| Binary | 1001 | 1101010 | 11010111 | 1100000 | 110011 | 0 | 10000 | 11010100 | 1011100 | 101100 |
Color Harmonies of #096AD7
Complementary color
Monochromatic Colors of #096AD7
Black with #096AD7
Text Example
Text Example
White with #096AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AD7; }
p { color: rgb(9,106,215); }
H1.HeaderClassName
{
color: #096AD7;
}
.AnyTagClassName
{
color: #096AD7;
}
</style>
background-color css
<style>
a { background-color: #096AD7; }
a { background-color: rgb(9,106,215); }
div.DivClassName
{
background-color: #096AD7;
}
.BgClassName
{
background-color: #096AD7;
}
</style>
border-color css
<style>
span { border-color: #096AD7; }
span { border-color: rgb(9,106,215); }
td.TdClassName
{
border-color: #096AD7;
}
.TagClassName
{
border-color: #096AD7;
}
</style>