Shades of Allports #115F75
Tints of Allports #115F75
RGB
CMYK
RGB Variations
Color information
#115F75 (or 0x115F75) is known color: Allports. HEX triplet: 11, 5F and 75. RGB value is (17,95,117). Sum of RGB (Red+Green+Blue) = 17+95+117=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #115F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F75 is #EEA08A. Grayscale: #4A4A4A. Windows color (decimal): -15638667 or 7692049. OLE color: 7692049.
HSL color Cylindrical-coordinate representation of color #115F75: hue angle of 193.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115F75 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 95 | 117 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.54 |
| HSL | 193.2º | 0.75% | 0.26% | - |
| HSV(B) | 193.2º | 0.85% | 0.46% | - |
| XYZ | 7.53 | 9.59 | 18.28 | - |
| YUV | 74.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 117 | 0.85 | 0.19 | 0 | 0.54 | 193.2 | 0.75 | 0.26 |
| Hex | 11 | 5F | 75 | 55 | 13 | 0 | 36 | C1 | 4B | 1A |
| Octal | 21 | 137 | 165 | 125 | 23 | 0 | 66 | 301 | 113 | 32 |
| Binary | 10001 | 1011111 | 1110101 | 1010101 | 10011 | 0 | 110110 | 11000001 | 1001011 | 11010 |
Color Harmonies of #115F75
Complementary color
Monochromatic Colors of #115F75
Black with #115F75
Text Example
Text Example
White with #115F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F75; }
p { color: rgb(17,95,117); }
H1.HeaderClassName
{
color: #115F75;
}
.AnyTagClassName
{
color: #115F75;
}
</style>
background-color css
<style>
a { background-color: #115F75; }
a { background-color: rgb(17,95,117); }
div.DivClassName
{
background-color: #115F75;
}
.BgClassName
{
background-color: #115F75;
}
</style>
border-color css
<style>
span { border-color: #115F75; }
span { border-color: rgb(17,95,117); }
td.TdClassName
{
border-color: #115F75;
}
.TagClassName
{
border-color: #115F75;
}
</style>