Shades of Allports #116D8E
Tints of Allports #116D8E
RGB
CMYK
RGB Variations
Color information
#116D8E (or 0x116D8E) is known color: Allports. HEX triplet: 11, 6D and 8E. RGB value is (17,109,142). Sum of RGB (Red+Green+Blue) = 17+109+142=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #116D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D8E is #EE9271. Grayscale: #555555. Windows color (decimal): -15635058 or 9334033. OLE color: 9334033.
HSL color Cylindrical-coordinate representation of color #116D8E: hue angle of 195.84º 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 #116D8E is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 109 | 142 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.44 |
| HSL | 195.84º | 0.79% | 0.31% | - |
| HSV(B) | 195.84º | 0.88% | 0.56% | - |
| XYZ | 10.58 | 13.01 | 27.54 | - |
| YUV | 85.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 142 | 0.88 | 0.23 | 0 | 0.44 | 195.84 | 0.79 | 0.31 |
| Hex | 11 | 6D | 8E | 58 | 17 | 0 | 2C | C4 | 4F | 1F |
| Octal | 21 | 155 | 216 | 130 | 27 | 0 | 54 | 304 | 117 | 37 |
| Binary | 10001 | 1101101 | 10001110 | 1011000 | 10111 | 0 | 101100 | 11000100 | 1001111 | 11111 |
Color Harmonies of #116D8E
Complementary color
Monochromatic Colors of #116D8E
Black with #116D8E
Text Example
Text Example
White with #116D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D8E; }
p { color: rgb(17,109,142); }
H1.HeaderClassName
{
color: #116D8E;
}
.AnyTagClassName
{
color: #116D8E;
}
</style>
background-color css
<style>
a { background-color: #116D8E; }
a { background-color: rgb(17,109,142); }
div.DivClassName
{
background-color: #116D8E;
}
.BgClassName
{
background-color: #116D8E;
}
</style>
border-color css
<style>
span { border-color: #116D8E; }
span { border-color: rgb(17,109,142); }
td.TdClassName
{
border-color: #116D8E;
}
.TagClassName
{
border-color: #116D8E;
}
</style>