Shades of Sherpa Blue #005161
Tints of Sherpa Blue #005161
RGB
CMYK
RGB Variations
Color information
#005161 (or 0x005161) is known color: Sherpa Blue. HEX triplet: 00, 51 and 61. RGB value is (0,81,97). Sum of RGB (Red+Green+Blue) = 0+81+97=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #005161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005161 is #FFAE9E. Grayscale: #3A3A3A. Windows color (decimal): -16756383 or 6377728. OLE color: 6377728.
HSL color Cylindrical-coordinate representation of color #005161: hue angle of 189.9º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005161 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 81 | 97 | - |
| CMYK | 1 | 0.16 | 0 | 0.62 |
| HSL | 189.9º | 1% | 0.19% | - |
| HSV(B) | 189.9º | 1% | 0.38% | - |
| XYZ | 5.1 | 6.75 | 12.34 | - |
| YUV | 58.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 97 | 1 | 0.16 | 0 | 0.62 | 189.9 | 1 | 0.19 |
| Hex | 0 | 51 | 61 | 64 | 10 | 0 | 3E | BE | 64 | 13 |
| Octal | 0 | 121 | 141 | 144 | 20 | 0 | 76 | 276 | 144 | 23 |
| Binary | 0 | 1010001 | 1100001 | 1100100 | 10000 | 0 | 111110 | 10111110 | 1100100 | 10011 |
Color Harmonies of #005161
Complementary color
Monochromatic Colors of #005161
Black with #005161
Text Example
Text Example
White with #005161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005161; }
p { color: rgb(0,81,97); }
H1.HeaderClassName
{
color: #005161;
}
.AnyTagClassName
{
color: #005161;
}
</style>
background-color css
<style>
a { background-color: #005161; }
a { background-color: rgb(0,81,97); }
div.DivClassName
{
background-color: #005161;
}
.BgClassName
{
background-color: #005161;
}
</style>
border-color css
<style>
span { border-color: #005161; }
span { border-color: rgb(0,81,97); }
td.TdClassName
{
border-color: #005161;
}
.TagClassName
{
border-color: #005161;
}
</style>