Shades of Denim #116DB3
Tints of Denim #116DB3
RGB
CMYK
RGB Variations
Color information
#116DB3 (or 0x116DB3) is known color: Denim. HEX triplet: 11, 6D and B3. RGB value is (17,109,179). Sum of RGB (Red+Green+Blue) = 17+109+179=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #116DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DB3 is #EE924C. Grayscale: #595959. Windows color (decimal): -15635021 or 11758865. OLE color: 11758865.
HSL color Cylindrical-coordinate representation of color #116DB3: hue angle of 205.93º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116DB3 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 109 | 179 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.30 |
| HSL | 205.93º | 0.83% | 0.38% | - |
| HSV(B) | 205.93º | 0.91% | 0.7% | - |
| XYZ | 13.84 | 14.31 | 44.68 | - |
| YUV | 89.47 | 178.52 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 179 | 0.91 | 0.39 | 0 | 0.30 | 205.93 | 0.83 | 0.38 |
| Hex | 11 | 6D | B3 | 5B | 27 | 0 | 1E | CE | 53 | 26 |
| Octal | 21 | 155 | 263 | 133 | 47 | 0 | 36 | 316 | 123 | 46 |
| Binary | 10001 | 1101101 | 10110011 | 1011011 | 100111 | 0 | 11110 | 11001110 | 1010011 | 100110 |
Color Harmonies of #116DB3
Complementary color
Monochromatic Colors of #116DB3
Black with #116DB3
Text Example
Text Example
White with #116DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DB3; }
p { color: rgb(17,109,179); }
H1.HeaderClassName
{
color: #116DB3;
}
.AnyTagClassName
{
color: #116DB3;
}
</style>
background-color css
<style>
a { background-color: #116DB3; }
a { background-color: rgb(17,109,179); }
div.DivClassName
{
background-color: #116DB3;
}
.BgClassName
{
background-color: #116DB3;
}
</style>
border-color css
<style>
span { border-color: #116DB3; }
span { border-color: rgb(17,109,179); }
td.TdClassName
{
border-color: #116DB3;
}
.TagClassName
{
border-color: #116DB3;
}
</style>