Shades of Sherpa Blue #005147
Tints of Sherpa Blue #005147
RGB
CMYK
RGB Variations
Color information
#005147 (or 0x005147) is known color: Sherpa Blue. HEX triplet: 00, 51 and 47. RGB value is (0,81,71). Sum of RGB (Red+Green+Blue) = 0+81+71=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #005147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005147 is #FFAEB8. Grayscale: #373737. Windows color (decimal): -16756409 or 4673792. OLE color: 4673792.
HSL color Cylindrical-coordinate representation of color #005147: hue angle of 172.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005147 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 71 | - |
| CMYK | 1 | 0 | 0.12 | 0.68 |
| HSL | 172.59º | 1% | 0.16% | - |
| HSV(B) | 172.59º | 1% | 0.32% | - |
| XYZ | 4.08 | 6.34 | 6.97 | - |
| YUV | 55.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 71 | 1 | 0 | 0.12 | 0.68 | 172.59 | 1 | 0.16 |
| Hex | 0 | 51 | 47 | 64 | 0 | C | 44 | AD | 64 | 10 |
| Octal | 0 | 121 | 107 | 144 | 0 | 14 | 104 | 255 | 144 | 20 |
| Binary | 0 | 1010001 | 1000111 | 1100100 | 0 | 1100 | 1000100 | 10101101 | 1100100 | 10000 |
Color Harmonies of #005147
Complementary color
Monochromatic Colors of #005147
Black with #005147
Text Example
Text Example
White with #005147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005147; }
p { color: rgb(0,81,71); }
H1.HeaderClassName
{
color: #005147;
}
.AnyTagClassName
{
color: #005147;
}
</style>
background-color css
<style>
a { background-color: #005147; }
a { background-color: rgb(0,81,71); }
div.DivClassName
{
background-color: #005147;
}
.BgClassName
{
background-color: #005147;
}
</style>
border-color css
<style>
span { border-color: #005147; }
span { border-color: rgb(0,81,71); }
td.TdClassName
{
border-color: #005147;
}
.TagClassName
{
border-color: #005147;
}
</style>