Shades of Allports #116789
Tints of Allports #116789
RGB
CMYK
RGB Variations
Color information
#116789 (or 0x116789) is known color: Allports. HEX triplet: 11, 67 and 89. RGB value is (17,103,137). Sum of RGB (Red+Green+Blue) = 17+103+137=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #116789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116789 is #EE9876. Grayscale: #505050. Windows color (decimal): -15636599 or 9004817. OLE color: 9004817.
HSL color Cylindrical-coordinate representation of color #116789: hue angle of 197º 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 #116789 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 103 | 137 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.46 |
| HSL | 197º | 0.78% | 0.3% | - |
| HSV(B) | 197º | 0.88% | 0.54% | - |
| XYZ | 9.6 | 11.63 | 25.41 | - |
| YUV | 81.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 137 | 0.88 | 0.25 | 0 | 0.46 | 197 | 0.78 | 0.3 |
| Hex | 11 | 67 | 89 | 58 | 19 | 0 | 2E | C5 | 4E | 1E |
| Octal | 21 | 147 | 211 | 130 | 31 | 0 | 56 | 305 | 116 | 36 |
| Binary | 10001 | 1100111 | 10001001 | 1011000 | 11001 | 0 | 101110 | 11000101 | 1001110 | 11110 |
Color Harmonies of #116789
Complementary color
Monochromatic Colors of #116789
Black with #116789
Text Example
Text Example
White with #116789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116789; }
p { color: rgb(17,103,137); }
H1.HeaderClassName
{
color: #116789;
}
.AnyTagClassName
{
color: #116789;
}
</style>
background-color css
<style>
a { background-color: #116789; }
a { background-color: rgb(17,103,137); }
div.DivClassName
{
background-color: #116789;
}
.BgClassName
{
background-color: #116789;
}
</style>
border-color css
<style>
span { border-color: #116789; }
span { border-color: rgb(17,103,137); }
td.TdClassName
{
border-color: #116789;
}
.TagClassName
{
border-color: #116789;
}
</style>