Shades of Sherpa Blue #025057
Tints of Sherpa Blue #025057
RGB
CMYK
RGB Variations
Color information
#025057 (or 0x025057) is known color: Sherpa Blue. HEX triplet: 02, 50 and 57. RGB value is (2,80,87). Sum of RGB (Red+Green+Blue) = 2+80+87=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #025057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025057 is #FDAFA8. Grayscale: #393939. Windows color (decimal): -16625577 or 5722114. OLE color: 5722114.
HSL color Cylindrical-coordinate representation of color #025057: hue angle of 184.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025057 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 80 | 87 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.66 |
| HSL | 184.94º | 0.96% | 0.17% | - |
| HSV(B) | 184.94º | 0.98% | 0.34% | - |
| XYZ | 4.61 | 6.44 | 10.02 | - |
| YUV | 57.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 87 | 0.98 | 0.08 | 0 | 0.66 | 184.94 | 0.96 | 0.17 |
| Hex | 2 | 50 | 57 | 62 | 8 | 0 | 42 | B9 | 60 | 11 |
| Octal | 2 | 120 | 127 | 142 | 10 | 0 | 102 | 271 | 140 | 21 |
| Binary | 10 | 1010000 | 1010111 | 1100010 | 1000 | 0 | 1000010 | 10111001 | 1100000 | 10001 |
Color Harmonies of #025057
Complementary color
Monochromatic Colors of #025057
Black with #025057
Text Example
Text Example
White with #025057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025057; }
p { color: rgb(2,80,87); }
H1.HeaderClassName
{
color: #025057;
}
.AnyTagClassName
{
color: #025057;
}
</style>
background-color css
<style>
a { background-color: #025057; }
a { background-color: rgb(2,80,87); }
div.DivClassName
{
background-color: #025057;
}
.BgClassName
{
background-color: #025057;
}
</style>
border-color css
<style>
span { border-color: #025057; }
span { border-color: rgb(2,80,87); }
td.TdClassName
{
border-color: #025057;
}
.TagClassName
{
border-color: #025057;
}
</style>