Shades of Allports #116586
Tints of Allports #116586
RGB
CMYK
RGB Variations
Color information
#116586 (or 0x116586) is known color: Allports. HEX triplet: 11, 65 and 86. RGB value is (17,101,134). Sum of RGB (Red+Green+Blue) = 17+101+134=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #116586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116586 is #EE9A79. Grayscale: #4F4F4F. Windows color (decimal): -15637114 or 8807697. OLE color: 8807697.
HSL color Cylindrical-coordinate representation of color #116586: hue angle of 196.92º degrees, saturation: 0.77, 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 #116586 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 101 | 134 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.47 |
| HSL | 196.92º | 0.77% | 0.3% | - |
| HSV(B) | 196.92º | 0.87% | 0.53% | - |
| XYZ | 9.19 | 11.15 | 24.22 | - |
| YUV | 79.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 134 | 0.87 | 0.25 | 0 | 0.47 | 196.92 | 0.77 | 0.3 |
| Hex | 11 | 65 | 86 | 57 | 19 | 0 | 2F | C5 | 4D | 1E |
| Octal | 21 | 145 | 206 | 127 | 31 | 0 | 57 | 305 | 115 | 36 |
| Binary | 10001 | 1100101 | 10000110 | 1010111 | 11001 | 0 | 101111 | 11000101 | 1001101 | 11110 |
Color Harmonies of #116586
Complementary color
Monochromatic Colors of #116586
Black with #116586
Text Example
Text Example
White with #116586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116586; }
p { color: rgb(17,101,134); }
H1.HeaderClassName
{
color: #116586;
}
.AnyTagClassName
{
color: #116586;
}
</style>
background-color css
<style>
a { background-color: #116586; }
a { background-color: rgb(17,101,134); }
div.DivClassName
{
background-color: #116586;
}
.BgClassName
{
background-color: #116586;
}
</style>
border-color css
<style>
span { border-color: #116586; }
span { border-color: rgb(17,101,134); }
td.TdClassName
{
border-color: #116586;
}
.TagClassName
{
border-color: #116586;
}
</style>