Shades of Allports #11718D
Tints of Allports #11718D
RGB
CMYK
RGB Variations
Color information
#11718D (or 0x11718D) is known color: Allports. HEX triplet: 11, 71 and 8D. RGB value is (17,113,141). Sum of RGB (Red+Green+Blue) = 17+113+141=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #11718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11718D is #EE8E72. Grayscale: #575757. Windows color (decimal): -15634035 or 9269521. OLE color: 9269521.
HSL color Cylindrical-coordinate representation of color #11718D: hue angle of 193.55º 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 #11718D is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 113 | 141 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.45 |
| HSL | 193.55º | 0.78% | 0.31% | - |
| HSV(B) | 193.55º | 0.88% | 0.55% | - |
| XYZ | 10.94 | 13.85 | 27.3 | - |
| YUV | 87.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 141 | 0.88 | 0.20 | 0 | 0.45 | 193.55 | 0.78 | 0.31 |
| Hex | 11 | 71 | 8D | 58 | 14 | 0 | 2D | C2 | 4E | 1F |
| Octal | 21 | 161 | 215 | 130 | 24 | 0 | 55 | 302 | 116 | 37 |
| Binary | 10001 | 1110001 | 10001101 | 1011000 | 10100 | 0 | 101101 | 11000010 | 1001110 | 11111 |
Color Harmonies of #11718D
Complementary color
Monochromatic Colors of #11718D
Black with #11718D
Text Example
Text Example
White with #11718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11718D; }
p { color: rgb(17,113,141); }
H1.HeaderClassName
{
color: #11718D;
}
.AnyTagClassName
{
color: #11718D;
}
</style>
background-color css
<style>
a { background-color: #11718D; }
a { background-color: rgb(17,113,141); }
div.DivClassName
{
background-color: #11718D;
}
.BgClassName
{
background-color: #11718D;
}
</style>
border-color css
<style>
span { border-color: #11718D; }
span { border-color: rgb(17,113,141); }
td.TdClassName
{
border-color: #11718D;
}
.TagClassName
{
border-color: #11718D;
}
</style>