Shades of Denim #116BAB
Tints of Denim #116BAB
RGB
CMYK
RGB Variations
Color information
#116BAB (or 0x116BAB) is known color: Denim. HEX triplet: 11, 6B and AB. RGB value is (17,107,171). Sum of RGB (Red+Green+Blue) = 17+107+171=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #116BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAB is #EE9454. Grayscale: #575757. Windows color (decimal): -15635541 or 11234065. OLE color: 11234065.
HSL color Cylindrical-coordinate representation of color #116BAB: hue angle of 204.94º 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 #116BAB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 107 | 171 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.33 |
| HSL | 204.94º | 0.82% | 0.37% | - |
| HSV(B) | 204.94º | 0.9% | 0.67% | - |
| XYZ | 12.84 | 13.57 | 40.47 | - |
| YUV | 87.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 171 | 0.90 | 0.37 | 0 | 0.33 | 204.94 | 0.82 | 0.37 |
| Hex | 11 | 6B | AB | 5A | 25 | 0 | 21 | CD | 52 | 25 |
| Octal | 21 | 153 | 253 | 132 | 45 | 0 | 41 | 315 | 122 | 45 |
| Binary | 10001 | 1101011 | 10101011 | 1011010 | 100101 | 0 | 100001 | 11001101 | 1010010 | 100101 |
Color Harmonies of #116BAB
Complementary color
Monochromatic Colors of #116BAB
Black with #116BAB
Text Example
Text Example
White with #116BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BAB; }
p { color: rgb(17,107,171); }
H1.HeaderClassName
{
color: #116BAB;
}
.AnyTagClassName
{
color: #116BAB;
}
</style>
background-color css
<style>
a { background-color: #116BAB; }
a { background-color: rgb(17,107,171); }
div.DivClassName
{
background-color: #116BAB;
}
.BgClassName
{
background-color: #116BAB;
}
</style>
border-color css
<style>
span { border-color: #116BAB; }
span { border-color: rgb(17,107,171); }
td.TdClassName
{
border-color: #116BAB;
}
.TagClassName
{
border-color: #116BAB;
}
</style>