Shades of Denim #116DBE
Tints of Denim #116DBE
RGB
CMYK
RGB Variations
Color information
#116DBE (or 0x116DBE) is known color: Denim. HEX triplet: 11, 6D and BE. RGB value is (17,109,190). Sum of RGB (Red+Green+Blue) = 17+109+190=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #116DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DBE is #EE9241. Grayscale: #5A5A5A. Windows color (decimal): -15635010 or 12479761. OLE color: 12479761.
HSL color Cylindrical-coordinate representation of color #116DBE: hue angle of 208.09º 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 #116DBE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 109 | 190 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.25 |
| HSL | 208.09º | 0.84% | 0.41% | - |
| HSV(B) | 208.09º | 0.91% | 0.75% | - |
| XYZ | 14.99 | 14.77 | 50.78 | - |
| YUV | 90.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 190 | 0.91 | 0.43 | 0 | 0.25 | 208.09 | 0.84 | 0.41 |
| Hex | 11 | 6D | BE | 5B | 2B | 0 | 19 | D0 | 54 | 29 |
| Octal | 21 | 155 | 276 | 133 | 53 | 0 | 31 | 320 | 124 | 51 |
| Binary | 10001 | 1101101 | 10111110 | 1011011 | 101011 | 0 | 11001 | 11010000 | 1010100 | 101001 |
Color Harmonies of #116DBE
Complementary color
Monochromatic Colors of #116DBE
Black with #116DBE
Text Example
Text Example
White with #116DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DBE; }
p { color: rgb(17,109,190); }
H1.HeaderClassName
{
color: #116DBE;
}
.AnyTagClassName
{
color: #116DBE;
}
</style>
background-color css
<style>
a { background-color: #116DBE; }
a { background-color: rgb(17,109,190); }
div.DivClassName
{
background-color: #116DBE;
}
.BgClassName
{
background-color: #116DBE;
}
</style>
border-color css
<style>
span { border-color: #116DBE; }
span { border-color: rgb(17,109,190); }
td.TdClassName
{
border-color: #116DBE;
}
.TagClassName
{
border-color: #116DBE;
}
</style>