Shades of Denim #116AC0
Tints of Denim #116AC0
RGB
CMYK
RGB Variations
Color information
#116AC0 (or 0x116AC0) is known color: Denim. HEX triplet: 11, 6A and C0. RGB value is (17,106,192). Sum of RGB (Red+Green+Blue) = 17+106+192=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #116AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116AC0 is #EE953F. Grayscale: #585858. Windows color (decimal): -15635776 or 12610065. OLE color: 12610065.
HSL color Cylindrical-coordinate representation of color #116AC0: hue angle of 209.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116AC0 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 106 | 192 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.25 |
| HSL | 209.49º | 0.84% | 0.41% | - |
| HSV(B) | 209.49º | 0.91% | 0.75% | - |
| XYZ | 14.9 | 14.23 | 51.83 | - |
| YUV | 89.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 192 | 0.91 | 0.45 | 0 | 0.25 | 209.49 | 0.84 | 0.41 |
| Hex | 11 | 6A | C0 | 5B | 2D | 0 | 19 | D1 | 54 | 29 |
| Octal | 21 | 152 | 300 | 133 | 55 | 0 | 31 | 321 | 124 | 51 |
| Binary | 10001 | 1101010 | 11000000 | 1011011 | 101101 | 0 | 11001 | 11010001 | 1010100 | 101001 |
Color Harmonies of #116AC0
Complementary color
Monochromatic Colors of #116AC0
Black with #116AC0
Text Example
Text Example
White with #116AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AC0; }
p { color: rgb(17,106,192); }
H1.HeaderClassName
{
color: #116AC0;
}
.AnyTagClassName
{
color: #116AC0;
}
</style>
background-color css
<style>
a { background-color: #116AC0; }
a { background-color: rgb(17,106,192); }
div.DivClassName
{
background-color: #116AC0;
}
.BgClassName
{
background-color: #116AC0;
}
</style>
border-color css
<style>
span { border-color: #116AC0; }
span { border-color: rgb(17,106,192); }
td.TdClassName
{
border-color: #116AC0;
}
.TagClassName
{
border-color: #116AC0;
}
</style>