Shades of Sherpa Blue #014F4E
Tints of Sherpa Blue #014F4E
RGB
CMYK
RGB Variations
Color information
#014F4E (or 0x014F4E) is known color: Sherpa Blue. HEX triplet: 01, 4F and 4E. RGB value is (1,79,78). Sum of RGB (Red+Green+Blue) = 1+79+78=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #014F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F4E is #FEB0B1. Grayscale: #373737. Windows color (decimal): -16691378 or 5132033. OLE color: 5132033.
HSL color Cylindrical-coordinate representation of color #014F4E: hue angle of 179.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F4E is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 78 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.69 |
| HSL | 179.23º | 0.98% | 0.16% | - |
| HSV(B) | 179.23º | 0.99% | 0.31% | - |
| XYZ | 4.18 | 6.15 | 8.17 | - |
| YUV | 55.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 78 | 0.99 | 0 | 0.01 | 0.69 | 179.23 | 0.98 | 0.16 |
| Hex | 1 | 4F | 4E | 63 | 0 | 1 | 45 | B3 | 62 | 10 |
| Octal | 1 | 117 | 116 | 143 | 0 | 1 | 105 | 263 | 142 | 20 |
| Binary | 1 | 1001111 | 1001110 | 1100011 | 0 | 1 | 1000101 | 10110011 | 1100010 | 10000 |
Color Harmonies of #014F4E
Complementary color
Monochromatic Colors of #014F4E
Black with #014F4E
Text Example
Text Example
White with #014F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F4E; }
p { color: rgb(1,79,78); }
H1.HeaderClassName
{
color: #014F4E;
}
.AnyTagClassName
{
color: #014F4E;
}
</style>
background-color css
<style>
a { background-color: #014F4E; }
a { background-color: rgb(1,79,78); }
div.DivClassName
{
background-color: #014F4E;
}
.BgClassName
{
background-color: #014F4E;
}
</style>
border-color css
<style>
span { border-color: #014F4E; }
span { border-color: rgb(1,79,78); }
td.TdClassName
{
border-color: #014F4E;
}
.TagClassName
{
border-color: #014F4E;
}
</style>