Shades of Denim #096AAF
Tints of Denim #096AAF
RGB
CMYK
RGB Variations
Color information
#096AAF (or 0x096AAF) is known color: Denim. HEX triplet: 09, 6A and AF. RGB value is (9,106,175). Sum of RGB (Red+Green+Blue) = 9+106+175=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #096AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAF is #F69550. Grayscale: #545454. Windows color (decimal): -16160081 or 11495945. OLE color: 11495945.
HSL color Cylindrical-coordinate representation of color #096AAF: hue angle of 204.94º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AAF is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 106 | 175 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.31 |
| HSL | 204.94º | 0.9% | 0.36% | - |
| HSV(B) | 204.94º | 0.95% | 0.69% | - |
| XYZ | 13 | 13.46 | 42.47 | - |
| YUV | 84.86 | 178.86 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 175 | 0.95 | 0.39 | 0 | 0.31 | 204.94 | 0.9 | 0.36 |
| Hex | 9 | 6A | AF | 5F | 27 | 0 | 1F | CD | 5A | 24 |
| Octal | 11 | 152 | 257 | 137 | 47 | 0 | 37 | 315 | 132 | 44 |
| Binary | 1001 | 1101010 | 10101111 | 1011111 | 100111 | 0 | 11111 | 11001101 | 1011010 | 100100 |
Color Harmonies of #096AAF
Complementary color
Monochromatic Colors of #096AAF
Black with #096AAF
Text Example
Text Example
White with #096AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AAF; }
p { color: rgb(9,106,175); }
H1.HeaderClassName
{
color: #096AAF;
}
.AnyTagClassName
{
color: #096AAF;
}
</style>
background-color css
<style>
a { background-color: #096AAF; }
a { background-color: rgb(9,106,175); }
div.DivClassName
{
background-color: #096AAF;
}
.BgClassName
{
background-color: #096AAF;
}
</style>
border-color css
<style>
span { border-color: #096AAF; }
span { border-color: rgb(9,106,175); }
td.TdClassName
{
border-color: #096AAF;
}
.TagClassName
{
border-color: #096AAF;
}
</style>