Shades of Sherpa Blue #014E4D
Tints of Sherpa Blue #014E4D
RGB
CMYK
RGB Variations
Color information
#014E4D (or 0x014E4D) is known color: Sherpa Blue. HEX triplet: 01, 4E and 4D. RGB value is (1,78,77). Sum of RGB (Red+Green+Blue) = 1+78+77=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #014E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E4D is #FEB1B2. Grayscale: #363636. Windows color (decimal): -16691635 or 5066241. OLE color: 5066241.
HSL color Cylindrical-coordinate representation of color #014E4D: hue angle of 179.22º 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 #014E4D is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 77 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.69 |
| HSL | 179.22º | 0.97% | 0.15% | - |
| HSV(B) | 179.22º | 0.99% | 0.31% | - |
| XYZ | 4.08 | 5.99 | 7.96 | - |
| YUV | 54.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 77 | 0.99 | 0 | 0.01 | 0.69 | 179.22 | 0.97 | 0.15 |
| Hex | 1 | 4E | 4D | 63 | 0 | 1 | 45 | B3 | 61 | F |
| Octal | 1 | 116 | 115 | 143 | 0 | 1 | 105 | 263 | 141 | 17 |
| Binary | 1 | 1001110 | 1001101 | 1100011 | 0 | 1 | 1000101 | 10110011 | 1100001 | 1111 |
Color Harmonies of #014E4D
Complementary color
Monochromatic Colors of #014E4D
Black with #014E4D
Text Example
Text Example
White with #014E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E4D; }
p { color: rgb(1,78,77); }
H1.HeaderClassName
{
color: #014E4D;
}
.AnyTagClassName
{
color: #014E4D;
}
</style>
background-color css
<style>
a { background-color: #014E4D; }
a { background-color: rgb(1,78,77); }
div.DivClassName
{
background-color: #014E4D;
}
.BgClassName
{
background-color: #014E4D;
}
</style>
border-color css
<style>
span { border-color: #014E4D; }
span { border-color: rgb(1,78,77); }
td.TdClassName
{
border-color: #014E4D;
}
.TagClassName
{
border-color: #014E4D;
}
</style>