Shades of Denim #116DC1
Tints of Denim #116DC1
RGB
CMYK
RGB Variations
Color information
#116DC1 (or 0x116DC1) is known color: Denim. HEX triplet: 11, 6D and C1. RGB value is (17,109,193). Sum of RGB (Red+Green+Blue) = 17+109+193=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #116DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DC1 is #EE923E. Grayscale: #5A5A5A. Windows color (decimal): -15635007 or 12676369. OLE color: 12676369.
HSL color Cylindrical-coordinate representation of color #116DC1: hue angle of 208.64º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116DC1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 109 | 193 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.24 |
| HSL | 208.64º | 0.84% | 0.41% | - |
| HSV(B) | 208.64º | 0.91% | 0.76% | - |
| XYZ | 15.33 | 14.91 | 52.52 | - |
| YUV | 91.07 | 185.52 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 193 | 0.91 | 0.44 | 0 | 0.24 | 208.64 | 0.84 | 0.41 |
| Hex | 11 | 6D | C1 | 5B | 2C | 0 | 18 | D1 | 54 | 29 |
| Octal | 21 | 155 | 301 | 133 | 54 | 0 | 30 | 321 | 124 | 51 |
| Binary | 10001 | 1101101 | 11000001 | 1011011 | 101100 | 0 | 11000 | 11010001 | 1010100 | 101001 |
Color Harmonies of #116DC1
Complementary color
Monochromatic Colors of #116DC1
Black with #116DC1
Text Example
Text Example
White with #116DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DC1; }
p { color: rgb(17,109,193); }
H1.HeaderClassName
{
color: #116DC1;
}
.AnyTagClassName
{
color: #116DC1;
}
</style>
background-color css
<style>
a { background-color: #116DC1; }
a { background-color: rgb(17,109,193); }
div.DivClassName
{
background-color: #116DC1;
}
.BgClassName
{
background-color: #116DC1;
}
</style>
border-color css
<style>
span { border-color: #116DC1; }
span { border-color: rgb(17,109,193); }
td.TdClassName
{
border-color: #116DC1;
}
.TagClassName
{
border-color: #116DC1;
}
</style>