Shades of Denim #116DB0
Tints of Denim #116DB0
RGB
CMYK
RGB Variations
Color information
#116DB0 (or 0x116DB0) is known color: Denim. HEX triplet: 11, 6D and B0. RGB value is (17,109,176). Sum of RGB (Red+Green+Blue) = 17+109+176=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #116DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DB0 is #EE924F. Grayscale: #585858. Windows color (decimal): -15635024 or 11562257. OLE color: 11562257.
HSL color Cylindrical-coordinate representation of color #116DB0: hue angle of 205.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116DB0 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 109 | 176 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.31 |
| HSL | 205.28º | 0.82% | 0.38% | - |
| HSV(B) | 205.28º | 0.9% | 0.69% | - |
| XYZ | 13.54 | 14.19 | 43.1 | - |
| YUV | 89.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 176 | 0.90 | 0.38 | 0 | 0.31 | 205.28 | 0.82 | 0.38 |
| Hex | 11 | 6D | B0 | 5A | 26 | 0 | 1F | CD | 52 | 26 |
| Octal | 21 | 155 | 260 | 132 | 46 | 0 | 37 | 315 | 122 | 46 |
| Binary | 10001 | 1101101 | 10110000 | 1011010 | 100110 | 0 | 11111 | 11001101 | 1010010 | 100110 |
Color Harmonies of #116DB0
Complementary color
Monochromatic Colors of #116DB0
Black with #116DB0
Text Example
Text Example
White with #116DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DB0; }
p { color: rgb(17,109,176); }
H1.HeaderClassName
{
color: #116DB0;
}
.AnyTagClassName
{
color: #116DB0;
}
</style>
background-color css
<style>
a { background-color: #116DB0; }
a { background-color: rgb(17,109,176); }
div.DivClassName
{
background-color: #116DB0;
}
.BgClassName
{
background-color: #116DB0;
}
</style>
border-color css
<style>
span { border-color: #116DB0; }
span { border-color: rgb(17,109,176); }
td.TdClassName
{
border-color: #116DB0;
}
.TagClassName
{
border-color: #116DB0;
}
</style>