Shades of Sherpa Blue #024D5C
Tints of Sherpa Blue #024D5C
RGB
CMYK
RGB Variations
Color information
#024D5C (or 0x024D5C) is known color: Sherpa Blue. HEX triplet: 02, 4D and 5C. RGB value is (2,77,92). Sum of RGB (Red+Green+Blue) = 2+77+92=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #024D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D5C is #FDB2A3. Grayscale: #383838. Windows color (decimal): -16626340 or 6049026. OLE color: 6049026.
HSL color Cylindrical-coordinate representation of color #024D5C: hue angle of 190º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D5C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 77 | 92 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.64 |
| HSL | 190º | 0.96% | 0.18% | - |
| HSV(B) | 190º | 0.98% | 0.36% | - |
| XYZ | 4.61 | 6.09 | 11.06 | - |
| YUV | 56.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 92 | 0.98 | 0.16 | 0 | 0.64 | 190 | 0.96 | 0.18 |
| Hex | 2 | 4D | 5C | 62 | 10 | 0 | 40 | BE | 60 | 12 |
| Octal | 2 | 115 | 134 | 142 | 20 | 0 | 100 | 276 | 140 | 22 |
| Binary | 10 | 1001101 | 1011100 | 1100010 | 10000 | 0 | 1000000 | 10111110 | 1100000 | 10010 |
Color Harmonies of #024D5C
Complementary color
Monochromatic Colors of #024D5C
Black with #024D5C
Text Example
Text Example
White with #024D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D5C; }
p { color: rgb(2,77,92); }
H1.HeaderClassName
{
color: #024D5C;
}
.AnyTagClassName
{
color: #024D5C;
}
</style>
background-color css
<style>
a { background-color: #024D5C; }
a { background-color: rgb(2,77,92); }
div.DivClassName
{
background-color: #024D5C;
}
.BgClassName
{
background-color: #024D5C;
}
</style>
border-color css
<style>
span { border-color: #024D5C; }
span { border-color: rgb(2,77,92); }
td.TdClassName
{
border-color: #024D5C;
}
.TagClassName
{
border-color: #024D5C;
}
</style>