Shades of Denim #116DC7
Tints of Denim #116DC7
RGB
CMYK
RGB Variations
Color information
#116DC7 (or 0x116DC7) is known color: Denim. HEX triplet: 11, 6D and C7. RGB value is (17,109,199). Sum of RGB (Red+Green+Blue) = 17+109+199=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #116DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DC7 is #EE9238. Grayscale: #5B5B5B. Windows color (decimal): -15635001 or 13069585. OLE color: 13069585.
HSL color Cylindrical-coordinate representation of color #116DC7: hue angle of 209.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116DC7 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 109 | 199 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.22 |
| HSL | 209.67º | 0.84% | 0.42% | - |
| HSV(B) | 209.67º | 0.91% | 0.78% | - |
| XYZ | 16.01 | 15.18 | 56.12 | - |
| YUV | 91.75 | 188.52 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 199 | 0.91 | 0.45 | 0 | 0.22 | 209.67 | 0.84 | 0.42 |
| Hex | 11 | 6D | C7 | 5B | 2D | 0 | 16 | D2 | 54 | 2A |
| Octal | 21 | 155 | 307 | 133 | 55 | 0 | 26 | 322 | 124 | 52 |
| Binary | 10001 | 1101101 | 11000111 | 1011011 | 101101 | 0 | 10110 | 11010010 | 1010100 | 101010 |
Color Harmonies of #116DC7
Complementary color
Monochromatic Colors of #116DC7
Black with #116DC7
Text Example
Text Example
White with #116DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DC7; }
p { color: rgb(17,109,199); }
H1.HeaderClassName
{
color: #116DC7;
}
.AnyTagClassName
{
color: #116DC7;
}
</style>
background-color css
<style>
a { background-color: #116DC7; }
a { background-color: rgb(17,109,199); }
div.DivClassName
{
background-color: #116DC7;
}
.BgClassName
{
background-color: #116DC7;
}
</style>
border-color css
<style>
span { border-color: #116DC7; }
span { border-color: rgb(17,109,199); }
td.TdClassName
{
border-color: #116DC7;
}
.TagClassName
{
border-color: #116DC7;
}
</style>