Shades of Sherpa Blue #024051
Tints of Sherpa Blue #024051
RGB
CMYK
RGB Variations
Color information
#024051 (or 0x024051) is known color: Sherpa Blue. HEX triplet: 02, 40 and 51. RGB value is (2,64,81). Sum of RGB (Red+Green+Blue) = 2+64+81=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #024051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024051 is #FDBFAE. Grayscale: #2F2F2F. Windows color (decimal): -16629679 or 5324802. OLE color: 5324802.
HSL color Cylindrical-coordinate representation of color #024051: hue angle of 192.91º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024051 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 64 | 81 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.68 |
| HSL | 192.91º | 0.95% | 0.16% | - |
| HSV(B) | 192.91º | 0.98% | 0.32% | - |
| XYZ | 3.34 | 4.27 | 8.43 | - |
| YUV | 47.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 81 | 0.98 | 0.21 | 0 | 0.68 | 192.91 | 0.95 | 0.16 |
| Hex | 2 | 40 | 51 | 62 | 15 | 0 | 44 | C1 | 5F | 10 |
| Octal | 2 | 100 | 121 | 142 | 25 | 0 | 104 | 301 | 137 | 20 |
| Binary | 10 | 1000000 | 1010001 | 1100010 | 10101 | 0 | 1000100 | 11000001 | 1011111 | 10000 |
Color Harmonies of #024051
Complementary color
Monochromatic Colors of #024051
Black with #024051
Text Example
Text Example
White with #024051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024051; }
p { color: rgb(2,64,81); }
H1.HeaderClassName
{
color: #024051;
}
.AnyTagClassName
{
color: #024051;
}
</style>
background-color css
<style>
a { background-color: #024051; }
a { background-color: rgb(2,64,81); }
div.DivClassName
{
background-color: #024051;
}
.BgClassName
{
background-color: #024051;
}
</style>
border-color css
<style>
span { border-color: #024051; }
span { border-color: rgb(2,64,81); }
td.TdClassName
{
border-color: #024051;
}
.TagClassName
{
border-color: #024051;
}
</style>