Shades of Sherpa Blue #014D57
Tints of Sherpa Blue #014D57
RGB
CMYK
RGB Variations
Color information
#014D57 (or 0x014D57) is known color: Sherpa Blue. HEX triplet: 01, 4D and 57. RGB value is (1,77,87). Sum of RGB (Red+Green+Blue) = 1+77+87=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #014D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D57 is #FEB2A8. Grayscale: #373737. Windows color (decimal): -16691881 or 5721345. OLE color: 5721345.
HSL color Cylindrical-coordinate representation of color #014D57: hue angle of 186.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D57 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 77 | 87 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.66 |
| HSL | 186.98º | 0.98% | 0.17% | - |
| HSV(B) | 186.98º | 0.99% | 0.34% | - |
| XYZ | 4.39 | 6 | 9.94 | - |
| YUV | 55.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 87 | 0.99 | 0.11 | 0 | 0.66 | 186.98 | 0.98 | 0.17 |
| Hex | 1 | 4D | 57 | 63 | B | 0 | 42 | BB | 62 | 11 |
| Octal | 1 | 115 | 127 | 143 | 13 | 0 | 102 | 273 | 142 | 21 |
| Binary | 1 | 1001101 | 1010111 | 1100011 | 1011 | 0 | 1000010 | 10111011 | 1100010 | 10001 |
Color Harmonies of #014D57
Complementary color
Monochromatic Colors of #014D57
Black with #014D57
Text Example
Text Example
White with #014D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D57; }
p { color: rgb(1,77,87); }
H1.HeaderClassName
{
color: #014D57;
}
.AnyTagClassName
{
color: #014D57;
}
</style>
background-color css
<style>
a { background-color: #014D57; }
a { background-color: rgb(1,77,87); }
div.DivClassName
{
background-color: #014D57;
}
.BgClassName
{
background-color: #014D57;
}
</style>
border-color css
<style>
span { border-color: #014D57; }
span { border-color: rgb(1,77,87); }
td.TdClassName
{
border-color: #014D57;
}
.TagClassName
{
border-color: #014D57;
}
</style>