Shades of Sherpa Blue #024A50
Tints of Sherpa Blue #024A50
RGB
CMYK
RGB Variations
Color information
#024A50 (or 0x024A50) is known color: Sherpa Blue. HEX triplet: 02, 4A and 50. RGB value is (2,74,80). Sum of RGB (Red+Green+Blue) = 2+74+80=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #024A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A50 is #FDB5AF. Grayscale: #353535. Windows color (decimal): -16627120 or 5261826. OLE color: 5261826.
HSL color Cylindrical-coordinate representation of color #024A50: hue angle of 184.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A50 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 74 | 80 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.69 |
| HSL | 184.62º | 0.95% | 0.16% | - |
| HSV(B) | 184.62º | 0.98% | 0.31% | - |
| XYZ | 3.92 | 5.49 | 8.44 | - |
| YUV | 53.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 80 | 0.98 | 0.08 | 0 | 0.69 | 184.62 | 0.95 | 0.16 |
| Hex | 2 | 4A | 50 | 62 | 8 | 0 | 45 | B9 | 5F | 10 |
| Octal | 2 | 112 | 120 | 142 | 10 | 0 | 105 | 271 | 137 | 20 |
| Binary | 10 | 1001010 | 1010000 | 1100010 | 1000 | 0 | 1000101 | 10111001 | 1011111 | 10000 |
Color Harmonies of #024A50
Complementary color
Monochromatic Colors of #024A50
Black with #024A50
Text Example
Text Example
White with #024A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A50; }
p { color: rgb(2,74,80); }
H1.HeaderClassName
{
color: #024A50;
}
.AnyTagClassName
{
color: #024A50;
}
</style>
background-color css
<style>
a { background-color: #024A50; }
a { background-color: rgb(2,74,80); }
div.DivClassName
{
background-color: #024A50;
}
.BgClassName
{
background-color: #024A50;
}
</style>
border-color css
<style>
span { border-color: #024A50; }
span { border-color: rgb(2,74,80); }
td.TdClassName
{
border-color: #024A50;
}
.TagClassName
{
border-color: #024A50;
}
</style>