Shades of Sherpa Blue #024050
Tints of Sherpa Blue #024050
RGB
CMYK
RGB Variations
Color information
#024050 (or 0x024050) is known color: Sherpa Blue. HEX triplet: 02, 40 and 50. RGB value is (2,64,80). Sum of RGB (Red+Green+Blue) = 2+64+80=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #024050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024050 is #FDBFAF. Grayscale: #2F2F2F. Windows color (decimal): -16629680 or 5259266. OLE color: 5259266.
HSL color Cylindrical-coordinate representation of color #024050: hue angle of 192.31º 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 #024050 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 64 | 80 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.69 |
| HSL | 192.31º | 0.95% | 0.16% | - |
| HSV(B) | 192.31º | 0.98% | 0.31% | - |
| XYZ | 3.31 | 4.26 | 8.24 | - |
| YUV | 47.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 80 | 0.98 | 0.20 | 0 | 0.69 | 192.31 | 0.95 | 0.16 |
| Hex | 2 | 40 | 50 | 62 | 14 | 0 | 45 | C0 | 5F | 10 |
| Octal | 2 | 100 | 120 | 142 | 24 | 0 | 105 | 300 | 137 | 20 |
| Binary | 10 | 1000000 | 1010000 | 1100010 | 10100 | 0 | 1000101 | 11000000 | 1011111 | 10000 |
Color Harmonies of #024050
Complementary color
Monochromatic Colors of #024050
Black with #024050
Text Example
Text Example
White with #024050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024050; }
p { color: rgb(2,64,80); }
H1.HeaderClassName
{
color: #024050;
}
.AnyTagClassName
{
color: #024050;
}
</style>
background-color css
<style>
a { background-color: #024050; }
a { background-color: rgb(2,64,80); }
div.DivClassName
{
background-color: #024050;
}
.BgClassName
{
background-color: #024050;
}
</style>
border-color css
<style>
span { border-color: #024050; }
span { border-color: rgb(2,64,80); }
td.TdClassName
{
border-color: #024050;
}
.TagClassName
{
border-color: #024050;
}
</style>