Shades of Denim #096FB6
Tints of Denim #096FB6
RGB
CMYK
RGB Variations
Color information
#096FB6 (or 0x096FB6) is known color: Denim. HEX triplet: 09, 6F and B6. RGB value is (9,111,182). Sum of RGB (Red+Green+Blue) = 9+111+182=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 182 (71.48% from 255 or 60.26% from 302); Max value from RGB is 182 - color contains mainly: blue. Hex color #096FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB6 is #F69049. Grayscale: #585858. Windows color (decimal): -16158794 or 11955977. OLE color: 11955977.
HSL color Cylindrical-coordinate representation of color #096FB6: hue angle of 204.62º 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 #096FB6 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 111 | 182 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.29 |
| HSL | 204.62º | 0.91% | 0.37% | - |
| HSV(B) | 204.62º | 0.95% | 0.71% | - |
| XYZ | 14.24 | 14.8 | 46.36 | - |
| YUV | 88.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 182 | 0.95 | 0.39 | 0 | 0.29 | 204.62 | 0.91 | 0.37 |
| Hex | 9 | 6F | B6 | 5F | 27 | 0 | 1D | CD | 5B | 25 |
| Octal | 11 | 157 | 266 | 137 | 47 | 0 | 35 | 315 | 133 | 45 |
| Binary | 1001 | 1101111 | 10110110 | 1011111 | 100111 | 0 | 11101 | 11001101 | 1011011 | 100101 |
Color Harmonies of #096FB6
Complementary color
Monochromatic Colors of #096FB6
Black with #096FB6
Text Example
Text Example
White with #096FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FB6; }
p { color: rgb(9,111,182); }
H1.HeaderClassName
{
color: #096FB6;
}
.AnyTagClassName
{
color: #096FB6;
}
</style>
background-color css
<style>
a { background-color: #096FB6; }
a { background-color: rgb(9,111,182); }
div.DivClassName
{
background-color: #096FB6;
}
.BgClassName
{
background-color: #096FB6;
}
</style>
border-color css
<style>
span { border-color: #096FB6; }
span { border-color: rgb(9,111,182); }
td.TdClassName
{
border-color: #096FB6;
}
.TagClassName
{
border-color: #096FB6;
}
</style>