Shades of Allports #116076
Tints of Allports #116076
RGB
CMYK
RGB Variations
Color information
#116076 (or 0x116076) is known color: Allports. HEX triplet: 11, 60 and 76. RGB value is (17,96,118). Sum of RGB (Red+Green+Blue) = 17+96+118=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #116076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116076 is #EE9F89. Grayscale: #4A4A4A. Windows color (decimal): -15638410 or 7757841. OLE color: 7757841.
HSL color Cylindrical-coordinate representation of color #116076: hue angle of 193.07º 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 #116076 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 96 | 118 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.54 |
| HSL | 193.07º | 0.75% | 0.26% | - |
| HSV(B) | 193.07º | 0.86% | 0.46% | - |
| XYZ | 7.68 | 9.79 | 18.62 | - |
| YUV | 74.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 118 | 0.86 | 0.19 | 0 | 0.54 | 193.07 | 0.75 | 0.26 |
| Hex | 11 | 60 | 76 | 56 | 13 | 0 | 36 | C1 | 4B | 1A |
| Octal | 21 | 140 | 166 | 126 | 23 | 0 | 66 | 301 | 113 | 32 |
| Binary | 10001 | 1100000 | 1110110 | 1010110 | 10011 | 0 | 110110 | 11000001 | 1001011 | 11010 |
Color Harmonies of #116076
Complementary color
Monochromatic Colors of #116076
Black with #116076
Text Example
Text Example
White with #116076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116076; }
p { color: rgb(17,96,118); }
H1.HeaderClassName
{
color: #116076;
}
.AnyTagClassName
{
color: #116076;
}
</style>
background-color css
<style>
a { background-color: #116076; }
a { background-color: rgb(17,96,118); }
div.DivClassName
{
background-color: #116076;
}
.BgClassName
{
background-color: #116076;
}
</style>
border-color css
<style>
span { border-color: #116076; }
span { border-color: rgb(17,96,118); }
td.TdClassName
{
border-color: #116076;
}
.TagClassName
{
border-color: #116076;
}
</style>