Shades of Sherpa Blue #024150
Tints of Sherpa Blue #024150
RGB
CMYK
RGB Variations
Color information
#024150 (or 0x024150) is known color: Sherpa Blue. HEX triplet: 02, 41 and 50. RGB value is (2,65,80). Sum of RGB (Red+Green+Blue) = 2+65+80=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #024150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024150 is #FDBEAF. Grayscale: #2F2F2F. Windows color (decimal): -16629424 or 5259522. OLE color: 5259522.
HSL color Cylindrical-coordinate representation of color #024150: hue angle of 191.54º 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 #024150 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 65 | 80 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.69 |
| HSL | 191.54º | 0.95% | 0.16% | - |
| HSV(B) | 191.54º | 0.98% | 0.31% | - |
| XYZ | 3.36 | 4.37 | 8.26 | - |
| YUV | 47.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 80 | 0.98 | 0.19 | 0 | 0.69 | 191.54 | 0.95 | 0.16 |
| Hex | 2 | 41 | 50 | 62 | 13 | 0 | 45 | C0 | 5F | 10 |
| Octal | 2 | 101 | 120 | 142 | 23 | 0 | 105 | 300 | 137 | 20 |
| Binary | 10 | 1000001 | 1010000 | 1100010 | 10011 | 0 | 1000101 | 11000000 | 1011111 | 10000 |
Color Harmonies of #024150
Complementary color
Monochromatic Colors of #024150
Black with #024150
Text Example
Text Example
White with #024150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024150; }
p { color: rgb(2,65,80); }
H1.HeaderClassName
{
color: #024150;
}
.AnyTagClassName
{
color: #024150;
}
</style>
background-color css
<style>
a { background-color: #024150; }
a { background-color: rgb(2,65,80); }
div.DivClassName
{
background-color: #024150;
}
.BgClassName
{
background-color: #024150;
}
</style>
border-color css
<style>
span { border-color: #024150; }
span { border-color: rgb(2,65,80); }
td.TdClassName
{
border-color: #024150;
}
.TagClassName
{
border-color: #024150;
}
</style>