Shades of Denim #116DB2
Tints of Denim #116DB2
RGB
CMYK
RGB Variations
Color information
#116DB2 (or 0x116DB2) is known color: Denim. HEX triplet: 11, 6D and B2. RGB value is (17,109,178). Sum of RGB (Red+Green+Blue) = 17+109+178=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #116DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DB2 is #EE924D. Grayscale: #585858. Windows color (decimal): -15635022 or 11693329. OLE color: 11693329.
HSL color Cylindrical-coordinate representation of color #116DB2: hue angle of 205.71º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116DB2 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 109 | 178 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.30 |
| HSL | 205.71º | 0.83% | 0.38% | - |
| HSV(B) | 205.71º | 0.9% | 0.7% | - |
| XYZ | 13.74 | 14.27 | 44.15 | - |
| YUV | 89.36 | 178.02 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 178 | 0.90 | 0.39 | 0 | 0.30 | 205.71 | 0.83 | 0.38 |
| Hex | 11 | 6D | B2 | 5A | 27 | 0 | 1E | CE | 53 | 26 |
| Octal | 21 | 155 | 262 | 132 | 47 | 0 | 36 | 316 | 123 | 46 |
| Binary | 10001 | 1101101 | 10110010 | 1011010 | 100111 | 0 | 11110 | 11001110 | 1010011 | 100110 |
Color Harmonies of #116DB2
Complementary color
Monochromatic Colors of #116DB2
Black with #116DB2
Text Example
Text Example
White with #116DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DB2; }
p { color: rgb(17,109,178); }
H1.HeaderClassName
{
color: #116DB2;
}
.AnyTagClassName
{
color: #116DB2;
}
</style>
background-color css
<style>
a { background-color: #116DB2; }
a { background-color: rgb(17,109,178); }
div.DivClassName
{
background-color: #116DB2;
}
.BgClassName
{
background-color: #116DB2;
}
</style>
border-color css
<style>
span { border-color: #116DB2; }
span { border-color: rgb(17,109,178); }
td.TdClassName
{
border-color: #116DB2;
}
.TagClassName
{
border-color: #116DB2;
}
</style>