Shades of Sherpa Blue #005154
Tints of Sherpa Blue #005154
RGB
CMYK
RGB Variations
Color information
#005154 (or 0x005154) is known color: Sherpa Blue. HEX triplet: 00, 51 and 54. RGB value is (0,81,84). Sum of RGB (Red+Green+Blue) = 0+81+84=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #005154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005154 is #FFAEAB. Grayscale: #393939. Windows color (decimal): -16756396 or 5525760. OLE color: 5525760.
HSL color Cylindrical-coordinate representation of color #005154: hue angle of 182.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005154 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 81 | 84 | - |
| CMYK | 1 | 0.04 | 0 | 0.67 |
| HSL | 182.14º | 1% | 0.16% | - |
| HSV(B) | 182.14º | 1% | 0.33% | - |
| XYZ | 4.54 | 6.52 | 9.41 | - |
| YUV | 57.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 84 | 1 | 0.04 | 0 | 0.67 | 182.14 | 1 | 0.16 |
| Hex | 0 | 51 | 54 | 64 | 4 | 0 | 43 | B6 | 64 | 10 |
| Octal | 0 | 121 | 124 | 144 | 4 | 0 | 103 | 266 | 144 | 20 |
| Binary | 0 | 1010001 | 1010100 | 1100100 | 100 | 0 | 1000011 | 10110110 | 1100100 | 10000 |
Color Harmonies of #005154
Complementary color
Monochromatic Colors of #005154
Black with #005154
Text Example
Text Example
White with #005154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005154; }
p { color: rgb(0,81,84); }
H1.HeaderClassName
{
color: #005154;
}
.AnyTagClassName
{
color: #005154;
}
</style>
background-color css
<style>
a { background-color: #005154; }
a { background-color: rgb(0,81,84); }
div.DivClassName
{
background-color: #005154;
}
.BgClassName
{
background-color: #005154;
}
</style>
border-color css
<style>
span { border-color: #005154; }
span { border-color: rgb(0,81,84); }
td.TdClassName
{
border-color: #005154;
}
.TagClassName
{
border-color: #005154;
}
</style>