Shades of Allports #116181
Tints of Allports #116181
RGB
CMYK
RGB Variations
Color information
#116181 (or 0x116181) is known color: Allports. HEX triplet: 11, 61 and 81. RGB value is (17,97,129). Sum of RGB (Red+Green+Blue) = 17+97+129=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #116181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116181 is #EE9E7E. Grayscale: #4C4C4C. Windows color (decimal): -15638143 or 8478993. OLE color: 8478993.
HSL color Cylindrical-coordinate representation of color #116181: hue angle of 197.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116181 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 97 | 129 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.49 |
| HSL | 197.14º | 0.77% | 0.29% | - |
| HSV(B) | 197.14º | 0.87% | 0.51% | - |
| XYZ | 8.47 | 10.25 | 22.3 | - |
| YUV | 76.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 129 | 0.87 | 0.25 | 0 | 0.49 | 197.14 | 0.77 | 0.29 |
| Hex | 11 | 61 | 81 | 57 | 19 | 0 | 31 | C5 | 4D | 1D |
| Octal | 21 | 141 | 201 | 127 | 31 | 0 | 61 | 305 | 115 | 35 |
| Binary | 10001 | 1100001 | 10000001 | 1010111 | 11001 | 0 | 110001 | 11000101 | 1001101 | 11101 |
Color Harmonies of #116181
Complementary color
Monochromatic Colors of #116181
Black with #116181
Text Example
Text Example
White with #116181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116181; }
p { color: rgb(17,97,129); }
H1.HeaderClassName
{
color: #116181;
}
.AnyTagClassName
{
color: #116181;
}
</style>
background-color css
<style>
a { background-color: #116181; }
a { background-color: rgb(17,97,129); }
div.DivClassName
{
background-color: #116181;
}
.BgClassName
{
background-color: #116181;
}
</style>
border-color css
<style>
span { border-color: #116181; }
span { border-color: rgb(17,97,129); }
td.TdClassName
{
border-color: #116181;
}
.TagClassName
{
border-color: #116181;
}
</style>