Shades of Sherpa Blue #124F57
Tints of Sherpa Blue #124F57
RGB
CMYK
RGB Variations
Color information
#124F57 (or 0x124F57) is known color: Sherpa Blue. HEX triplet: 12, 4F and 57. RGB value is (18,79,87). Sum of RGB (Red+Green+Blue) = 18+79+87=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #124F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F57 is #EDB0A8. Grayscale: #3D3D3D. Windows color (decimal): -15577257 or 5721874. OLE color: 5721874.
HSL color Cylindrical-coordinate representation of color #124F57: hue angle of 186.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124F57 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 79 | 87 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.66 |
| HSL | 186.96º | 0.66% | 0.21% | - |
| HSV(B) | 186.96º | 0.79% | 0.34% | - |
| XYZ | 4.77 | 6.41 | 10 | - |
| YUV | 61.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 87 | 0.79 | 0.09 | 0 | 0.66 | 186.96 | 0.66 | 0.21 |
| Hex | 12 | 4F | 57 | 4F | 9 | 0 | 42 | BB | 42 | 15 |
| Octal | 22 | 117 | 127 | 117 | 11 | 0 | 102 | 273 | 102 | 25 |
| Binary | 10010 | 1001111 | 1010111 | 1001111 | 1001 | 0 | 1000010 | 10111011 | 1000010 | 10101 |
Color Harmonies of #124F57
Complementary color
Monochromatic Colors of #124F57
Black with #124F57
Text Example
Text Example
White with #124F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F57; }
p { color: rgb(18,79,87); }
H1.HeaderClassName
{
color: #124F57;
}
.AnyTagClassName
{
color: #124F57;
}
</style>
background-color css
<style>
a { background-color: #124F57; }
a { background-color: rgb(18,79,87); }
div.DivClassName
{
background-color: #124F57;
}
.BgClassName
{
background-color: #124F57;
}
</style>
border-color css
<style>
span { border-color: #124F57; }
span { border-color: rgb(18,79,87); }
td.TdClassName
{
border-color: #124F57;
}
.TagClassName
{
border-color: #124F57;
}
</style>