Shades of Sherpa Blue #024650
Tints of Sherpa Blue #024650
RGB
CMYK
RGB Variations
Color information
#024650 (or 0x024650) is known color: Sherpa Blue. HEX triplet: 02, 46 and 50. RGB value is (2,70,80). Sum of RGB (Red+Green+Blue) = 2+70+80=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #024650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024650 is #FDB9AF. Grayscale: #323232. Windows color (decimal): -16628144 or 5260802. OLE color: 5260802.
HSL color Cylindrical-coordinate representation of color #024650: hue angle of 187.69º 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 #024650 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 70 | 80 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.69 |
| HSL | 187.69º | 0.95% | 0.16% | - |
| HSV(B) | 187.69º | 0.98% | 0.31% | - |
| XYZ | 3.66 | 4.97 | 8.36 | - |
| YUV | 50.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 80 | 0.98 | 0.12 | 0 | 0.69 | 187.69 | 0.95 | 0.16 |
| Hex | 2 | 46 | 50 | 62 | C | 0 | 45 | BC | 5F | 10 |
| Octal | 2 | 106 | 120 | 142 | 14 | 0 | 105 | 274 | 137 | 20 |
| Binary | 10 | 1000110 | 1010000 | 1100010 | 1100 | 0 | 1000101 | 10111100 | 1011111 | 10000 |
Color Harmonies of #024650
Complementary color
Monochromatic Colors of #024650
Black with #024650
Text Example
Text Example
White with #024650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024650; }
p { color: rgb(2,70,80); }
H1.HeaderClassName
{
color: #024650;
}
.AnyTagClassName
{
color: #024650;
}
</style>
background-color css
<style>
a { background-color: #024650; }
a { background-color: rgb(2,70,80); }
div.DivClassName
{
background-color: #024650;
}
.BgClassName
{
background-color: #024650;
}
</style>
border-color css
<style>
span { border-color: #024650; }
span { border-color: rgb(2,70,80); }
td.TdClassName
{
border-color: #024650;
}
.TagClassName
{
border-color: #024650;
}
</style>