Shades of Sherpa Blue #024D5D
Tints of Sherpa Blue #024D5D
RGB
CMYK
RGB Variations
Color information
#024D5D (or 0x024D5D) is known color: Sherpa Blue. HEX triplet: 02, 4D and 5D. RGB value is (2,77,93). Sum of RGB (Red+Green+Blue) = 2+77+93=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #024D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D5D is #FDB2A2. Grayscale: #383838. Windows color (decimal): -16626339 or 6114562. OLE color: 6114562.
HSL color Cylindrical-coordinate representation of color #024D5D: hue angle of 190.55º 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 #024D5D is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 77 | 93 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.64 |
| HSL | 190.55º | 0.96% | 0.19% | - |
| HSV(B) | 190.55º | 0.98% | 0.36% | - |
| XYZ | 4.65 | 6.11 | 11.29 | - |
| YUV | 56.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 93 | 0.98 | 0.17 | 0 | 0.64 | 190.55 | 0.96 | 0.19 |
| Hex | 2 | 4D | 5D | 62 | 11 | 0 | 40 | BF | 60 | 13 |
| Octal | 2 | 115 | 135 | 142 | 21 | 0 | 100 | 277 | 140 | 23 |
| Binary | 10 | 1001101 | 1011101 | 1100010 | 10001 | 0 | 1000000 | 10111111 | 1100000 | 10011 |
Color Harmonies of #024D5D
Complementary color
Monochromatic Colors of #024D5D
Black with #024D5D
Text Example
Text Example
White with #024D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D5D; }
p { color: rgb(2,77,93); }
H1.HeaderClassName
{
color: #024D5D;
}
.AnyTagClassName
{
color: #024D5D;
}
</style>
background-color css
<style>
a { background-color: #024D5D; }
a { background-color: rgb(2,77,93); }
div.DivClassName
{
background-color: #024D5D;
}
.BgClassName
{
background-color: #024D5D;
}
</style>
border-color css
<style>
span { border-color: #024D5D; }
span { border-color: rgb(2,77,93); }
td.TdClassName
{
border-color: #024D5D;
}
.TagClassName
{
border-color: #024D5D;
}
</style>