Shades of Sherpa Blue #02524E
Tints of Sherpa Blue #02524E
RGB
CMYK
RGB Variations
Color information
#02524E (or 0x02524E) is known color: Sherpa Blue. HEX triplet: 02, 52 and 4E. RGB value is (2,82,78). Sum of RGB (Red+Green+Blue) = 2+82+78=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #02524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02524E is #FDADB1. Grayscale: #393939. Windows color (decimal): -16625074 or 5132802. OLE color: 5132802.
HSL color Cylindrical-coordinate representation of color #02524E: hue angle of 177º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02524E is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 82 | 78 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.68 |
| HSL | 177º | 0.95% | 0.16% | - |
| HSV(B) | 177º | 0.98% | 0.32% | - |
| XYZ | 4.42 | 6.6 | 8.25 | - |
| YUV | 57.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 78 | 0.98 | 0 | 0.05 | 0.68 | 177 | 0.95 | 0.16 |
| Hex | 2 | 52 | 4E | 62 | 0 | 5 | 44 | B1 | 5F | 10 |
| Octal | 2 | 122 | 116 | 142 | 0 | 5 | 104 | 261 | 137 | 20 |
| Binary | 10 | 1010010 | 1001110 | 1100010 | 0 | 101 | 1000100 | 10110001 | 1011111 | 10000 |
Color Harmonies of #02524E
Complementary color
Monochromatic Colors of #02524E
Black with #02524E
Text Example
Text Example
White with #02524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02524E; }
p { color: rgb(2,82,78); }
H1.HeaderClassName
{
color: #02524E;
}
.AnyTagClassName
{
color: #02524E;
}
</style>
background-color css
<style>
a { background-color: #02524E; }
a { background-color: rgb(2,82,78); }
div.DivClassName
{
background-color: #02524E;
}
.BgClassName
{
background-color: #02524E;
}
</style>
border-color css
<style>
span { border-color: #02524E; }
span { border-color: rgb(2,82,78); }
td.TdClassName
{
border-color: #02524E;
}
.TagClassName
{
border-color: #02524E;
}
</style>