Shades of Allports #115D76
Tints of Allports #115D76
RGB
CMYK
RGB Variations
Color information
#115D76 (or 0x115D76) is known color: Allports. HEX triplet: 11, 5D and 76. RGB value is (17,93,118). Sum of RGB (Red+Green+Blue) = 17+93+118=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #115D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D76 is #EEA289. Grayscale: #484848. Windows color (decimal): -15639178 or 7757073. OLE color: 7757073.
HSL color Cylindrical-coordinate representation of color #115D76: hue angle of 194.85º 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 #115D76 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 93 | 118 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.54 |
| HSL | 194.85º | 0.75% | 0.26% | - |
| HSV(B) | 194.85º | 0.86% | 0.46% | - |
| XYZ | 7.42 | 9.26 | 18.54 | - |
| YUV | 73.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 118 | 0.86 | 0.21 | 0 | 0.54 | 194.85 | 0.75 | 0.26 |
| Hex | 11 | 5D | 76 | 56 | 15 | 0 | 36 | C3 | 4B | 1A |
| Octal | 21 | 135 | 166 | 126 | 25 | 0 | 66 | 303 | 113 | 32 |
| Binary | 10001 | 1011101 | 1110110 | 1010110 | 10101 | 0 | 110110 | 11000011 | 1001011 | 11010 |
Color Harmonies of #115D76
Complementary color
Monochromatic Colors of #115D76
Black with #115D76
Text Example
Text Example
White with #115D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D76; }
p { color: rgb(17,93,118); }
H1.HeaderClassName
{
color: #115D76;
}
.AnyTagClassName
{
color: #115D76;
}
</style>
background-color css
<style>
a { background-color: #115D76; }
a { background-color: rgb(17,93,118); }
div.DivClassName
{
background-color: #115D76;
}
.BgClassName
{
background-color: #115D76;
}
</style>
border-color css
<style>
span { border-color: #115D76; }
span { border-color: rgb(17,93,118); }
td.TdClassName
{
border-color: #115D76;
}
.TagClassName
{
border-color: #115D76;
}
</style>