Shades of Allports #116D90
Tints of Allports #116D90
RGB
CMYK
RGB Variations
Color information
#116D90 (or 0x116D90) is known color: Allports. HEX triplet: 11, 6D and 90. RGB value is (17,109,144). Sum of RGB (Red+Green+Blue) = 17+109+144=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #116D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D90 is #EE926F. Grayscale: #555555. Windows color (decimal): -15635056 or 9465105. OLE color: 9465105.
HSL color Cylindrical-coordinate representation of color #116D90: hue angle of 196.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116D90 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 109 | 144 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.44 |
| HSL | 196.54º | 0.79% | 0.32% | - |
| HSV(B) | 196.54º | 0.88% | 0.56% | - |
| XYZ | 10.73 | 13.07 | 28.34 | - |
| YUV | 85.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 144 | 0.88 | 0.24 | 0 | 0.44 | 196.54 | 0.79 | 0.32 |
| Hex | 11 | 6D | 90 | 58 | 18 | 0 | 2C | C5 | 4F | 20 |
| Octal | 21 | 155 | 220 | 130 | 30 | 0 | 54 | 305 | 117 | 40 |
| Binary | 10001 | 1101101 | 10010000 | 1011000 | 11000 | 0 | 101100 | 11000101 | 1001111 | 100000 |
Color Harmonies of #116D90
Complementary color
Monochromatic Colors of #116D90
Black with #116D90
Text Example
Text Example
White with #116D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D90; }
p { color: rgb(17,109,144); }
H1.HeaderClassName
{
color: #116D90;
}
.AnyTagClassName
{
color: #116D90;
}
</style>
background-color css
<style>
a { background-color: #116D90; }
a { background-color: rgb(17,109,144); }
div.DivClassName
{
background-color: #116D90;
}
.BgClassName
{
background-color: #116D90;
}
</style>
border-color css
<style>
span { border-color: #116D90; }
span { border-color: rgb(17,109,144); }
td.TdClassName
{
border-color: #116D90;
}
.TagClassName
{
border-color: #116D90;
}
</style>