Shades of Sherpa Blue #024E60
Tints of Sherpa Blue #024E60
RGB
CMYK
RGB Variations
Color information
#024E60 (or 0x024E60) is known color: Sherpa Blue. HEX triplet: 02, 4E and 60. RGB value is (2,78,96). Sum of RGB (Red+Green+Blue) = 2+78+96=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #024E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E60 is #FDB19F. Grayscale: #393939. Windows color (decimal): -16626080 or 6311426. OLE color: 6311426.
HSL color Cylindrical-coordinate representation of color #024E60: hue angle of 191.49º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E60 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 78 | 96 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.62 |
| HSL | 191.49º | 0.96% | 0.19% | - |
| HSV(B) | 191.49º | 0.98% | 0.38% | - |
| XYZ | 4.86 | 6.31 | 12.03 | - |
| YUV | 57.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 96 | 0.98 | 0.19 | 0 | 0.62 | 191.49 | 0.96 | 0.19 |
| Hex | 2 | 4E | 60 | 62 | 13 | 0 | 3E | BF | 60 | 13 |
| Octal | 2 | 116 | 140 | 142 | 23 | 0 | 76 | 277 | 140 | 23 |
| Binary | 10 | 1001110 | 1100000 | 1100010 | 10011 | 0 | 111110 | 10111111 | 1100000 | 10011 |
Color Harmonies of #024E60
Complementary color
Monochromatic Colors of #024E60
Black with #024E60
Text Example
Text Example
White with #024E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E60; }
p { color: rgb(2,78,96); }
H1.HeaderClassName
{
color: #024E60;
}
.AnyTagClassName
{
color: #024E60;
}
</style>
background-color css
<style>
a { background-color: #024E60; }
a { background-color: rgb(2,78,96); }
div.DivClassName
{
background-color: #024E60;
}
.BgClassName
{
background-color: #024E60;
}
</style>
border-color css
<style>
span { border-color: #024E60; }
span { border-color: rgb(2,78,96); }
td.TdClassName
{
border-color: #024E60;
}
.TagClassName
{
border-color: #024E60;
}
</style>