Shades of Sherpa Blue #015149
Tints of Sherpa Blue #015149
RGB
CMYK
RGB Variations
Color information
#015149 (or 0x015149) is known color: Sherpa Blue. HEX triplet: 01, 51 and 49. RGB value is (1,81,73). Sum of RGB (Red+Green+Blue) = 1+81+73=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #015149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015149 is #FEAEB6. Grayscale: #383838. Windows color (decimal): -16690871 or 4804865. OLE color: 4804865.
HSL color Cylindrical-coordinate representation of color #015149: hue angle of 174º 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 #015149 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 73 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.68 |
| HSL | 174º | 0.98% | 0.16% | - |
| HSV(B) | 174º | 0.99% | 0.32% | - |
| XYZ | 4.16 | 6.37 | 7.31 | - |
| YUV | 56.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 73 | 0.99 | 0 | 0.10 | 0.68 | 174 | 0.98 | 0.16 |
| Hex | 1 | 51 | 49 | 63 | 0 | A | 44 | AE | 62 | 10 |
| Octal | 1 | 121 | 111 | 143 | 0 | 12 | 104 | 256 | 142 | 20 |
| Binary | 1 | 1010001 | 1001001 | 1100011 | 0 | 1010 | 1000100 | 10101110 | 1100010 | 10000 |
Color Harmonies of #015149
Complementary color
Monochromatic Colors of #015149
Black with #015149
Text Example
Text Example
White with #015149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015149; }
p { color: rgb(1,81,73); }
H1.HeaderClassName
{
color: #015149;
}
.AnyTagClassName
{
color: #015149;
}
</style>
background-color css
<style>
a { background-color: #015149; }
a { background-color: rgb(1,81,73); }
div.DivClassName
{
background-color: #015149;
}
.BgClassName
{
background-color: #015149;
}
</style>
border-color css
<style>
span { border-color: #015149; }
span { border-color: rgb(1,81,73); }
td.TdClassName
{
border-color: #015149;
}
.TagClassName
{
border-color: #015149;
}
</style>