Shades of Sherpa Blue #024A58
Tints of Sherpa Blue #024A58
RGB
CMYK
RGB Variations
Color information
#024A58 (or 0x024A58) is known color: Sherpa Blue. HEX triplet: 02, 4A and 58. RGB value is (2,74,88). Sum of RGB (Red+Green+Blue) = 2+74+88=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #024A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A58 is #FDB5A7. Grayscale: #353535. Windows color (decimal): -16627112 or 5786114. OLE color: 5786114.
HSL color Cylindrical-coordinate representation of color #024A58: hue angle of 189.77º 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 #024A58 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 74 | 88 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.65 |
| HSL | 189.77º | 0.96% | 0.18% | - |
| HSV(B) | 189.77º | 0.98% | 0.35% | - |
| XYZ | 4.24 | 5.62 | 10.09 | - |
| YUV | 54.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 88 | 0.98 | 0.16 | 0 | 0.65 | 189.77 | 0.96 | 0.18 |
| Hex | 2 | 4A | 58 | 62 | 10 | 0 | 41 | BE | 60 | 12 |
| Octal | 2 | 112 | 130 | 142 | 20 | 0 | 101 | 276 | 140 | 22 |
| Binary | 10 | 1001010 | 1011000 | 1100010 | 10000 | 0 | 1000001 | 10111110 | 1100000 | 10010 |
Color Harmonies of #024A58
Complementary color
Monochromatic Colors of #024A58
Black with #024A58
Text Example
Text Example
White with #024A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A58; }
p { color: rgb(2,74,88); }
H1.HeaderClassName
{
color: #024A58;
}
.AnyTagClassName
{
color: #024A58;
}
</style>
background-color css
<style>
a { background-color: #024A58; }
a { background-color: rgb(2,74,88); }
div.DivClassName
{
background-color: #024A58;
}
.BgClassName
{
background-color: #024A58;
}
</style>
border-color css
<style>
span { border-color: #024A58; }
span { border-color: rgb(2,74,88); }
td.TdClassName
{
border-color: #024A58;
}
.TagClassName
{
border-color: #024A58;
}
</style>