Shades of Sherpa Blue #014E4C
Tints of Sherpa Blue #014E4C
RGB
CMYK
RGB Variations
Color information
#014E4C (or 0x014E4C) is known color: Sherpa Blue. HEX triplet: 01, 4E and 4C. RGB value is (1,78,76). Sum of RGB (Red+Green+Blue) = 1+78+76=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #014E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E4C is #FEB1B3. Grayscale: #363636. Windows color (decimal): -16691636 or 5000705. OLE color: 5000705.
HSL color Cylindrical-coordinate representation of color #014E4C: hue angle of 178.44º 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 #014E4C is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 76 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.69 |
| HSL | 178.44º | 0.97% | 0.15% | - |
| HSV(B) | 178.44º | 0.99% | 0.31% | - |
| XYZ | 4.04 | 5.98 | 7.78 | - |
| YUV | 54.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 76 | 0.99 | 0 | 0.03 | 0.69 | 178.44 | 0.97 | 0.15 |
| Hex | 1 | 4E | 4C | 63 | 0 | 3 | 45 | B2 | 61 | F |
| Octal | 1 | 116 | 114 | 143 | 0 | 3 | 105 | 262 | 141 | 17 |
| Binary | 1 | 1001110 | 1001100 | 1100011 | 0 | 11 | 1000101 | 10110010 | 1100001 | 1111 |
Color Harmonies of #014E4C
Complementary color
Monochromatic Colors of #014E4C
Black with #014E4C
Text Example
Text Example
White with #014E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E4C; }
p { color: rgb(1,78,76); }
H1.HeaderClassName
{
color: #014E4C;
}
.AnyTagClassName
{
color: #014E4C;
}
</style>
background-color css
<style>
a { background-color: #014E4C; }
a { background-color: rgb(1,78,76); }
div.DivClassName
{
background-color: #014E4C;
}
.BgClassName
{
background-color: #014E4C;
}
</style>
border-color css
<style>
span { border-color: #014E4C; }
span { border-color: rgb(1,78,76); }
td.TdClassName
{
border-color: #014E4C;
}
.TagClassName
{
border-color: #014E4C;
}
</style>