Shades of Allports #116D88
Tints of Allports #116D88
RGB
CMYK
RGB Variations
Color information
#116D88 (or 0x116D88) is known color: Allports. HEX triplet: 11, 6D and 88. RGB value is (17,109,136). Sum of RGB (Red+Green+Blue) = 17+109+136=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #116D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D88 is #EE9277. Grayscale: #545454. Windows color (decimal): -15635064 or 8940817. OLE color: 8940817.
HSL color Cylindrical-coordinate representation of color #116D88: hue angle of 193.61º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116D88 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 109 | 136 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.47 |
| HSL | 193.61º | 0.78% | 0.3% | - |
| HSV(B) | 193.61º | 0.88% | 0.53% | - |
| XYZ | 10.14 | 12.83 | 25.24 | - |
| YUV | 84.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 136 | 0.87 | 0.20 | 0 | 0.47 | 193.61 | 0.78 | 0.3 |
| Hex | 11 | 6D | 88 | 57 | 14 | 0 | 2F | C2 | 4E | 1E |
| Octal | 21 | 155 | 210 | 127 | 24 | 0 | 57 | 302 | 116 | 36 |
| Binary | 10001 | 1101101 | 10001000 | 1010111 | 10100 | 0 | 101111 | 11000010 | 1001110 | 11110 |
Color Harmonies of #116D88
Complementary color
Monochromatic Colors of #116D88
Black with #116D88
Text Example
Text Example
White with #116D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D88; }
p { color: rgb(17,109,136); }
H1.HeaderClassName
{
color: #116D88;
}
.AnyTagClassName
{
color: #116D88;
}
</style>
background-color css
<style>
a { background-color: #116D88; }
a { background-color: rgb(17,109,136); }
div.DivClassName
{
background-color: #116D88;
}
.BgClassName
{
background-color: #116D88;
}
</style>
border-color css
<style>
span { border-color: #116D88; }
span { border-color: rgb(17,109,136); }
td.TdClassName
{
border-color: #116D88;
}
.TagClassName
{
border-color: #116D88;
}
</style>