Shades of Denim #116AB8
Tints of Denim #116AB8
RGB
CMYK
RGB Variations
Color information
#116AB8 (or 0x116AB8) is known color: Denim. HEX triplet: 11, 6A and B8. RGB value is (17,106,184). Sum of RGB (Red+Green+Blue) = 17+106+184=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #116AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116AB8 is #EE9547. Grayscale: #575757. Windows color (decimal): -15635784 or 12085777. OLE color: 12085777.
HSL color Cylindrical-coordinate representation of color #116AB8: hue angle of 208.02º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116AB8 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 106 | 184 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.28 |
| HSL | 208.02º | 0.83% | 0.39% | - |
| HSV(B) | 208.02º | 0.91% | 0.72% | - |
| XYZ | 14.04 | 13.89 | 47.29 | - |
| YUV | 88.28 | 182.01 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 184 | 0.91 | 0.42 | 0 | 0.28 | 208.02 | 0.83 | 0.39 |
| Hex | 11 | 6A | B8 | 5B | 2A | 0 | 1C | D0 | 53 | 27 |
| Octal | 21 | 152 | 270 | 133 | 52 | 0 | 34 | 320 | 123 | 47 |
| Binary | 10001 | 1101010 | 10111000 | 1011011 | 101010 | 0 | 11100 | 11010000 | 1010011 | 100111 |
Color Harmonies of #116AB8
Complementary color
Monochromatic Colors of #116AB8
Black with #116AB8
Text Example
Text Example
White with #116AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AB8; }
p { color: rgb(17,106,184); }
H1.HeaderClassName
{
color: #116AB8;
}
.AnyTagClassName
{
color: #116AB8;
}
</style>
background-color css
<style>
a { background-color: #116AB8; }
a { background-color: rgb(17,106,184); }
div.DivClassName
{
background-color: #116AB8;
}
.BgClassName
{
background-color: #116AB8;
}
</style>
border-color css
<style>
span { border-color: #116AB8; }
span { border-color: rgb(17,106,184); }
td.TdClassName
{
border-color: #116AB8;
}
.TagClassName
{
border-color: #116AB8;
}
</style>