Shades of Allports #116276
Tints of Allports #116276
RGB
CMYK
RGB Variations
Color information
#116276 (or 0x116276) is known color: Allports. HEX triplet: 11, 62 and 76. RGB value is (17,98,118). Sum of RGB (Red+Green+Blue) = 17+98+118=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #116276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116276 is #EE9D89. Grayscale: #4B4B4B. Windows color (decimal): -15637898 or 7758353. OLE color: 7758353.
HSL color Cylindrical-coordinate representation of color #116276: hue angle of 191.88º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116276 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 98 | 118 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.54 |
| HSL | 191.88º | 0.75% | 0.26% | - |
| HSV(B) | 191.88º | 0.86% | 0.46% | - |
| XYZ | 7.87 | 10.16 | 18.69 | - |
| YUV | 76.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 118 | 0.86 | 0.17 | 0 | 0.54 | 191.88 | 0.75 | 0.26 |
| Hex | 11 | 62 | 76 | 56 | 11 | 0 | 36 | C0 | 4B | 1A |
| Octal | 21 | 142 | 166 | 126 | 21 | 0 | 66 | 300 | 113 | 32 |
| Binary | 10001 | 1100010 | 1110110 | 1010110 | 10001 | 0 | 110110 | 11000000 | 1001011 | 11010 |
Color Harmonies of #116276
Complementary color
Monochromatic Colors of #116276
Black with #116276
Text Example
Text Example
White with #116276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116276; }
p { color: rgb(17,98,118); }
H1.HeaderClassName
{
color: #116276;
}
.AnyTagClassName
{
color: #116276;
}
</style>
background-color css
<style>
a { background-color: #116276; }
a { background-color: rgb(17,98,118); }
div.DivClassName
{
background-color: #116276;
}
.BgClassName
{
background-color: #116276;
}
</style>
border-color css
<style>
span { border-color: #116276; }
span { border-color: rgb(17,98,118); }
td.TdClassName
{
border-color: #116276;
}
.TagClassName
{
border-color: #116276;
}
</style>