Shades of Sherpa Blue #015060
Tints of Sherpa Blue #015060
RGB
CMYK
RGB Variations
Color information
#015060 (or 0x015060) is known color: Sherpa Blue. HEX triplet: 01, 50 and 60. RGB value is (1,80,96). Sum of RGB (Red+Green+Blue) = 1+80+96=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #015060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015060 is #FEAF9F. Grayscale: #3A3A3A. Windows color (decimal): -16691104 or 6311937. OLE color: 6311937.
HSL color Cylindrical-coordinate representation of color #015060: hue angle of 190.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015060 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 80 | 96 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.62 |
| HSL | 190.11º | 0.98% | 0.19% | - |
| HSV(B) | 190.11º | 0.99% | 0.38% | - |
| XYZ | 4.99 | 6.59 | 12.07 | - |
| YUV | 58.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 96 | 0.99 | 0.17 | 0 | 0.62 | 190.11 | 0.98 | 0.19 |
| Hex | 1 | 50 | 60 | 63 | 11 | 0 | 3E | BE | 62 | 13 |
| Octal | 1 | 120 | 140 | 143 | 21 | 0 | 76 | 276 | 142 | 23 |
| Binary | 1 | 1010000 | 1100000 | 1100011 | 10001 | 0 | 111110 | 10111110 | 1100010 | 10011 |
Color Harmonies of #015060
Complementary color
Monochromatic Colors of #015060
Black with #015060
Text Example
Text Example
White with #015060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015060; }
p { color: rgb(1,80,96); }
H1.HeaderClassName
{
color: #015060;
}
.AnyTagClassName
{
color: #015060;
}
</style>
background-color css
<style>
a { background-color: #015060; }
a { background-color: rgb(1,80,96); }
div.DivClassName
{
background-color: #015060;
}
.BgClassName
{
background-color: #015060;
}
</style>
border-color css
<style>
span { border-color: #015060; }
span { border-color: rgb(1,80,96); }
td.TdClassName
{
border-color: #015060;
}
.TagClassName
{
border-color: #015060;
}
</style>