Shades of Sherpa Blue #014D5A
Tints of Sherpa Blue #014D5A
RGB
CMYK
RGB Variations
Color information
#014D5A (or 0x014D5A) is known color: Sherpa Blue. HEX triplet: 01, 4D and 5A. RGB value is (1,77,90). Sum of RGB (Red+Green+Blue) = 1+77+90=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #014D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D5A is #FEB2A5. Grayscale: #373737. Windows color (decimal): -16691878 or 5917953. OLE color: 5917953.
HSL color Cylindrical-coordinate representation of color #014D5A: hue angle of 188.76º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D5A is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 77 | 90 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.65 |
| HSL | 188.76º | 0.98% | 0.18% | - |
| HSV(B) | 188.76º | 0.99% | 0.35% | - |
| XYZ | 4.51 | 6.05 | 10.6 | - |
| YUV | 55.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 90 | 0.99 | 0.14 | 0 | 0.65 | 188.76 | 0.98 | 0.18 |
| Hex | 1 | 4D | 5A | 63 | E | 0 | 41 | BD | 62 | 12 |
| Octal | 1 | 115 | 132 | 143 | 16 | 0 | 101 | 275 | 142 | 22 |
| Binary | 1 | 1001101 | 1011010 | 1100011 | 1110 | 0 | 1000001 | 10111101 | 1100010 | 10010 |
Color Harmonies of #014D5A
Complementary color
Monochromatic Colors of #014D5A
Black with #014D5A
Text Example
Text Example
White with #014D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D5A; }
p { color: rgb(1,77,90); }
H1.HeaderClassName
{
color: #014D5A;
}
.AnyTagClassName
{
color: #014D5A;
}
</style>
background-color css
<style>
a { background-color: #014D5A; }
a { background-color: rgb(1,77,90); }
div.DivClassName
{
background-color: #014D5A;
}
.BgClassName
{
background-color: #014D5A;
}
</style>
border-color css
<style>
span { border-color: #014D5A; }
span { border-color: rgb(1,77,90); }
td.TdClassName
{
border-color: #014D5A;
}
.TagClassName
{
border-color: #014D5A;
}
</style>