Shades of Denim #096AB9
Tints of Denim #096AB9
RGB
CMYK
RGB Variations
Color information
#096AB9 (or 0x096AB9) is known color: Denim. HEX triplet: 09, 6A and B9. RGB value is (9,106,185). Sum of RGB (Red+Green+Blue) = 9+106+185=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #096AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AB9 is #F69546. Grayscale: #555555. Windows color (decimal): -16160071 or 12151305. OLE color: 12151305.
HSL color Cylindrical-coordinate representation of color #096AB9: hue angle of 206.93º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AB9 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 106 | 185 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.27 |
| HSL | 206.93º | 0.91% | 0.38% | - |
| HSV(B) | 206.93º | 0.95% | 0.73% | - |
| XYZ | 14.02 | 13.87 | 47.84 | - |
| YUV | 86 | 183.86 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 185 | 0.95 | 0.43 | 0 | 0.27 | 206.93 | 0.91 | 0.38 |
| Hex | 9 | 6A | B9 | 5F | 2B | 0 | 1B | CF | 5B | 26 |
| Octal | 11 | 152 | 271 | 137 | 53 | 0 | 33 | 317 | 133 | 46 |
| Binary | 1001 | 1101010 | 10111001 | 1011111 | 101011 | 0 | 11011 | 11001111 | 1011011 | 100110 |
Color Harmonies of #096AB9
Complementary color
Monochromatic Colors of #096AB9
Black with #096AB9
Text Example
Text Example
White with #096AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AB9; }
p { color: rgb(9,106,185); }
H1.HeaderClassName
{
color: #096AB9;
}
.AnyTagClassName
{
color: #096AB9;
}
</style>
background-color css
<style>
a { background-color: #096AB9; }
a { background-color: rgb(9,106,185); }
div.DivClassName
{
background-color: #096AB9;
}
.BgClassName
{
background-color: #096AB9;
}
</style>
border-color css
<style>
span { border-color: #096AB9; }
span { border-color: rgb(9,106,185); }
td.TdClassName
{
border-color: #096AB9;
}
.TagClassName
{
border-color: #096AB9;
}
</style>