Shades of Sherpa Blue #014D58
Tints of Sherpa Blue #014D58
RGB
CMYK
RGB Variations
Color information
#014D58 (or 0x014D58) is known color: Sherpa Blue. HEX triplet: 01, 4D and 58. RGB value is (1,77,88). Sum of RGB (Red+Green+Blue) = 1+77+88=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #014D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D58 is #FEB2A7. Grayscale: #373737. Windows color (decimal): -16691880 or 5786881. OLE color: 5786881.
HSL color Cylindrical-coordinate representation of color #014D58: hue angle of 187.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D58 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 77 | 88 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.65 |
| HSL | 187.59º | 0.98% | 0.17% | - |
| HSV(B) | 187.59º | 0.99% | 0.35% | - |
| XYZ | 4.43 | 6.02 | 10.16 | - |
| YUV | 55.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 88 | 0.99 | 0.12 | 0 | 0.65 | 187.59 | 0.98 | 0.17 |
| Hex | 1 | 4D | 58 | 63 | C | 0 | 41 | BC | 62 | 11 |
| Octal | 1 | 115 | 130 | 143 | 14 | 0 | 101 | 274 | 142 | 21 |
| Binary | 1 | 1001101 | 1011000 | 1100011 | 1100 | 0 | 1000001 | 10111100 | 1100010 | 10001 |
Color Harmonies of #014D58
Complementary color
Monochromatic Colors of #014D58
Black with #014D58
Text Example
Text Example
White with #014D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D58; }
p { color: rgb(1,77,88); }
H1.HeaderClassName
{
color: #014D58;
}
.AnyTagClassName
{
color: #014D58;
}
</style>
background-color css
<style>
a { background-color: #014D58; }
a { background-color: rgb(1,77,88); }
div.DivClassName
{
background-color: #014D58;
}
.BgClassName
{
background-color: #014D58;
}
</style>
border-color css
<style>
span { border-color: #014D58; }
span { border-color: rgb(1,77,88); }
td.TdClassName
{
border-color: #014D58;
}
.TagClassName
{
border-color: #014D58;
}
</style>