Shades of Allports #116089
Tints of Allports #116089
RGB
CMYK
RGB Variations
Color information
#116089 (or 0x116089) is known color: Allports. HEX triplet: 11, 60 and 89. RGB value is (17,96,137). Sum of RGB (Red+Green+Blue) = 17+96+137=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #116089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116089 is #EE9F76. Grayscale: #4C4C4C. Windows color (decimal): -15638391 or 9003025. OLE color: 9003025.
HSL color Cylindrical-coordinate representation of color #116089: hue angle of 200.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116089 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 96 | 137 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.46 |
| HSL | 200.5º | 0.78% | 0.3% | - |
| HSV(B) | 200.5º | 0.88% | 0.54% | - |
| XYZ | 8.93 | 10.29 | 25.18 | - |
| YUV | 77.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 137 | 0.88 | 0.30 | 0 | 0.46 | 200.5 | 0.78 | 0.3 |
| Hex | 11 | 60 | 89 | 58 | 1E | 0 | 2E | C8 | 4E | 1E |
| Octal | 21 | 140 | 211 | 130 | 36 | 0 | 56 | 310 | 116 | 36 |
| Binary | 10001 | 1100000 | 10001001 | 1011000 | 11110 | 0 | 101110 | 11001000 | 1001110 | 11110 |
Color Harmonies of #116089
Complementary color
Monochromatic Colors of #116089
Black with #116089
Text Example
Text Example
White with #116089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116089; }
p { color: rgb(17,96,137); }
H1.HeaderClassName
{
color: #116089;
}
.AnyTagClassName
{
color: #116089;
}
</style>
background-color css
<style>
a { background-color: #116089; }
a { background-color: rgb(17,96,137); }
div.DivClassName
{
background-color: #116089;
}
.BgClassName
{
background-color: #116089;
}
</style>
border-color css
<style>
span { border-color: #116089; }
span { border-color: rgb(17,96,137); }
td.TdClassName
{
border-color: #116089;
}
.TagClassName
{
border-color: #116089;
}
</style>