Shades of Allports #116E87
Tints of Allports #116E87
RGB
CMYK
RGB Variations
Color information
#116E87 (or 0x116E87) is known color: Allports. HEX triplet: 11, 6E and 87. RGB value is (17,110,135). Sum of RGB (Red+Green+Blue) = 17+110+135=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #116E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E87 is #EE9178. Grayscale: #545454. Windows color (decimal): -15634809 or 8875537. OLE color: 8875537.
HSL color Cylindrical-coordinate representation of color #116E87: hue angle of 192.71º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116E87 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 110 | 135 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.47 |
| HSL | 192.71º | 0.78% | 0.3% | - |
| HSV(B) | 192.71º | 0.87% | 0.53% | - |
| XYZ | 10.18 | 13.02 | 24.9 | - |
| YUV | 85.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 135 | 0.87 | 0.19 | 0 | 0.47 | 192.71 | 0.78 | 0.3 |
| Hex | 11 | 6E | 87 | 57 | 13 | 0 | 2F | C1 | 4E | 1E |
| Octal | 21 | 156 | 207 | 127 | 23 | 0 | 57 | 301 | 116 | 36 |
| Binary | 10001 | 1101110 | 10000111 | 1010111 | 10011 | 0 | 101111 | 11000001 | 1001110 | 11110 |
Color Harmonies of #116E87
Complementary color
Monochromatic Colors of #116E87
Black with #116E87
Text Example
Text Example
White with #116E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E87; }
p { color: rgb(17,110,135); }
H1.HeaderClassName
{
color: #116E87;
}
.AnyTagClassName
{
color: #116E87;
}
</style>
background-color css
<style>
a { background-color: #116E87; }
a { background-color: rgb(17,110,135); }
div.DivClassName
{
background-color: #116E87;
}
.BgClassName
{
background-color: #116E87;
}
</style>
border-color css
<style>
span { border-color: #116E87; }
span { border-color: rgb(17,110,135); }
td.TdClassName
{
border-color: #116E87;
}
.TagClassName
{
border-color: #116E87;
}
</style>