Shades of Denim #116DBD
Tints of Denim #116DBD
RGB
CMYK
RGB Variations
Color information
#116DBD (or 0x116DBD) is known color: Denim. HEX triplet: 11, 6D and BD. RGB value is (17,109,189). Sum of RGB (Red+Green+Blue) = 17+109+189=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #116DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DBD is #EE9242. Grayscale: #5A5A5A. Windows color (decimal): -15635011 or 12414225. OLE color: 12414225.
HSL color Cylindrical-coordinate representation of color #116DBD: hue angle of 207.91º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116DBD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 109 | 189 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.26 |
| HSL | 207.91º | 0.83% | 0.4% | - |
| HSV(B) | 207.91º | 0.91% | 0.74% | - |
| XYZ | 14.89 | 14.73 | 50.2 | - |
| YUV | 90.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 189 | 0.91 | 0.42 | 0 | 0.26 | 207.91 | 0.83 | 0.4 |
| Hex | 11 | 6D | BD | 5B | 2A | 0 | 1A | D0 | 53 | 28 |
| Octal | 21 | 155 | 275 | 133 | 52 | 0 | 32 | 320 | 123 | 50 |
| Binary | 10001 | 1101101 | 10111101 | 1011011 | 101010 | 0 | 11010 | 11010000 | 1010011 | 101000 |
Color Harmonies of #116DBD
Complementary color
Monochromatic Colors of #116DBD
Black with #116DBD
Text Example
Text Example
White with #116DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DBD; }
p { color: rgb(17,109,189); }
H1.HeaderClassName
{
color: #116DBD;
}
.AnyTagClassName
{
color: #116DBD;
}
</style>
background-color css
<style>
a { background-color: #116DBD; }
a { background-color: rgb(17,109,189); }
div.DivClassName
{
background-color: #116DBD;
}
.BgClassName
{
background-color: #116DBD;
}
</style>
border-color css
<style>
span { border-color: #116DBD; }
span { border-color: rgb(17,109,189); }
td.TdClassName
{
border-color: #116DBD;
}
.TagClassName
{
border-color: #116DBD;
}
</style>