Shades of Allports #115D7C
Tints of Allports #115D7C
RGB
CMYK
RGB Variations
Color information
#115D7C (or 0x115D7C) is known color: Allports. HEX triplet: 11, 5D and 7C. RGB value is (17,93,124). Sum of RGB (Red+Green+Blue) = 17+93+124=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #115D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D7C is #EEA283. Grayscale: #494949. Windows color (decimal): -15639172 or 8150289. OLE color: 8150289.
HSL color Cylindrical-coordinate representation of color #115D7C: hue angle of 197.38º 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 #115D7C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 93 | 124 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.51 |
| HSL | 197.38º | 0.76% | 0.28% | - |
| HSV(B) | 197.38º | 0.86% | 0.49% | - |
| XYZ | 7.78 | 9.4 | 20.47 | - |
| YUV | 73.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 124 | 0.86 | 0.25 | 0 | 0.51 | 197.38 | 0.76 | 0.28 |
| Hex | 11 | 5D | 7C | 56 | 19 | 0 | 33 | C5 | 4C | 1C |
| Octal | 21 | 135 | 174 | 126 | 31 | 0 | 63 | 305 | 114 | 34 |
| Binary | 10001 | 1011101 | 1111100 | 1010110 | 11001 | 0 | 110011 | 11000101 | 1001100 | 11100 |
Color Harmonies of #115D7C
Complementary color
Monochromatic Colors of #115D7C
Black with #115D7C
Text Example
Text Example
White with #115D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D7C; }
p { color: rgb(17,93,124); }
H1.HeaderClassName
{
color: #115D7C;
}
.AnyTagClassName
{
color: #115D7C;
}
</style>
background-color css
<style>
a { background-color: #115D7C; }
a { background-color: rgb(17,93,124); }
div.DivClassName
{
background-color: #115D7C;
}
.BgClassName
{
background-color: #115D7C;
}
</style>
border-color css
<style>
span { border-color: #115D7C; }
span { border-color: rgb(17,93,124); }
td.TdClassName
{
border-color: #115D7C;
}
.TagClassName
{
border-color: #115D7C;
}
</style>