Shades of Sherpa Blue #014A47
Tints of Sherpa Blue #014A47
RGB
CMYK
RGB Variations
Color information
#014A47 (or 0x014A47) is known color: Sherpa Blue. HEX triplet: 01, 4A and 47. RGB value is (1,74,71). Sum of RGB (Red+Green+Blue) = 1+74+71=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #014A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A47 is #FEB5B8. Grayscale: #333333. Windows color (decimal): -16692665 or 4672001. OLE color: 4672001.
HSL color Cylindrical-coordinate representation of color #014A47: hue angle of 177.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A47 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 71 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.71 |
| HSL | 177.53º | 0.97% | 0.15% | - |
| HSV(B) | 177.53º | 0.99% | 0.29% | - |
| XYZ | 3.6 | 5.36 | 6.81 | - |
| YUV | 51.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 71 | 0.99 | 0 | 0.04 | 0.71 | 177.53 | 0.97 | 0.15 |
| Hex | 1 | 4A | 47 | 63 | 0 | 4 | 47 | B2 | 61 | F |
| Octal | 1 | 112 | 107 | 143 | 0 | 4 | 107 | 262 | 141 | 17 |
| Binary | 1 | 1001010 | 1000111 | 1100011 | 0 | 100 | 1000111 | 10110010 | 1100001 | 1111 |
Color Harmonies of #014A47
Complementary color
Monochromatic Colors of #014A47
Black with #014A47
Text Example
Text Example
White with #014A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A47; }
p { color: rgb(1,74,71); }
H1.HeaderClassName
{
color: #014A47;
}
.AnyTagClassName
{
color: #014A47;
}
</style>
background-color css
<style>
a { background-color: #014A47; }
a { background-color: rgb(1,74,71); }
div.DivClassName
{
background-color: #014A47;
}
.BgClassName
{
background-color: #014A47;
}
</style>
border-color css
<style>
span { border-color: #014A47; }
span { border-color: rgb(1,74,71); }
td.TdClassName
{
border-color: #014A47;
}
.TagClassName
{
border-color: #014A47;
}
</style>