Shades of Sherpa Blue #014C5E
Tints of Sherpa Blue #014C5E
RGB
CMYK
RGB Variations
Color information
#014C5E (or 0x014C5E) is known color: Sherpa Blue. HEX triplet: 01, 4C and 5E. RGB value is (1,76,94). Sum of RGB (Red+Green+Blue) = 1+76+94=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #014C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C5E is #FEB3A1. Grayscale: #373737. Windows color (decimal): -16692130 or 6179841. OLE color: 6179841.
HSL color Cylindrical-coordinate representation of color #014C5E: hue angle of 191.61º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C5E is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 76 | 94 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.63 |
| HSL | 191.61º | 0.98% | 0.19% | - |
| HSV(B) | 191.61º | 0.99% | 0.37% | - |
| XYZ | 4.62 | 5.98 | 11.5 | - |
| YUV | 55.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 94 | 0.99 | 0.19 | 0 | 0.63 | 191.61 | 0.98 | 0.19 |
| Hex | 1 | 4C | 5E | 63 | 13 | 0 | 3F | C0 | 62 | 13 |
| Octal | 1 | 114 | 136 | 143 | 23 | 0 | 77 | 300 | 142 | 23 |
| Binary | 1 | 1001100 | 1011110 | 1100011 | 10011 | 0 | 111111 | 11000000 | 1100010 | 10011 |
Color Harmonies of #014C5E
Complementary color
Monochromatic Colors of #014C5E
Black with #014C5E
Text Example
Text Example
White with #014C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C5E; }
p { color: rgb(1,76,94); }
H1.HeaderClassName
{
color: #014C5E;
}
.AnyTagClassName
{
color: #014C5E;
}
</style>
background-color css
<style>
a { background-color: #014C5E; }
a { background-color: rgb(1,76,94); }
div.DivClassName
{
background-color: #014C5E;
}
.BgClassName
{
background-color: #014C5E;
}
</style>
border-color css
<style>
span { border-color: #014C5E; }
span { border-color: rgb(1,76,94); }
td.TdClassName
{
border-color: #014C5E;
}
.TagClassName
{
border-color: #014C5E;
}
</style>