Shades of Sherpa Blue #024D53
Tints of Sherpa Blue #024D53
RGB
CMYK
RGB Variations
Color information
#024D53 (or 0x024D53) is known color: Sherpa Blue. HEX triplet: 02, 4D and 53. RGB value is (2,77,83). Sum of RGB (Red+Green+Blue) = 2+77+83=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #024D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D53 is #FDB2AC. Grayscale: #373737. Windows color (decimal): -16626349 or 5459202. OLE color: 5459202.
HSL color Cylindrical-coordinate representation of color #024D53: hue angle of 184.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D53 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 77 | 83 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.67 |
| HSL | 184.44º | 0.95% | 0.17% | - |
| HSV(B) | 184.44º | 0.98% | 0.33% | - |
| XYZ | 4.24 | 5.95 | 9.11 | - |
| YUV | 55.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 83 | 0.98 | 0.07 | 0 | 0.67 | 184.44 | 0.95 | 0.17 |
| Hex | 2 | 4D | 53 | 62 | 7 | 0 | 43 | B8 | 5F | 11 |
| Octal | 2 | 115 | 123 | 142 | 7 | 0 | 103 | 270 | 137 | 21 |
| Binary | 10 | 1001101 | 1010011 | 1100010 | 111 | 0 | 1000011 | 10111000 | 1011111 | 10001 |
Color Harmonies of #024D53
Complementary color
Monochromatic Colors of #024D53
Black with #024D53
Text Example
Text Example
White with #024D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D53; }
p { color: rgb(2,77,83); }
H1.HeaderClassName
{
color: #024D53;
}
.AnyTagClassName
{
color: #024D53;
}
</style>
background-color css
<style>
a { background-color: #024D53; }
a { background-color: rgb(2,77,83); }
div.DivClassName
{
background-color: #024D53;
}
.BgClassName
{
background-color: #024D53;
}
</style>
border-color css
<style>
span { border-color: #024D53; }
span { border-color: rgb(2,77,83); }
td.TdClassName
{
border-color: #024D53;
}
.TagClassName
{
border-color: #024D53;
}
</style>