Shades of Sherpa Blue #124D55
Tints of Sherpa Blue #124D55
RGB
CMYK
RGB Variations
Color information
#124D55 (or 0x124D55) is known color: Sherpa Blue. HEX triplet: 12, 4D and 55. RGB value is (18,77,85). Sum of RGB (Red+Green+Blue) = 18+77+85=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #124D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D55 is #EDB2AA. Grayscale: #3C3C3C. Windows color (decimal): -15577771 or 5590290. OLE color: 5590290.
HSL color Cylindrical-coordinate representation of color #124D55: hue angle of 187.16º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124D55 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 77 | 85 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.67 |
| HSL | 187.16º | 0.65% | 0.2% | - |
| HSV(B) | 187.16º | 0.79% | 0.33% | - |
| XYZ | 4.54 | 6.09 | 9.53 | - |
| YUV | 60.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 85 | 0.79 | 0.09 | 0 | 0.67 | 187.16 | 0.65 | 0.2 |
| Hex | 12 | 4D | 55 | 4F | 9 | 0 | 43 | BB | 41 | 14 |
| Octal | 22 | 115 | 125 | 117 | 11 | 0 | 103 | 273 | 101 | 24 |
| Binary | 10010 | 1001101 | 1010101 | 1001111 | 1001 | 0 | 1000011 | 10111011 | 1000001 | 10100 |
Color Harmonies of #124D55
Complementary color
Monochromatic Colors of #124D55
Black with #124D55
Text Example
Text Example
White with #124D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D55; }
p { color: rgb(18,77,85); }
H1.HeaderClassName
{
color: #124D55;
}
.AnyTagClassName
{
color: #124D55;
}
</style>
background-color css
<style>
a { background-color: #124D55; }
a { background-color: rgb(18,77,85); }
div.DivClassName
{
background-color: #124D55;
}
.BgClassName
{
background-color: #124D55;
}
</style>
border-color css
<style>
span { border-color: #124D55; }
span { border-color: rgb(18,77,85); }
td.TdClassName
{
border-color: #124D55;
}
.TagClassName
{
border-color: #124D55;
}
</style>