Shades of Allports #116E92
Tints of Allports #116E92
RGB
CMYK
RGB Variations
Color information
#116E92 (or 0x116E92) is known color: Allports. HEX triplet: 11, 6E and 92. RGB value is (17,110,146). Sum of RGB (Red+Green+Blue) = 17+110+146=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #116E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E92 is #EE916D. Grayscale: #565656. Windows color (decimal): -15634798 or 9596433. OLE color: 9596433.
HSL color Cylindrical-coordinate representation of color #116E92: hue angle of 196.74º 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 #116E92 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 110 | 146 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.43 |
| HSL | 196.74º | 0.79% | 0.32% | - |
| HSV(B) | 196.74º | 0.88% | 0.57% | - |
| XYZ | 11 | 13.35 | 29.19 | - |
| YUV | 86.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 146 | 0.88 | 0.25 | 0 | 0.43 | 196.74 | 0.79 | 0.32 |
| Hex | 11 | 6E | 92 | 58 | 19 | 0 | 2B | C5 | 4F | 20 |
| Octal | 21 | 156 | 222 | 130 | 31 | 0 | 53 | 305 | 117 | 40 |
| Binary | 10001 | 1101110 | 10010010 | 1011000 | 11001 | 0 | 101011 | 11000101 | 1001111 | 100000 |
Color Harmonies of #116E92
Complementary color
Monochromatic Colors of #116E92
Black with #116E92
Text Example
Text Example
White with #116E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E92; }
p { color: rgb(17,110,146); }
H1.HeaderClassName
{
color: #116E92;
}
.AnyTagClassName
{
color: #116E92;
}
</style>
background-color css
<style>
a { background-color: #116E92; }
a { background-color: rgb(17,110,146); }
div.DivClassName
{
background-color: #116E92;
}
.BgClassName
{
background-color: #116E92;
}
</style>
border-color css
<style>
span { border-color: #116E92; }
span { border-color: rgb(17,110,146); }
td.TdClassName
{
border-color: #116E92;
}
.TagClassName
{
border-color: #116E92;
}
</style>