Shades of Sherpa Blue #014D5E
Tints of Sherpa Blue #014D5E
RGB
CMYK
RGB Variations
Color information
#014D5E (or 0x014D5E) is known color: Sherpa Blue. HEX triplet: 01, 4D and 5E. RGB value is (1,77,94). Sum of RGB (Red+Green+Blue) = 1+77+94=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #014D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D5E is #FEB2A1. Grayscale: #383838. Windows color (decimal): -16691874 or 6180097. OLE color: 6180097.
HSL color Cylindrical-coordinate representation of color #014D5E: hue angle of 190.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D5E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 1 | 77 | 94 | - |
CMYK | 0.99 | 0.18 | 0 | 0.63 |
HSL | 190.97º | 0.98% | 0.19% | - |
HSV(B) | 190.97º | 0.99% | 0.37% | - |
XYZ | 4.69 | 6.12 | 11.52 | - |
YUV | 56.21 | 149.32 | 88.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 77 | 94 | 0.99 | 0.18 | 0 | 0.63 | 190.97 | 0.98 | 0.19 |
Hex | 1 | 4D | 5E | 63 | 12 | 0 | 3F | BF | 62 | 13 |
Octal | 1 | 115 | 136 | 143 | 22 | 0 | 77 | 277 | 142 | 23 |
Binary | 1 | 1001101 | 1011110 | 1100011 | 10010 | 0 | 111111 | 10111111 | 1100010 | 10011 |
Color Harmonies of #014D5E
Complementary color
Monochromatic Colors of #014D5E
Black with #014D5E
Text Example
Text Example
White with #014D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D5E; }
p { color: rgb(1,77,94); }
H1.HeaderClassName
{
color: #014D5E;
}
.AnyTagClassName
{
color: #014D5E;
}
</style>
background-color css
<style>
a { background-color: #014D5E; }
a { background-color: rgb(1,77,94); }
div.DivClassName
{
background-color: #014D5E;
}
.BgClassName
{
background-color: #014D5E;
}
</style>
border-color css
<style>
span { border-color: #014D5E; }
span { border-color: rgb(1,77,94); }
td.TdClassName
{
border-color: #014D5E;
}
.TagClassName
{
border-color: #014D5E;
}
</style>