Shades of Navy Blue #096AD9
Tints of Navy Blue #096AD9
RGB
CMYK
RGB Variations
Color information
#096AD9 (or 0x096AD9) is known color: Navy Blue. HEX triplet: 09, 6A and D9. RGB value is (9,106,217). Sum of RGB (Red+Green+Blue) = 9+106+217=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 217 (85.16% from 255 or 65.36% from 332); Max value from RGB is 217 - color contains mainly: blue. Hex color #096AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD9 is #F69526. Grayscale: #595959. Windows color (decimal): -16160039 or 14248457. OLE color: 14248457.
HSL color Cylindrical-coordinate representation of color #096AD9: hue angle of 212.02º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AD9 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 106 | 217 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.15 |
| HSL | 212.02º | 0.92% | 0.44% | - |
| HSV(B) | 212.02º | 0.96% | 0.85% | - |
| XYZ | 17.79 | 15.38 | 67.68 | - |
| YUV | 89.65 | 199.86 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 217 | 0.96 | 0.51 | 0 | 0.15 | 212.02 | 0.92 | 0.44 |
| Hex | 9 | 6A | D9 | 60 | 33 | 0 | F | D4 | 5C | 2C |
| Octal | 11 | 152 | 331 | 140 | 63 | 0 | 17 | 324 | 134 | 54 |
| Binary | 1001 | 1101010 | 11011001 | 1100000 | 110011 | 0 | 1111 | 11010100 | 1011100 | 101100 |
Color Harmonies of #096AD9
Complementary color
Monochromatic Colors of #096AD9
Black with #096AD9
Text Example
Text Example
White with #096AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AD9; }
p { color: rgb(9,106,217); }
H1.HeaderClassName
{
color: #096AD9;
}
.AnyTagClassName
{
color: #096AD9;
}
</style>
background-color css
<style>
a { background-color: #096AD9; }
a { background-color: rgb(9,106,217); }
div.DivClassName
{
background-color: #096AD9;
}
.BgClassName
{
background-color: #096AD9;
}
</style>
border-color css
<style>
span { border-color: #096AD9; }
span { border-color: rgb(9,106,217); }
td.TdClassName
{
border-color: #096AD9;
}
.TagClassName
{
border-color: #096AD9;
}
</style>