Shades of Allports #116587
Tints of Allports #116587
RGB
CMYK
RGB Variations
Color information
#116587 (or 0x116587) is known color: Allports. HEX triplet: 11, 65 and 87. RGB value is (17,101,135). Sum of RGB (Red+Green+Blue) = 17+101+135=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #116587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116587 is #EE9A78. Grayscale: #4F4F4F. Windows color (decimal): -15637113 or 8873233. OLE color: 8873233.
HSL color Cylindrical-coordinate representation of color #116587: hue angle of 197.29º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116587 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 101 | 135 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.47 |
| HSL | 197.29º | 0.78% | 0.3% | - |
| HSV(B) | 197.29º | 0.87% | 0.53% | - |
| XYZ | 9.26 | 11.18 | 24.59 | - |
| YUV | 79.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 135 | 0.87 | 0.25 | 0 | 0.47 | 197.29 | 0.78 | 0.3 |
| Hex | 11 | 65 | 87 | 57 | 19 | 0 | 2F | C5 | 4E | 1E |
| Octal | 21 | 145 | 207 | 127 | 31 | 0 | 57 | 305 | 116 | 36 |
| Binary | 10001 | 1100101 | 10000111 | 1010111 | 11001 | 0 | 101111 | 11000101 | 1001110 | 11110 |
Color Harmonies of #116587
Complementary color
Monochromatic Colors of #116587
Black with #116587
Text Example
Text Example
White with #116587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116587; }
p { color: rgb(17,101,135); }
H1.HeaderClassName
{
color: #116587;
}
.AnyTagClassName
{
color: #116587;
}
</style>
background-color css
<style>
a { background-color: #116587; }
a { background-color: rgb(17,101,135); }
div.DivClassName
{
background-color: #116587;
}
.BgClassName
{
background-color: #116587;
}
</style>
border-color css
<style>
span { border-color: #116587; }
span { border-color: rgb(17,101,135); }
td.TdClassName
{
border-color: #116587;
}
.TagClassName
{
border-color: #116587;
}
</style>