Shades of Denim #116CAB
Tints of Denim #116CAB
RGB
CMYK
RGB Variations
Color information
#116CAB (or 0x116CAB) is known color: Denim. HEX triplet: 11, 6C and AB. RGB value is (17,108,171). Sum of RGB (Red+Green+Blue) = 17+108+171=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #116CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116CAB is #EE9354. Grayscale: #575757. Windows color (decimal): -15635285 or 11234321. OLE color: 11234321.
HSL color Cylindrical-coordinate representation of color #116CAB: hue angle of 204.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116CAB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 108 | 171 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.33 |
| HSL | 204.55º | 0.82% | 0.37% | - |
| HSV(B) | 204.55º | 0.9% | 0.67% | - |
| XYZ | 12.94 | 13.78 | 40.51 | - |
| YUV | 87.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 171 | 0.90 | 0.37 | 0 | 0.33 | 204.55 | 0.82 | 0.37 |
| Hex | 11 | 6C | AB | 5A | 25 | 0 | 21 | CD | 52 | 25 |
| Octal | 21 | 154 | 253 | 132 | 45 | 0 | 41 | 315 | 122 | 45 |
| Binary | 10001 | 1101100 | 10101011 | 1011010 | 100101 | 0 | 100001 | 11001101 | 1010010 | 100101 |
Color Harmonies of #116CAB
Complementary color
Monochromatic Colors of #116CAB
Black with #116CAB
Text Example
Text Example
White with #116CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CAB; }
p { color: rgb(17,108,171); }
H1.HeaderClassName
{
color: #116CAB;
}
.AnyTagClassName
{
color: #116CAB;
}
</style>
background-color css
<style>
a { background-color: #116CAB; }
a { background-color: rgb(17,108,171); }
div.DivClassName
{
background-color: #116CAB;
}
.BgClassName
{
background-color: #116CAB;
}
</style>
border-color css
<style>
span { border-color: #116CAB; }
span { border-color: rgb(17,108,171); }
td.TdClassName
{
border-color: #116CAB;
}
.TagClassName
{
border-color: #116CAB;
}
</style>