Shades of Sherpa Blue #024043
Tints of Sherpa Blue #024043
RGB
CMYK
RGB Variations
Color information
#024043 (or 0x024043) is known color: Sherpa Blue. HEX triplet: 02, 40 and 43. RGB value is (2,64,67). Sum of RGB (Red+Green+Blue) = 2+64+67=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #024043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024043 is #FDBFBC. Grayscale: #2D2D2D. Windows color (decimal): -16629693 or 4407298. OLE color: 4407298.
HSL color Cylindrical-coordinate representation of color #024043: hue angle of 182.77º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024043 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 64 | 67 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.74 |
| HSL | 182.77º | 0.94% | 0.14% | - |
| HSV(B) | 182.77º | 0.97% | 0.26% | - |
| XYZ | 2.87 | 4.08 | 5.95 | - |
| YUV | 45.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 67 | 0.97 | 0.04 | 0 | 0.74 | 182.77 | 0.94 | 0.14 |
| Hex | 2 | 40 | 43 | 61 | 4 | 0 | 4A | B7 | 5E | E |
| Octal | 2 | 100 | 103 | 141 | 4 | 0 | 112 | 267 | 136 | 16 |
| Binary | 10 | 1000000 | 1000011 | 1100001 | 100 | 0 | 1001010 | 10110111 | 1011110 | 1110 |
Color Harmonies of #024043
Complementary color
Monochromatic Colors of #024043
Black with #024043
Text Example
Text Example
White with #024043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024043; }
p { color: rgb(2,64,67); }
H1.HeaderClassName
{
color: #024043;
}
.AnyTagClassName
{
color: #024043;
}
</style>
background-color css
<style>
a { background-color: #024043; }
a { background-color: rgb(2,64,67); }
div.DivClassName
{
background-color: #024043;
}
.BgClassName
{
background-color: #024043;
}
</style>
border-color css
<style>
span { border-color: #024043; }
span { border-color: rgb(2,64,67); }
td.TdClassName
{
border-color: #024043;
}
.TagClassName
{
border-color: #024043;
}
</style>