Shades of Sherpa Blue #01515E
Tints of Sherpa Blue #01515E
RGB
CMYK
RGB Variations
Color information
#01515E (or 0x01515E) is known color: Sherpa Blue. HEX triplet: 01, 51 and 5E. RGB value is (1,81,94). Sum of RGB (Red+Green+Blue) = 1+81+94=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #01515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01515E is #FEAEA1. Grayscale: #3A3A3A. Windows color (decimal): -16690850 or 6181121. OLE color: 6181121.
HSL color Cylindrical-coordinate representation of color #01515E: hue angle of 188.39º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01515E is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 81 | 94 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.63 |
| HSL | 188.39º | 0.98% | 0.19% | - |
| HSV(B) | 188.39º | 0.99% | 0.37% | - |
| XYZ | 4.98 | 6.7 | 11.62 | - |
| YUV | 58.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 94 | 0.99 | 0.14 | 0 | 0.63 | 188.39 | 0.98 | 0.19 |
| Hex | 1 | 51 | 5E | 63 | E | 0 | 3F | BC | 62 | 13 |
| Octal | 1 | 121 | 136 | 143 | 16 | 0 | 77 | 274 | 142 | 23 |
| Binary | 1 | 1010001 | 1011110 | 1100011 | 1110 | 0 | 111111 | 10111100 | 1100010 | 10011 |
Color Harmonies of #01515E
Complementary color
Monochromatic Colors of #01515E
Black with #01515E
Text Example
Text Example
White with #01515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01515E; }
p { color: rgb(1,81,94); }
H1.HeaderClassName
{
color: #01515E;
}
.AnyTagClassName
{
color: #01515E;
}
</style>
background-color css
<style>
a { background-color: #01515E; }
a { background-color: rgb(1,81,94); }
div.DivClassName
{
background-color: #01515E;
}
.BgClassName
{
background-color: #01515E;
}
</style>
border-color css
<style>
span { border-color: #01515E; }
span { border-color: rgb(1,81,94); }
td.TdClassName
{
border-color: #01515E;
}
.TagClassName
{
border-color: #01515E;
}
</style>