Shades of Denim #096CBC
Tints of Denim #096CBC
RGB
CMYK
RGB Variations
Color information
#096CBC (or 0x096CBC) is known color: Denim. HEX triplet: 09, 6C and BC. RGB value is (9,108,188). Sum of RGB (Red+Green+Blue) = 9+108+188=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #096CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CBC is #F69343. Grayscale: #575757. Windows color (decimal): -16159556 or 12348425. OLE color: 12348425.
HSL color Cylindrical-coordinate representation of color #096CBC: hue angle of 206.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CBC is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 108 | 188 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.26 |
| HSL | 206.82º | 0.91% | 0.39% | - |
| HSV(B) | 206.82º | 0.95% | 0.74% | - |
| XYZ | 14.55 | 14.41 | 49.59 | - |
| YUV | 87.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 188 | 0.95 | 0.43 | 0 | 0.26 | 206.82 | 0.91 | 0.39 |
| Hex | 9 | 6C | BC | 5F | 2B | 0 | 1A | CF | 5B | 27 |
| Octal | 11 | 154 | 274 | 137 | 53 | 0 | 32 | 317 | 133 | 47 |
| Binary | 1001 | 1101100 | 10111100 | 1011111 | 101011 | 0 | 11010 | 11001111 | 1011011 | 100111 |
Color Harmonies of #096CBC
Complementary color
Monochromatic Colors of #096CBC
Black with #096CBC
Text Example
Text Example
White with #096CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CBC; }
p { color: rgb(9,108,188); }
H1.HeaderClassName
{
color: #096CBC;
}
.AnyTagClassName
{
color: #096CBC;
}
</style>
background-color css
<style>
a { background-color: #096CBC; }
a { background-color: rgb(9,108,188); }
div.DivClassName
{
background-color: #096CBC;
}
.BgClassName
{
background-color: #096CBC;
}
</style>
border-color css
<style>
span { border-color: #096CBC; }
span { border-color: rgb(9,108,188); }
td.TdClassName
{
border-color: #096CBC;
}
.TagClassName
{
border-color: #096CBC;
}
</style>