Shades of Allports #116E81
Tints of Allports #116E81
RGB
CMYK
RGB Variations
Color information
#116E81 (or 0x116E81) is known color: Allports. HEX triplet: 11, 6E and 81. RGB value is (17,110,129). Sum of RGB (Red+Green+Blue) = 17+110+129=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #116E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E81 is #EE917E. Grayscale: #545454. Windows color (decimal): -15634815 or 8482321. OLE color: 8482321.
HSL color Cylindrical-coordinate representation of color #116E81: hue angle of 190.18º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116E81 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 110 | 129 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.49 |
| HSL | 190.18º | 0.77% | 0.29% | - |
| HSV(B) | 190.18º | 0.87% | 0.51% | - |
| XYZ | 9.77 | 12.86 | 22.74 | - |
| YUV | 84.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 129 | 0.87 | 0.15 | 0 | 0.49 | 190.18 | 0.77 | 0.29 |
| Hex | 11 | 6E | 81 | 57 | F | 0 | 31 | BE | 4D | 1D |
| Octal | 21 | 156 | 201 | 127 | 17 | 0 | 61 | 276 | 115 | 35 |
| Binary | 10001 | 1101110 | 10000001 | 1010111 | 1111 | 0 | 110001 | 10111110 | 1001101 | 11101 |
Color Harmonies of #116E81
Complementary color
Monochromatic Colors of #116E81
Black with #116E81
Text Example
Text Example
White with #116E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E81; }
p { color: rgb(17,110,129); }
H1.HeaderClassName
{
color: #116E81;
}
.AnyTagClassName
{
color: #116E81;
}
</style>
background-color css
<style>
a { background-color: #116E81; }
a { background-color: rgb(17,110,129); }
div.DivClassName
{
background-color: #116E81;
}
.BgClassName
{
background-color: #116E81;
}
</style>
border-color css
<style>
span { border-color: #116E81; }
span { border-color: rgb(17,110,129); }
td.TdClassName
{
border-color: #116E81;
}
.TagClassName
{
border-color: #116E81;
}
</style>