Shades of Denim #096DB6
Tints of Denim #096DB6
RGB
CMYK
RGB Variations
Color information
#096DB6 (or 0x096DB6) is known color: Denim. HEX triplet: 09, 6D and B6. RGB value is (9,109,182). Sum of RGB (Red+Green+Blue) = 9+109+182=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #096DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DB6 is #F69249. Grayscale: #575757. Windows color (decimal): -16159306 or 11955465. OLE color: 11955465.
HSL color Cylindrical-coordinate representation of color #096DB6: hue angle of 205.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB6 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 109 | 182 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.29 |
| HSL | 205.32º | 0.91% | 0.37% | - |
| HSV(B) | 205.32º | 0.95% | 0.71% | - |
| XYZ | 14.02 | 14.37 | 46.29 | - |
| YUV | 87.42 | 181.37 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 182 | 0.95 | 0.40 | 0 | 0.29 | 205.32 | 0.91 | 0.37 |
| Hex | 9 | 6D | B6 | 5F | 28 | 0 | 1D | CD | 5B | 25 |
| Octal | 11 | 155 | 266 | 137 | 50 | 0 | 35 | 315 | 133 | 45 |
| Binary | 1001 | 1101101 | 10110110 | 1011111 | 101000 | 0 | 11101 | 11001101 | 1011011 | 100101 |
Color Harmonies of #096DB6
Complementary color
Monochromatic Colors of #096DB6
Black with #096DB6
Text Example
Text Example
White with #096DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DB6; }
p { color: rgb(9,109,182); }
H1.HeaderClassName
{
color: #096DB6;
}
.AnyTagClassName
{
color: #096DB6;
}
</style>
background-color css
<style>
a { background-color: #096DB6; }
a { background-color: rgb(9,109,182); }
div.DivClassName
{
background-color: #096DB6;
}
.BgClassName
{
background-color: #096DB6;
}
</style>
border-color css
<style>
span { border-color: #096DB6; }
span { border-color: rgb(9,109,182); }
td.TdClassName
{
border-color: #096DB6;
}
.TagClassName
{
border-color: #096DB6;
}
</style>