Shades of Denim #116DB9
Tints of Denim #116DB9
RGB
CMYK
RGB Variations
Color information
#116DB9 (or 0x116DB9) is known color: Denim. HEX triplet: 11, 6D and B9. RGB value is (17,109,185). Sum of RGB (Red+Green+Blue) = 17+109+185=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #116DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DB9 is #EE9246. Grayscale: #595959. Windows color (decimal): -15635015 or 12152081. OLE color: 12152081.
HSL color Cylindrical-coordinate representation of color #116DB9: hue angle of 207.14º 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 #116DB9 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 109 | 185 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.27 |
| HSL | 207.14º | 0.83% | 0.4% | - |
| HSV(B) | 207.14º | 0.91% | 0.73% | - |
| XYZ | 14.46 | 14.56 | 47.95 | - |
| YUV | 90.16 | 181.52 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 185 | 0.91 | 0.41 | 0 | 0.27 | 207.14 | 0.83 | 0.4 |
| Hex | 11 | 6D | B9 | 5B | 29 | 0 | 1B | CF | 53 | 28 |
| Octal | 21 | 155 | 271 | 133 | 51 | 0 | 33 | 317 | 123 | 50 |
| Binary | 10001 | 1101101 | 10111001 | 1011011 | 101001 | 0 | 11011 | 11001111 | 1010011 | 101000 |
Color Harmonies of #116DB9
Complementary color
Monochromatic Colors of #116DB9
Black with #116DB9
Text Example
Text Example
White with #116DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DB9; }
p { color: rgb(17,109,185); }
H1.HeaderClassName
{
color: #116DB9;
}
.AnyTagClassName
{
color: #116DB9;
}
</style>
background-color css
<style>
a { background-color: #116DB9; }
a { background-color: rgb(17,109,185); }
div.DivClassName
{
background-color: #116DB9;
}
.BgClassName
{
background-color: #116DB9;
}
</style>
border-color css
<style>
span { border-color: #116DB9; }
span { border-color: rgb(17,109,185); }
td.TdClassName
{
border-color: #116DB9;
}
.TagClassName
{
border-color: #116DB9;
}
</style>