Shades of Sherpa Blue #02525D
Tints of Sherpa Blue #02525D
RGB
CMYK
RGB Variations
Color information
#02525D (or 0x02525D) is known color: Sherpa Blue. HEX triplet: 02, 52 and 5D. RGB value is (2,82,93). Sum of RGB (Red+Green+Blue) = 2+82+93=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #02525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02525D is #FDADA2. Grayscale: #3B3B3B. Windows color (decimal): -16625059 or 6115842. OLE color: 6115842.
HSL color Cylindrical-coordinate representation of color #02525D: hue angle of 187.25º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02525D is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 82 | 93 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.64 |
| HSL | 187.25º | 0.96% | 0.19% | - |
| HSV(B) | 187.25º | 0.98% | 0.36% | - |
| XYZ | 5.02 | 6.84 | 11.41 | - |
| YUV | 59.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 93 | 0.98 | 0.12 | 0 | 0.64 | 187.25 | 0.96 | 0.19 |
| Hex | 2 | 52 | 5D | 62 | C | 0 | 40 | BB | 60 | 13 |
| Octal | 2 | 122 | 135 | 142 | 14 | 0 | 100 | 273 | 140 | 23 |
| Binary | 10 | 1010010 | 1011101 | 1100010 | 1100 | 0 | 1000000 | 10111011 | 1100000 | 10011 |
Color Harmonies of #02525D
Complementary color
Monochromatic Colors of #02525D
Black with #02525D
Text Example
Text Example
White with #02525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02525D; }
p { color: rgb(2,82,93); }
H1.HeaderClassName
{
color: #02525D;
}
.AnyTagClassName
{
color: #02525D;
}
</style>
background-color css
<style>
a { background-color: #02525D; }
a { background-color: rgb(2,82,93); }
div.DivClassName
{
background-color: #02525D;
}
.BgClassName
{
background-color: #02525D;
}
</style>
border-color css
<style>
span { border-color: #02525D; }
span { border-color: rgb(2,82,93); }
td.TdClassName
{
border-color: #02525D;
}
.TagClassName
{
border-color: #02525D;
}
</style>