Shades of Sherpa Blue #014E49
Tints of Sherpa Blue #014E49
RGB
CMYK
RGB Variations
Color information
#014E49 (or 0x014E49) is known color: Sherpa Blue. HEX triplet: 01, 4E and 49. RGB value is (1,78,73). Sum of RGB (Red+Green+Blue) = 1+78+73=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #014E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E49 is #FEB1B6. Grayscale: #363636. Windows color (decimal): -16691639 or 4804097. OLE color: 4804097.
HSL color Cylindrical-coordinate representation of color #014E49: hue angle of 176.1º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E49 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 73 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.69 |
| HSL | 176.1º | 0.97% | 0.15% | - |
| HSV(B) | 176.1º | 0.99% | 0.31% | - |
| XYZ | 3.94 | 5.94 | 7.24 | - |
| YUV | 54.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 73 | 0.99 | 0 | 0.06 | 0.69 | 176.1 | 0.97 | 0.15 |
| Hex | 1 | 4E | 49 | 63 | 0 | 6 | 45 | B0 | 61 | F |
| Octal | 1 | 116 | 111 | 143 | 0 | 6 | 105 | 260 | 141 | 17 |
| Binary | 1 | 1001110 | 1001001 | 1100011 | 0 | 110 | 1000101 | 10110000 | 1100001 | 1111 |
Color Harmonies of #014E49
Complementary color
Monochromatic Colors of #014E49
Black with #014E49
Text Example
Text Example
White with #014E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E49; }
p { color: rgb(1,78,73); }
H1.HeaderClassName
{
color: #014E49;
}
.AnyTagClassName
{
color: #014E49;
}
</style>
background-color css
<style>
a { background-color: #014E49; }
a { background-color: rgb(1,78,73); }
div.DivClassName
{
background-color: #014E49;
}
.BgClassName
{
background-color: #014E49;
}
</style>
border-color css
<style>
span { border-color: #014E49; }
span { border-color: rgb(1,78,73); }
td.TdClassName
{
border-color: #014E49;
}
.TagClassName
{
border-color: #014E49;
}
</style>