Shades of Denim #116BAA
Tints of Denim #116BAA
RGB
CMYK
RGB Variations
Color information
#116BAA (or 0x116BAA) is known color: Denim. HEX triplet: 11, 6B and AA. RGB value is (17,107,170). Sum of RGB (Red+Green+Blue) = 17+107+170=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #116BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAA is #EE9455. Grayscale: #565656. Windows color (decimal): -15635542 or 11168529. OLE color: 11168529.
HSL color Cylindrical-coordinate representation of color #116BAA: hue angle of 204.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BAA is Cyan = 0.9, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 107 | 170 | - |
| CMYK | 0.9 | 0.37 | 0 | 0.33 |
| HSL | 204.71º | 0.82% | 0.37% | - |
| HSV(B) | 204.71º | 0.9% | 0.67% | - |
| XYZ | 12.74 | 13.54 | 39.97 | - |
| YUV | 87.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 170 | 0.9 | 0.37 | 0 | 0.33 | 204.71 | 0.82 | 0.37 |
| Hex | 11 | 6B | AA | 5A | 25 | 0 | 21 | CD | 52 | 25 |
| Octal | 21 | 153 | 252 | 132 | 45 | 0 | 41 | 315 | 122 | 45 |
| Binary | 10001 | 1101011 | 10101010 | 1011010 | 100101 | 0 | 100001 | 11001101 | 1010010 | 100101 |
Color Harmonies of #116BAA
Complementary color
Monochromatic Colors of #116BAA
Black with #116BAA
Text Example
Text Example
White with #116BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BAA; }
p { color: rgb(17,107,170); }
H1.HeaderClassName
{
color: #116BAA;
}
.AnyTagClassName
{
color: #116BAA;
}
</style>
background-color css
<style>
a { background-color: #116BAA; }
a { background-color: rgb(17,107,170); }
div.DivClassName
{
background-color: #116BAA;
}
.BgClassName
{
background-color: #116BAA;
}
</style>
border-color css
<style>
span { border-color: #116BAA; }
span { border-color: rgb(17,107,170); }
td.TdClassName
{
border-color: #116BAA;
}
.TagClassName
{
border-color: #116BAA;
}
</style>