Shades of Allports #115D79
Tints of Allports #115D79
RGB
CMYK
RGB Variations
Color information
#115D79 (or 0x115D79) is known color: Allports. HEX triplet: 11, 5D and 79. RGB value is (17,93,121). Sum of RGB (Red+Green+Blue) = 17+93+121=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #115D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D79 is #EEA286. Grayscale: #494949. Windows color (decimal): -15639175 or 7953681. OLE color: 7953681.
HSL color Cylindrical-coordinate representation of color #115D79: hue angle of 196.15º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115D79 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 93 | 121 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.53 |
| HSL | 196.15º | 0.75% | 0.27% | - |
| HSV(B) | 196.15º | 0.86% | 0.47% | - |
| XYZ | 7.6 | 9.33 | 19.49 | - |
| YUV | 73.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 121 | 0.86 | 0.23 | 0 | 0.53 | 196.15 | 0.75 | 0.27 |
| Hex | 11 | 5D | 79 | 56 | 17 | 0 | 35 | C4 | 4B | 1B |
| Octal | 21 | 135 | 171 | 126 | 27 | 0 | 65 | 304 | 113 | 33 |
| Binary | 10001 | 1011101 | 1111001 | 1010110 | 10111 | 0 | 110101 | 11000100 | 1001011 | 11011 |
Color Harmonies of #115D79
Complementary color
Monochromatic Colors of #115D79
Black with #115D79
Text Example
Text Example
White with #115D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D79; }
p { color: rgb(17,93,121); }
H1.HeaderClassName
{
color: #115D79;
}
.AnyTagClassName
{
color: #115D79;
}
</style>
background-color css
<style>
a { background-color: #115D79; }
a { background-color: rgb(17,93,121); }
div.DivClassName
{
background-color: #115D79;
}
.BgClassName
{
background-color: #115D79;
}
</style>
border-color css
<style>
span { border-color: #115D79; }
span { border-color: rgb(17,93,121); }
td.TdClassName
{
border-color: #115D79;
}
.TagClassName
{
border-color: #115D79;
}
</style>