Shades of Sherpa Blue #014E53
Tints of Sherpa Blue #014E53
RGB
CMYK
RGB Variations
Color information
#014E53 (or 0x014E53) is known color: Sherpa Blue. HEX triplet: 01, 4E and 53. RGB value is (1,78,83). Sum of RGB (Red+Green+Blue) = 1+78+83=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #014E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E53 is #FEB1AC. Grayscale: #373737. Windows color (decimal): -16691629 or 5459457. OLE color: 5459457.
HSL color Cylindrical-coordinate representation of color #014E53: hue angle of 183.66º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E53 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 78 | 83 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.67 |
| HSL | 183.66º | 0.98% | 0.16% | - |
| HSV(B) | 183.66º | 0.99% | 0.33% | - |
| XYZ | 4.3 | 6.08 | 9.13 | - |
| YUV | 55.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 83 | 0.99 | 0.06 | 0 | 0.67 | 183.66 | 0.98 | 0.16 |
| Hex | 1 | 4E | 53 | 63 | 6 | 0 | 43 | B8 | 62 | 10 |
| Octal | 1 | 116 | 123 | 143 | 6 | 0 | 103 | 270 | 142 | 20 |
| Binary | 1 | 1001110 | 1010011 | 1100011 | 110 | 0 | 1000011 | 10111000 | 1100010 | 10000 |
Color Harmonies of #014E53
Complementary color
Monochromatic Colors of #014E53
Black with #014E53
Text Example
Text Example
White with #014E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E53; }
p { color: rgb(1,78,83); }
H1.HeaderClassName
{
color: #014E53;
}
.AnyTagClassName
{
color: #014E53;
}
</style>
background-color css
<style>
a { background-color: #014E53; }
a { background-color: rgb(1,78,83); }
div.DivClassName
{
background-color: #014E53;
}
.BgClassName
{
background-color: #014E53;
}
</style>
border-color css
<style>
span { border-color: #014E53; }
span { border-color: rgb(1,78,83); }
td.TdClassName
{
border-color: #014E53;
}
.TagClassName
{
border-color: #014E53;
}
</style>