Shades of Sherpa Blue #014C5A
Tints of Sherpa Blue #014C5A
RGB
CMYK
RGB Variations
Color information
#014C5A (or 0x014C5A) is known color: Sherpa Blue. HEX triplet: 01, 4C and 5A. RGB value is (1,76,90). Sum of RGB (Red+Green+Blue) = 1+76+90=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #014C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C5A is #FEB3A5. Grayscale: #373737. Windows color (decimal): -16692134 or 5917697. OLE color: 5917697.
HSL color Cylindrical-coordinate representation of color #014C5A: hue angle of 189.44º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C5A is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 76 | 90 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.65 |
| HSL | 189.44º | 0.98% | 0.18% | - |
| HSV(B) | 189.44º | 0.99% | 0.35% | - |
| XYZ | 4.44 | 5.91 | 10.58 | - |
| YUV | 55.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 90 | 0.99 | 0.16 | 0 | 0.65 | 189.44 | 0.98 | 0.18 |
| Hex | 1 | 4C | 5A | 63 | 10 | 0 | 41 | BD | 62 | 12 |
| Octal | 1 | 114 | 132 | 143 | 20 | 0 | 101 | 275 | 142 | 22 |
| Binary | 1 | 1001100 | 1011010 | 1100011 | 10000 | 0 | 1000001 | 10111101 | 1100010 | 10010 |
Color Harmonies of #014C5A
Complementary color
Monochromatic Colors of #014C5A
Black with #014C5A
Text Example
Text Example
White with #014C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C5A; }
p { color: rgb(1,76,90); }
H1.HeaderClassName
{
color: #014C5A;
}
.AnyTagClassName
{
color: #014C5A;
}
</style>
background-color css
<style>
a { background-color: #014C5A; }
a { background-color: rgb(1,76,90); }
div.DivClassName
{
background-color: #014C5A;
}
.BgClassName
{
background-color: #014C5A;
}
</style>
border-color css
<style>
span { border-color: #014C5A; }
span { border-color: rgb(1,76,90); }
td.TdClassName
{
border-color: #014C5A;
}
.TagClassName
{
border-color: #014C5A;
}
</style>