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