Shades of Sherpa Blue #014F57
Tints of Sherpa Blue #014F57
RGB
CMYK
RGB Variations
Color information
#014F57 (or 0x014F57) is known color: Sherpa Blue. HEX triplet: 01, 4F and 57. RGB value is (1,79,87). Sum of RGB (Red+Green+Blue) = 1+79+87=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #014F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F57 is #FEB0A8. Grayscale: #383838. Windows color (decimal): -16691369 or 5721857. OLE color: 5721857.
HSL color Cylindrical-coordinate representation of color #014F57: hue angle of 185.58º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F57 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 79 | 87 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.66 |
| HSL | 185.58º | 0.98% | 0.17% | - |
| HSV(B) | 185.58º | 0.99% | 0.34% | - |
| XYZ | 4.53 | 6.29 | 9.99 | - |
| YUV | 56.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 87 | 0.99 | 0.09 | 0 | 0.66 | 185.58 | 0.98 | 0.17 |
| Hex | 1 | 4F | 57 | 63 | 9 | 0 | 42 | BA | 62 | 11 |
| Octal | 1 | 117 | 127 | 143 | 11 | 0 | 102 | 272 | 142 | 21 |
| Binary | 1 | 1001111 | 1010111 | 1100011 | 1001 | 0 | 1000010 | 10111010 | 1100010 | 10001 |
Color Harmonies of #014F57
Complementary color
Monochromatic Colors of #014F57
Black with #014F57
Text Example
Text Example
White with #014F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F57; }
p { color: rgb(1,79,87); }
H1.HeaderClassName
{
color: #014F57;
}
.AnyTagClassName
{
color: #014F57;
}
</style>
background-color css
<style>
a { background-color: #014F57; }
a { background-color: rgb(1,79,87); }
div.DivClassName
{
background-color: #014F57;
}
.BgClassName
{
background-color: #014F57;
}
</style>
border-color css
<style>
span { border-color: #014F57; }
span { border-color: rgb(1,79,87); }
td.TdClassName
{
border-color: #014F57;
}
.TagClassName
{
border-color: #014F57;
}
</style>