Shades of Allports #116775
Tints of Allports #116775
RGB
CMYK
RGB Variations
Color information
#116775 (or 0x116775) is known color: Allports. HEX triplet: 11, 67 and 75. RGB value is (17,103,117). Sum of RGB (Red+Green+Blue) = 17+103+117=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #116775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116775 is #EE988A. Grayscale: #4E4E4E. Windows color (decimal): -15636619 or 7694097. OLE color: 7694097.
HSL color Cylindrical-coordinate representation of color #116775: hue angle of 188.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116775 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 103 | 117 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.54 |
| HSL | 188.4º | 0.75% | 0.26% | - |
| HSV(B) | 188.4º | 0.85% | 0.46% | - |
| XYZ | 8.29 | 11.1 | 18.54 | - |
| YUV | 78.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 117 | 0.85 | 0.12 | 0 | 0.54 | 188.4 | 0.75 | 0.26 |
| Hex | 11 | 67 | 75 | 55 | C | 0 | 36 | BC | 4B | 1A |
| Octal | 21 | 147 | 165 | 125 | 14 | 0 | 66 | 274 | 113 | 32 |
| Binary | 10001 | 1100111 | 1110101 | 1010101 | 1100 | 0 | 110110 | 10111100 | 1001011 | 11010 |
Color Harmonies of #116775
Complementary color
Monochromatic Colors of #116775
Black with #116775
Text Example
Text Example
White with #116775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116775; }
p { color: rgb(17,103,117); }
H1.HeaderClassName
{
color: #116775;
}
.AnyTagClassName
{
color: #116775;
}
</style>
background-color css
<style>
a { background-color: #116775; }
a { background-color: rgb(17,103,117); }
div.DivClassName
{
background-color: #116775;
}
.BgClassName
{
background-color: #116775;
}
</style>
border-color css
<style>
span { border-color: #116775; }
span { border-color: rgb(17,103,117); }
td.TdClassName
{
border-color: #116775;
}
.TagClassName
{
border-color: #116775;
}
</style>