Shades of Denim #096CB4
Tints of Denim #096CB4
RGB
CMYK
RGB Variations
Color information
#096CB4 (or 0x096CB4) is known color: Denim. HEX triplet: 09, 6C and B4. RGB value is (9,108,180). Sum of RGB (Red+Green+Blue) = 9+108+180=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #096CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CB4 is #F6934B. Grayscale: #565656. Windows color (decimal): -16159564 or 11824137. OLE color: 11824137.
HSL color Cylindrical-coordinate representation of color #096CB4: hue angle of 205.26º degrees, saturation: 0.9, 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 #096CB4 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 108 | 180 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.29 |
| HSL | 205.26º | 0.9% | 0.37% | - |
| HSV(B) | 205.26º | 0.95% | 0.71% | - |
| XYZ | 13.71 | 14.08 | 45.17 | - |
| YUV | 86.61 | 180.7 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 180 | 0.95 | 0.40 | 0 | 0.29 | 205.26 | 0.9 | 0.37 |
| Hex | 9 | 6C | B4 | 5F | 28 | 0 | 1D | CD | 5A | 25 |
| Octal | 11 | 154 | 264 | 137 | 50 | 0 | 35 | 315 | 132 | 45 |
| Binary | 1001 | 1101100 | 10110100 | 1011111 | 101000 | 0 | 11101 | 11001101 | 1011010 | 100101 |
Color Harmonies of #096CB4
Complementary color
Monochromatic Colors of #096CB4
Black with #096CB4
Text Example
Text Example
White with #096CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CB4; }
p { color: rgb(9,108,180); }
H1.HeaderClassName
{
color: #096CB4;
}
.AnyTagClassName
{
color: #096CB4;
}
</style>
background-color css
<style>
a { background-color: #096CB4; }
a { background-color: rgb(9,108,180); }
div.DivClassName
{
background-color: #096CB4;
}
.BgClassName
{
background-color: #096CB4;
}
</style>
border-color css
<style>
span { border-color: #096CB4; }
span { border-color: rgb(9,108,180); }
td.TdClassName
{
border-color: #096CB4;
}
.TagClassName
{
border-color: #096CB4;
}
</style>