Shades of Sherpa Blue #014A45
Tints of Sherpa Blue #014A45
RGB
CMYK
RGB Variations
Color information
#014A45 (or 0x014A45) is known color: Sherpa Blue. HEX triplet: 01, 4A and 45. RGB value is (1,74,69). Sum of RGB (Red+Green+Blue) = 1+74+69=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #014A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A45 is #FEB5BA. Grayscale: #333333. Windows color (decimal): -16692667 or 4540929. OLE color: 4540929.
HSL color Cylindrical-coordinate representation of color #014A45: hue angle of 175.89º 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 #014A45 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 69 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.71 |
| HSL | 175.89º | 0.97% | 0.15% | - |
| HSV(B) | 175.89º | 0.99% | 0.29% | - |
| XYZ | 3.54 | 5.33 | 6.47 | - |
| YUV | 51.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 69 | 0.99 | 0 | 0.07 | 0.71 | 175.89 | 0.97 | 0.15 |
| Hex | 1 | 4A | 45 | 63 | 0 | 7 | 47 | B0 | 61 | F |
| Octal | 1 | 112 | 105 | 143 | 0 | 7 | 107 | 260 | 141 | 17 |
| Binary | 1 | 1001010 | 1000101 | 1100011 | 0 | 111 | 1000111 | 10110000 | 1100001 | 1111 |
Color Harmonies of #014A45
Complementary color
Monochromatic Colors of #014A45
Black with #014A45
Text Example
Text Example
White with #014A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A45; }
p { color: rgb(1,74,69); }
H1.HeaderClassName
{
color: #014A45;
}
.AnyTagClassName
{
color: #014A45;
}
</style>
background-color css
<style>
a { background-color: #014A45; }
a { background-color: rgb(1,74,69); }
div.DivClassName
{
background-color: #014A45;
}
.BgClassName
{
background-color: #014A45;
}
</style>
border-color css
<style>
span { border-color: #014A45; }
span { border-color: rgb(1,74,69); }
td.TdClassName
{
border-color: #014A45;
}
.TagClassName
{
border-color: #014A45;
}
</style>