Shades of Allports #115D7D
Tints of Allports #115D7D
RGB
CMYK
RGB Variations
Color information
#115D7D (or 0x115D7D) is known color: Allports. HEX triplet: 11, 5D and 7D. RGB value is (17,93,125). Sum of RGB (Red+Green+Blue) = 17+93+125=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #115D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D7D is #EEA282. Grayscale: #494949. Windows color (decimal): -15639171 or 8215825. OLE color: 8215825.
HSL color Cylindrical-coordinate representation of color #115D7D: hue angle of 197.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115D7D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 93 | 125 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.51 |
| HSL | 197.78º | 0.76% | 0.28% | - |
| HSV(B) | 197.78º | 0.86% | 0.49% | - |
| XYZ | 7.85 | 9.43 | 20.81 | - |
| YUV | 73.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 125 | 0.86 | 0.26 | 0 | 0.51 | 197.78 | 0.76 | 0.28 |
| Hex | 11 | 5D | 7D | 56 | 1A | 0 | 33 | C6 | 4C | 1C |
| Octal | 21 | 135 | 175 | 126 | 32 | 0 | 63 | 306 | 114 | 34 |
| Binary | 10001 | 1011101 | 1111101 | 1010110 | 11010 | 0 | 110011 | 11000110 | 1001100 | 11100 |
Color Harmonies of #115D7D
Complementary color
Monochromatic Colors of #115D7D
Black with #115D7D
Text Example
Text Example
White with #115D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D7D; }
p { color: rgb(17,93,125); }
H1.HeaderClassName
{
color: #115D7D;
}
.AnyTagClassName
{
color: #115D7D;
}
</style>
background-color css
<style>
a { background-color: #115D7D; }
a { background-color: rgb(17,93,125); }
div.DivClassName
{
background-color: #115D7D;
}
.BgClassName
{
background-color: #115D7D;
}
</style>
border-color css
<style>
span { border-color: #115D7D; }
span { border-color: rgb(17,93,125); }
td.TdClassName
{
border-color: #115D7D;
}
.TagClassName
{
border-color: #115D7D;
}
</style>