Shades of Allports #116E91
Tints of Allports #116E91
RGB
CMYK
RGB Variations
Color information
#116E91 (or 0x116E91) is known color: Allports. HEX triplet: 11, 6E and 91. RGB value is (17,110,145). Sum of RGB (Red+Green+Blue) = 17+110+145=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #116E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E91 is #EE916E. Grayscale: #555555. Windows color (decimal): -15634799 or 9530897. OLE color: 9530897.
HSL color Cylindrical-coordinate representation of color #116E91: hue angle of 196.41º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116E91 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 110 | 145 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.43 |
| HSL | 196.41º | 0.79% | 0.32% | - |
| HSV(B) | 196.41º | 0.88% | 0.57% | - |
| XYZ | 10.92 | 13.32 | 28.78 | - |
| YUV | 86.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 145 | 0.88 | 0.24 | 0 | 0.43 | 196.41 | 0.79 | 0.32 |
| Hex | 11 | 6E | 91 | 58 | 18 | 0 | 2B | C4 | 4F | 20 |
| Octal | 21 | 156 | 221 | 130 | 30 | 0 | 53 | 304 | 117 | 40 |
| Binary | 10001 | 1101110 | 10010001 | 1011000 | 11000 | 0 | 101011 | 11000100 | 1001111 | 100000 |
Color Harmonies of #116E91
Complementary color
Monochromatic Colors of #116E91
Black with #116E91
Text Example
Text Example
White with #116E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E91; }
p { color: rgb(17,110,145); }
H1.HeaderClassName
{
color: #116E91;
}
.AnyTagClassName
{
color: #116E91;
}
</style>
background-color css
<style>
a { background-color: #116E91; }
a { background-color: rgb(17,110,145); }
div.DivClassName
{
background-color: #116E91;
}
.BgClassName
{
background-color: #116E91;
}
</style>
border-color css
<style>
span { border-color: #116E91; }
span { border-color: rgb(17,110,145); }
td.TdClassName
{
border-color: #116E91;
}
.TagClassName
{
border-color: #116E91;
}
</style>