Shades of Allports #116F8B
Tints of Allports #116F8B
RGB
CMYK
RGB Variations
Color information
#116F8B (or 0x116F8B) is known color: Allports. HEX triplet: 11, 6F and 8B. RGB value is (17,111,139). Sum of RGB (Red+Green+Blue) = 17+111+139=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #116F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F8B is #EE9074. Grayscale: #555555. Windows color (decimal): -15634549 or 9137937. OLE color: 9137937.
HSL color Cylindrical-coordinate representation of color #116F8B: hue angle of 193.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116F8B is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 111 | 139 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.45 |
| HSL | 193.77º | 0.78% | 0.31% | - |
| HSV(B) | 193.77º | 0.88% | 0.55% | - |
| XYZ | 10.58 | 13.35 | 26.45 | - |
| YUV | 86.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 139 | 0.88 | 0.20 | 0 | 0.45 | 193.77 | 0.78 | 0.31 |
| Hex | 11 | 6F | 8B | 58 | 14 | 0 | 2D | C2 | 4E | 1F |
| Octal | 21 | 157 | 213 | 130 | 24 | 0 | 55 | 302 | 116 | 37 |
| Binary | 10001 | 1101111 | 10001011 | 1011000 | 10100 | 0 | 101101 | 11000010 | 1001110 | 11111 |
Color Harmonies of #116F8B
Complementary color
Monochromatic Colors of #116F8B
Black with #116F8B
Text Example
Text Example
White with #116F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F8B; }
p { color: rgb(17,111,139); }
H1.HeaderClassName
{
color: #116F8B;
}
.AnyTagClassName
{
color: #116F8B;
}
</style>
background-color css
<style>
a { background-color: #116F8B; }
a { background-color: rgb(17,111,139); }
div.DivClassName
{
background-color: #116F8B;
}
.BgClassName
{
background-color: #116F8B;
}
</style>
border-color css
<style>
span { border-color: #116F8B; }
span { border-color: rgb(17,111,139); }
td.TdClassName
{
border-color: #116F8B;
}
.TagClassName
{
border-color: #116F8B;
}
</style>