Shades of Sherpa Blue #024948
Tints of Sherpa Blue #024948
RGB
CMYK
RGB Variations
Color information
#024948 (or 0x024948) is known color: Sherpa Blue. HEX triplet: 02, 49 and 48. RGB value is (2,73,72). Sum of RGB (Red+Green+Blue) = 2+73+72=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #024948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024948 is #FDB6B7. Grayscale: #333333. Windows color (decimal): -16627384 or 4737282. OLE color: 4737282.
HSL color Cylindrical-coordinate representation of color #024948: hue angle of 179.15º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024948 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 73 | 72 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.71 |
| HSL | 179.15º | 0.95% | 0.15% | - |
| HSV(B) | 179.15º | 0.97% | 0.29% | - |
| XYZ | 3.58 | 5.25 | 6.95 | - |
| YUV | 51.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 72 | 0.97 | 0 | 0.01 | 0.71 | 179.15 | 0.95 | 0.15 |
| Hex | 2 | 49 | 48 | 61 | 0 | 1 | 47 | B3 | 5F | F |
| Octal | 2 | 111 | 110 | 141 | 0 | 1 | 107 | 263 | 137 | 17 |
| Binary | 10 | 1001001 | 1001000 | 1100001 | 0 | 1 | 1000111 | 10110011 | 1011111 | 1111 |
Color Harmonies of #024948
Complementary color
Monochromatic Colors of #024948
Black with #024948
Text Example
Text Example
White with #024948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024948; }
p { color: rgb(2,73,72); }
H1.HeaderClassName
{
color: #024948;
}
.AnyTagClassName
{
color: #024948;
}
</style>
background-color css
<style>
a { background-color: #024948; }
a { background-color: rgb(2,73,72); }
div.DivClassName
{
background-color: #024948;
}
.BgClassName
{
background-color: #024948;
}
</style>
border-color css
<style>
span { border-color: #024948; }
span { border-color: rgb(2,73,72); }
td.TdClassName
{
border-color: #024948;
}
.TagClassName
{
border-color: #024948;
}
</style>