Shades of Denim #116EBB
Tints of Denim #116EBB
RGB
CMYK
RGB Variations
Color information
#116EBB (or 0x116EBB) is known color: Denim. HEX triplet: 11, 6E and BB. RGB value is (17,110,187). Sum of RGB (Red+Green+Blue) = 17+110+187=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #116EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EBB is #EE9144. Grayscale: #5A5A5A. Windows color (decimal): -15634757 or 12283409. OLE color: 12283409.
HSL color Cylindrical-coordinate representation of color #116EBB: hue angle of 207.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116EBB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 110 | 187 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.27 |
| HSL | 207.18º | 0.83% | 0.4% | - |
| HSV(B) | 207.18º | 0.91% | 0.73% | - |
| XYZ | 14.78 | 14.86 | 49.1 | - |
| YUV | 90.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 187 | 0.91 | 0.41 | 0 | 0.27 | 207.18 | 0.83 | 0.4 |
| Hex | 11 | 6E | BB | 5B | 29 | 0 | 1B | CF | 53 | 28 |
| Octal | 21 | 156 | 273 | 133 | 51 | 0 | 33 | 317 | 123 | 50 |
| Binary | 10001 | 1101110 | 10111011 | 1011011 | 101001 | 0 | 11011 | 11001111 | 1010011 | 101000 |
Color Harmonies of #116EBB
Complementary color
Monochromatic Colors of #116EBB
Black with #116EBB
Text Example
Text Example
White with #116EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EBB; }
p { color: rgb(17,110,187); }
H1.HeaderClassName
{
color: #116EBB;
}
.AnyTagClassName
{
color: #116EBB;
}
</style>
background-color css
<style>
a { background-color: #116EBB; }
a { background-color: rgb(17,110,187); }
div.DivClassName
{
background-color: #116EBB;
}
.BgClassName
{
background-color: #116EBB;
}
</style>
border-color css
<style>
span { border-color: #116EBB; }
span { border-color: rgb(17,110,187); }
td.TdClassName
{
border-color: #116EBB;
}
.TagClassName
{
border-color: #116EBB;
}
</style>