Shades of Denim #116BAE
Tints of Denim #116BAE
RGB
CMYK
RGB Variations
Color information
#116BAE (or 0x116BAE) is known color: Denim. HEX triplet: 11, 6B and AE. RGB value is (17,107,174). Sum of RGB (Red+Green+Blue) = 17+107+174=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #116BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAE is #EE9451. Grayscale: #575757. Windows color (decimal): -15635538 or 11430673. OLE color: 11430673.
HSL color Cylindrical-coordinate representation of color #116BAE: hue angle of 205.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BAE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 107 | 174 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.32 |
| HSL | 205.61º | 0.82% | 0.37% | - |
| HSV(B) | 205.61º | 0.9% | 0.68% | - |
| XYZ | 13.13 | 13.69 | 41.99 | - |
| YUV | 87.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 174 | 0.90 | 0.39 | 0 | 0.32 | 205.61 | 0.82 | 0.37 |
| Hex | 11 | 6B | AE | 5A | 27 | 0 | 20 | CE | 52 | 25 |
| Octal | 21 | 153 | 256 | 132 | 47 | 0 | 40 | 316 | 122 | 45 |
| Binary | 10001 | 1101011 | 10101110 | 1011010 | 100111 | 0 | 100000 | 11001110 | 1010010 | 100101 |
Color Harmonies of #116BAE
Complementary color
Monochromatic Colors of #116BAE
Black with #116BAE
Text Example
Text Example
White with #116BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BAE; }
p { color: rgb(17,107,174); }
H1.HeaderClassName
{
color: #116BAE;
}
.AnyTagClassName
{
color: #116BAE;
}
</style>
background-color css
<style>
a { background-color: #116BAE; }
a { background-color: rgb(17,107,174); }
div.DivClassName
{
background-color: #116BAE;
}
.BgClassName
{
background-color: #116BAE;
}
</style>
border-color css
<style>
span { border-color: #116BAE; }
span { border-color: rgb(17,107,174); }
td.TdClassName
{
border-color: #116BAE;
}
.TagClassName
{
border-color: #116BAE;
}
</style>