Shades of Sherpa Blue #015155
Tints of Sherpa Blue #015155
RGB
CMYK
RGB Variations
Color information
#015155 (or 0x015155) is known color: Sherpa Blue. HEX triplet: 01, 51 and 55. RGB value is (1,81,85). Sum of RGB (Red+Green+Blue) = 1+81+85=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #015155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015155 is #FEAEAA. Grayscale: #393939. Windows color (decimal): -16690859 or 5591297. OLE color: 5591297.
HSL color Cylindrical-coordinate representation of color #015155: hue angle of 182.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015155 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 81 | 85 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.67 |
| HSL | 182.86º | 0.98% | 0.17% | - |
| HSV(B) | 182.86º | 0.99% | 0.33% | - |
| XYZ | 4.59 | 6.55 | 9.62 | - |
| YUV | 57.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 85 | 0.99 | 0.05 | 0 | 0.67 | 182.86 | 0.98 | 0.17 |
| Hex | 1 | 51 | 55 | 63 | 5 | 0 | 43 | B7 | 62 | 11 |
| Octal | 1 | 121 | 125 | 143 | 5 | 0 | 103 | 267 | 142 | 21 |
| Binary | 1 | 1010001 | 1010101 | 1100011 | 101 | 0 | 1000011 | 10110111 | 1100010 | 10001 |
Color Harmonies of #015155
Complementary color
Monochromatic Colors of #015155
Black with #015155
Text Example
Text Example
White with #015155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015155; }
p { color: rgb(1,81,85); }
H1.HeaderClassName
{
color: #015155;
}
.AnyTagClassName
{
color: #015155;
}
</style>
background-color css
<style>
a { background-color: #015155; }
a { background-color: rgb(1,81,85); }
div.DivClassName
{
background-color: #015155;
}
.BgClassName
{
background-color: #015155;
}
</style>
border-color css
<style>
span { border-color: #015155; }
span { border-color: rgb(1,81,85); }
td.TdClassName
{
border-color: #015155;
}
.TagClassName
{
border-color: #015155;
}
</style>