Shades of Sherpa Blue #015047
Tints of Sherpa Blue #015047
RGB
CMYK
RGB Variations
Color information
#015047 (or 0x015047) is known color: Sherpa Blue. HEX triplet: 01, 50 and 47. RGB value is (1,80,71). Sum of RGB (Red+Green+Blue) = 1+80+71=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #015047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015047 is #FEAFB8. Grayscale: #373737. Windows color (decimal): -16691129 or 4673537. OLE color: 4673537.
HSL color Cylindrical-coordinate representation of color #015047: hue angle of 173.16º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015047 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 71 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.69 |
| HSL | 173.16º | 0.98% | 0.16% | - |
| HSV(B) | 173.16º | 0.99% | 0.31% | - |
| XYZ | 4.02 | 6.2 | 6.95 | - |
| YUV | 55.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 71 | 0.99 | 0 | 0.11 | 0.69 | 173.16 | 0.98 | 0.16 |
| Hex | 1 | 50 | 47 | 63 | 0 | B | 45 | AD | 62 | 10 |
| Octal | 1 | 120 | 107 | 143 | 0 | 13 | 105 | 255 | 142 | 20 |
| Binary | 1 | 1010000 | 1000111 | 1100011 | 0 | 1011 | 1000101 | 10101101 | 1100010 | 10000 |
Color Harmonies of #015047
Complementary color
Monochromatic Colors of #015047
Black with #015047
Text Example
Text Example
White with #015047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015047; }
p { color: rgb(1,80,71); }
H1.HeaderClassName
{
color: #015047;
}
.AnyTagClassName
{
color: #015047;
}
</style>
background-color css
<style>
a { background-color: #015047; }
a { background-color: rgb(1,80,71); }
div.DivClassName
{
background-color: #015047;
}
.BgClassName
{
background-color: #015047;
}
</style>
border-color css
<style>
span { border-color: #015047; }
span { border-color: rgb(1,80,71); }
td.TdClassName
{
border-color: #015047;
}
.TagClassName
{
border-color: #015047;
}
</style>