Shades of Sherpa Blue #024E58
Tints of Sherpa Blue #024E58
RGB
CMYK
RGB Variations
Color information
#024E58 (or 0x024E58) is known color: Sherpa Blue. HEX triplet: 02, 4E and 58. RGB value is (2,78,88). Sum of RGB (Red+Green+Blue) = 2+78+88=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #024E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E58 is #FDB1A7. Grayscale: #383838. Windows color (decimal): -16626088 or 5787138. OLE color: 5787138.
HSL color Cylindrical-coordinate representation of color #024E58: hue angle of 186.98º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E58 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 78 | 88 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.65 |
| HSL | 186.98º | 0.96% | 0.18% | - |
| HSV(B) | 186.98º | 0.98% | 0.35% | - |
| XYZ | 4.51 | 6.17 | 10.18 | - |
| YUV | 56.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 88 | 0.98 | 0.11 | 0 | 0.65 | 186.98 | 0.96 | 0.18 |
| Hex | 2 | 4E | 58 | 62 | B | 0 | 41 | BB | 60 | 12 |
| Octal | 2 | 116 | 130 | 142 | 13 | 0 | 101 | 273 | 140 | 22 |
| Binary | 10 | 1001110 | 1011000 | 1100010 | 1011 | 0 | 1000001 | 10111011 | 1100000 | 10010 |
Color Harmonies of #024E58
Complementary color
Monochromatic Colors of #024E58
Black with #024E58
Text Example
Text Example
White with #024E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E58; }
p { color: rgb(2,78,88); }
H1.HeaderClassName
{
color: #024E58;
}
.AnyTagClassName
{
color: #024E58;
}
</style>
background-color css
<style>
a { background-color: #024E58; }
a { background-color: rgb(2,78,88); }
div.DivClassName
{
background-color: #024E58;
}
.BgClassName
{
background-color: #024E58;
}
</style>
border-color css
<style>
span { border-color: #024E58; }
span { border-color: rgb(2,78,88); }
td.TdClassName
{
border-color: #024E58;
}
.TagClassName
{
border-color: #024E58;
}
</style>