Shades of Sherpa Blue #014C45
Tints of Sherpa Blue #014C45
RGB
CMYK
RGB Variations
Color information
#014C45 (or 0x014C45) is known color: Sherpa Blue. HEX triplet: 01, 4C and 45. RGB value is (1,76,69). Sum of RGB (Red+Green+Blue) = 1+76+69=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #014C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C45 is #FEB3BA. Grayscale: #343434. Windows color (decimal): -16692155 or 4541441. OLE color: 4541441.
HSL color Cylindrical-coordinate representation of color #014C45: hue angle of 174.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C45 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 69 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.70 |
| HSL | 174.4º | 0.97% | 0.15% | - |
| HSV(B) | 174.4º | 0.99% | 0.3% | - |
| XYZ | 3.67 | 5.61 | 6.52 | - |
| YUV | 52.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 69 | 0.99 | 0 | 0.09 | 0.70 | 174.4 | 0.97 | 0.15 |
| Hex | 1 | 4C | 45 | 63 | 0 | 9 | 46 | AE | 61 | F |
| Octal | 1 | 114 | 105 | 143 | 0 | 11 | 106 | 256 | 141 | 17 |
| Binary | 1 | 1001100 | 1000101 | 1100011 | 0 | 1001 | 1000110 | 10101110 | 1100001 | 1111 |
Color Harmonies of #014C45
Complementary color
Monochromatic Colors of #014C45
Black with #014C45
Text Example
Text Example
White with #014C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C45; }
p { color: rgb(1,76,69); }
H1.HeaderClassName
{
color: #014C45;
}
.AnyTagClassName
{
color: #014C45;
}
</style>
background-color css
<style>
a { background-color: #014C45; }
a { background-color: rgb(1,76,69); }
div.DivClassName
{
background-color: #014C45;
}
.BgClassName
{
background-color: #014C45;
}
</style>
border-color css
<style>
span { border-color: #014C45; }
span { border-color: rgb(1,76,69); }
td.TdClassName
{
border-color: #014C45;
}
.TagClassName
{
border-color: #014C45;
}
</style>