Shades of Sherpa Blue #014951
Tints of Sherpa Blue #014951
RGB
CMYK
RGB Variations
Color information
#014951 (or 0x014951) is known color: Sherpa Blue. HEX triplet: 01, 49 and 51. RGB value is (1,73,81). Sum of RGB (Red+Green+Blue) = 1+73+81=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #014951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014951 is #FEB6AE. Grayscale: #343434. Windows color (decimal): -16692911 or 5327105. OLE color: 5327105.
HSL color Cylindrical-coordinate representation of color #014951: hue angle of 186º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014951 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 73 | 81 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.68 |
| HSL | 186º | 0.98% | 0.16% | - |
| HSV(B) | 186º | 0.99% | 0.32% | - |
| XYZ | 3.88 | 5.37 | 8.62 | - |
| YUV | 52.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 81 | 0.99 | 0.10 | 0 | 0.68 | 186 | 0.98 | 0.16 |
| Hex | 1 | 49 | 51 | 63 | A | 0 | 44 | BA | 62 | 10 |
| Octal | 1 | 111 | 121 | 143 | 12 | 0 | 104 | 272 | 142 | 20 |
| Binary | 1 | 1001001 | 1010001 | 1100011 | 1010 | 0 | 1000100 | 10111010 | 1100010 | 10000 |
Color Harmonies of #014951
Complementary color
Monochromatic Colors of #014951
Black with #014951
Text Example
Text Example
White with #014951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014951; }
p { color: rgb(1,73,81); }
H1.HeaderClassName
{
color: #014951;
}
.AnyTagClassName
{
color: #014951;
}
</style>
background-color css
<style>
a { background-color: #014951; }
a { background-color: rgb(1,73,81); }
div.DivClassName
{
background-color: #014951;
}
.BgClassName
{
background-color: #014951;
}
</style>
border-color css
<style>
span { border-color: #014951; }
span { border-color: rgb(1,73,81); }
td.TdClassName
{
border-color: #014951;
}
.TagClassName
{
border-color: #014951;
}
</style>