Shades of Sherpa Blue #014C57
Tints of Sherpa Blue #014C57
RGB
CMYK
RGB Variations
Color information
#014C57 (or 0x014C57) is known color: Sherpa Blue. HEX triplet: 01, 4C and 57. RGB value is (1,76,87). Sum of RGB (Red+Green+Blue) = 1+76+87=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #014C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C57 is #FEB3A8. Grayscale: #363636. Windows color (decimal): -16692137 or 5721089. OLE color: 5721089.
HSL color Cylindrical-coordinate representation of color #014C57: hue angle of 187.67º 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 #014C57 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 76 | 87 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.66 |
| HSL | 187.67º | 0.98% | 0.17% | - |
| HSV(B) | 187.67º | 0.99% | 0.34% | - |
| XYZ | 4.32 | 5.86 | 9.92 | - |
| YUV | 54.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 87 | 0.99 | 0.13 | 0 | 0.66 | 187.67 | 0.98 | 0.17 |
| Hex | 1 | 4C | 57 | 63 | D | 0 | 42 | BC | 62 | 11 |
| Octal | 1 | 114 | 127 | 143 | 15 | 0 | 102 | 274 | 142 | 21 |
| Binary | 1 | 1001100 | 1010111 | 1100011 | 1101 | 0 | 1000010 | 10111100 | 1100010 | 10001 |
Color Harmonies of #014C57
Complementary color
Monochromatic Colors of #014C57
Black with #014C57
Text Example
Text Example
White with #014C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C57; }
p { color: rgb(1,76,87); }
H1.HeaderClassName
{
color: #014C57;
}
.AnyTagClassName
{
color: #014C57;
}
</style>
background-color css
<style>
a { background-color: #014C57; }
a { background-color: rgb(1,76,87); }
div.DivClassName
{
background-color: #014C57;
}
.BgClassName
{
background-color: #014C57;
}
</style>
border-color css
<style>
span { border-color: #014C57; }
span { border-color: rgb(1,76,87); }
td.TdClassName
{
border-color: #014C57;
}
.TagClassName
{
border-color: #014C57;
}
</style>