Shades of Allports #116F93
Tints of Allports #116F93
RGB
CMYK
RGB Variations
Color information
#116F93 (or 0x116F93) is known color: Allports. HEX triplet: 11, 6F and 93. RGB value is (17,111,147). Sum of RGB (Red+Green+Blue) = 17+111+147=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #116F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F93 is #EE906C. Grayscale: #565656. Windows color (decimal): -15634541 or 9662225. OLE color: 9662225.
HSL color Cylindrical-coordinate representation of color #116F93: hue angle of 196.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116F93 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 111 | 147 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.42 |
| HSL | 196.62º | 0.79% | 0.32% | - |
| HSV(B) | 196.62º | 0.88% | 0.58% | - |
| XYZ | 11.18 | 13.59 | 29.64 | - |
| YUV | 87 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 147 | 0.88 | 0.24 | 0 | 0.42 | 196.62 | 0.79 | 0.32 |
| Hex | 11 | 6F | 93 | 58 | 18 | 0 | 2A | C5 | 4F | 20 |
| Octal | 21 | 157 | 223 | 130 | 30 | 0 | 52 | 305 | 117 | 40 |
| Binary | 10001 | 1101111 | 10010011 | 1011000 | 11000 | 0 | 101010 | 11000101 | 1001111 | 100000 |
Color Harmonies of #116F93
Complementary color
Monochromatic Colors of #116F93
Black with #116F93
Text Example
Text Example
White with #116F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F93; }
p { color: rgb(17,111,147); }
H1.HeaderClassName
{
color: #116F93;
}
.AnyTagClassName
{
color: #116F93;
}
</style>
background-color css
<style>
a { background-color: #116F93; }
a { background-color: rgb(17,111,147); }
div.DivClassName
{
background-color: #116F93;
}
.BgClassName
{
background-color: #116F93;
}
</style>
border-color css
<style>
span { border-color: #116F93; }
span { border-color: rgb(17,111,147); }
td.TdClassName
{
border-color: #116F93;
}
.TagClassName
{
border-color: #116F93;
}
</style>