Shades of Denim #096FB8
Tints of Denim #096FB8
RGB
CMYK
RGB Variations
Color information
#096FB8 (or 0x096FB8) is known color: Denim. HEX triplet: 09, 6F and B8. RGB value is (9,111,184). Sum of RGB (Red+Green+Blue) = 9+111+184=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #096FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB8 is #F69047. Grayscale: #585858. Windows color (decimal): -16158792 or 12087049. OLE color: 12087049.
HSL color Cylindrical-coordinate representation of color #096FB8: hue angle of 205.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FB8 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 111 | 184 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.28 |
| HSL | 205.03º | 0.91% | 0.38% | - |
| HSV(B) | 205.03º | 0.95% | 0.72% | - |
| XYZ | 14.45 | 14.89 | 47.46 | - |
| YUV | 88.82 | 181.71 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 184 | 0.95 | 0.40 | 0 | 0.28 | 205.03 | 0.91 | 0.38 |
| Hex | 9 | 6F | B8 | 5F | 28 | 0 | 1C | CD | 5B | 26 |
| Octal | 11 | 157 | 270 | 137 | 50 | 0 | 34 | 315 | 133 | 46 |
| Binary | 1001 | 1101111 | 10111000 | 1011111 | 101000 | 0 | 11100 | 11001101 | 1011011 | 100110 |
Color Harmonies of #096FB8
Complementary color
Monochromatic Colors of #096FB8
Black with #096FB8
Text Example
Text Example
White with #096FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FB8; }
p { color: rgb(9,111,184); }
H1.HeaderClassName
{
color: #096FB8;
}
.AnyTagClassName
{
color: #096FB8;
}
</style>
background-color css
<style>
a { background-color: #096FB8; }
a { background-color: rgb(9,111,184); }
div.DivClassName
{
background-color: #096FB8;
}
.BgClassName
{
background-color: #096FB8;
}
</style>
border-color css
<style>
span { border-color: #096FB8; }
span { border-color: rgb(9,111,184); }
td.TdClassName
{
border-color: #096FB8;
}
.TagClassName
{
border-color: #096FB8;
}
</style>