Shades of Allports #116F8E
Tints of Allports #116F8E
RGB
CMYK
RGB Variations
Color information
#116F8E (or 0x116F8E) is known color: Allports. HEX triplet: 11, 6F and 8E. RGB value is (17,111,142). Sum of RGB (Red+Green+Blue) = 17+111+142=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #116F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F8E is #EE9071. Grayscale: #565656. Windows color (decimal): -15634546 or 9334545. OLE color: 9334545.
HSL color Cylindrical-coordinate representation of color #116F8E: hue angle of 194.88º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116F8E is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 111 | 142 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.44 |
| HSL | 194.88º | 0.79% | 0.31% | - |
| HSV(B) | 194.88º | 0.88% | 0.56% | - |
| XYZ | 10.8 | 13.44 | 27.62 | - |
| YUV | 86.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 142 | 0.88 | 0.22 | 0 | 0.44 | 194.88 | 0.79 | 0.31 |
| Hex | 11 | 6F | 8E | 58 | 16 | 0 | 2C | C3 | 4F | 1F |
| Octal | 21 | 157 | 216 | 130 | 26 | 0 | 54 | 303 | 117 | 37 |
| Binary | 10001 | 1101111 | 10001110 | 1011000 | 10110 | 0 | 101100 | 11000011 | 1001111 | 11111 |
Color Harmonies of #116F8E
Complementary color
Monochromatic Colors of #116F8E
Black with #116F8E
Text Example
Text Example
White with #116F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F8E; }
p { color: rgb(17,111,142); }
H1.HeaderClassName
{
color: #116F8E;
}
.AnyTagClassName
{
color: #116F8E;
}
</style>
background-color css
<style>
a { background-color: #116F8E; }
a { background-color: rgb(17,111,142); }
div.DivClassName
{
background-color: #116F8E;
}
.BgClassName
{
background-color: #116F8E;
}
</style>
border-color css
<style>
span { border-color: #116F8E; }
span { border-color: rgb(17,111,142); }
td.TdClassName
{
border-color: #116F8E;
}
.TagClassName
{
border-color: #116F8E;
}
</style>