Shades of Allports #115E76
Tints of Allports #115E76
RGB
CMYK
RGB Variations
Color information
#115E76 (or 0x115E76) is known color: Allports. HEX triplet: 11, 5E and 76. RGB value is (17,94,118). Sum of RGB (Red+Green+Blue) = 17+94+118=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #115E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E76 is #EEA189. Grayscale: #494949. Windows color (decimal): -15638922 or 7757329. OLE color: 7757329.
HSL color Cylindrical-coordinate representation of color #115E76: hue angle of 194.26º 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 #115E76 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 94 | 118 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.54 |
| HSL | 194.26º | 0.75% | 0.26% | - |
| HSV(B) | 194.26º | 0.86% | 0.46% | - |
| XYZ | 7.5 | 9.43 | 18.56 | - |
| YUV | 73.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 118 | 0.86 | 0.20 | 0 | 0.54 | 194.26 | 0.75 | 0.26 |
| Hex | 11 | 5E | 76 | 56 | 14 | 0 | 36 | C2 | 4B | 1A |
| Octal | 21 | 136 | 166 | 126 | 24 | 0 | 66 | 302 | 113 | 32 |
| Binary | 10001 | 1011110 | 1110110 | 1010110 | 10100 | 0 | 110110 | 11000010 | 1001011 | 11010 |
Color Harmonies of #115E76
Complementary color
Monochromatic Colors of #115E76
Black with #115E76
Text Example
Text Example
White with #115E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E76; }
p { color: rgb(17,94,118); }
H1.HeaderClassName
{
color: #115E76;
}
.AnyTagClassName
{
color: #115E76;
}
</style>
background-color css
<style>
a { background-color: #115E76; }
a { background-color: rgb(17,94,118); }
div.DivClassName
{
background-color: #115E76;
}
.BgClassName
{
background-color: #115E76;
}
</style>
border-color css
<style>
span { border-color: #115E76; }
span { border-color: rgb(17,94,118); }
td.TdClassName
{
border-color: #115E76;
}
.TagClassName
{
border-color: #115E76;
}
</style>