Shades of Sherpa Blue #014E54
Tints of Sherpa Blue #014E54
RGB
CMYK
RGB Variations
Color information
#014E54 (or 0x014E54) is known color: Sherpa Blue. HEX triplet: 01, 4E and 54. RGB value is (1,78,84). Sum of RGB (Red+Green+Blue) = 1+78+84=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #014E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E54 is #FEB1AB. Grayscale: #373737. Windows color (decimal): -16691628 or 5524993. OLE color: 5524993.
HSL color Cylindrical-coordinate representation of color #014E54: hue angle of 184.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E54 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 78 | 84 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.67 |
| HSL | 184.34º | 0.98% | 0.17% | - |
| HSV(B) | 184.34º | 0.99% | 0.33% | - |
| XYZ | 4.34 | 6.1 | 9.34 | - |
| YUV | 55.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 84 | 0.99 | 0.07 | 0 | 0.67 | 184.34 | 0.98 | 0.17 |
| Hex | 1 | 4E | 54 | 63 | 7 | 0 | 43 | B8 | 62 | 11 |
| Octal | 1 | 116 | 124 | 143 | 7 | 0 | 103 | 270 | 142 | 21 |
| Binary | 1 | 1001110 | 1010100 | 1100011 | 111 | 0 | 1000011 | 10111000 | 1100010 | 10001 |
Color Harmonies of #014E54
Complementary color
Monochromatic Colors of #014E54
Black with #014E54
Text Example
Text Example
White with #014E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E54; }
p { color: rgb(1,78,84); }
H1.HeaderClassName
{
color: #014E54;
}
.AnyTagClassName
{
color: #014E54;
}
</style>
background-color css
<style>
a { background-color: #014E54; }
a { background-color: rgb(1,78,84); }
div.DivClassName
{
background-color: #014E54;
}
.BgClassName
{
background-color: #014E54;
}
</style>
border-color css
<style>
span { border-color: #014E54; }
span { border-color: rgb(1,78,84); }
td.TdClassName
{
border-color: #014E54;
}
.TagClassName
{
border-color: #014E54;
}
</style>