Shades of Sherpa Blue #024962
Tints of Sherpa Blue #024962
RGB
CMYK
RGB Variations
Color information
#024962 (or 0x024962) is known color: Sherpa Blue. HEX triplet: 02, 49 and 62. RGB value is (2,73,98). Sum of RGB (Red+Green+Blue) = 2+73+98=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #024962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024962 is #FDB69D. Grayscale: #363636. Windows color (decimal): -16627358 or 6441218. OLE color: 6441218.
HSL color Cylindrical-coordinate representation of color #024962: hue angle of 195.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024962 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 73 | 98 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.62 |
| HSL | 195.63º | 0.96% | 0.2% | - |
| HSV(B) | 195.63º | 0.98% | 0.38% | - |
| XYZ | 4.61 | 5.66 | 12.4 | - |
| YUV | 54.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 98 | 0.98 | 0.26 | 0 | 0.62 | 195.63 | 0.96 | 0.2 |
| Hex | 2 | 49 | 62 | 62 | 1A | 0 | 3E | C4 | 60 | 14 |
| Octal | 2 | 111 | 142 | 142 | 32 | 0 | 76 | 304 | 140 | 24 |
| Binary | 10 | 1001001 | 1100010 | 1100010 | 11010 | 0 | 111110 | 11000100 | 1100000 | 10100 |
Color Harmonies of #024962
Complementary color
Monochromatic Colors of #024962
Black with #024962
Text Example
Text Example
White with #024962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024962; }
p { color: rgb(2,73,98); }
H1.HeaderClassName
{
color: #024962;
}
.AnyTagClassName
{
color: #024962;
}
</style>
background-color css
<style>
a { background-color: #024962; }
a { background-color: rgb(2,73,98); }
div.DivClassName
{
background-color: #024962;
}
.BgClassName
{
background-color: #024962;
}
</style>
border-color css
<style>
span { border-color: #024962; }
span { border-color: rgb(2,73,98); }
td.TdClassName
{
border-color: #024962;
}
.TagClassName
{
border-color: #024962;
}
</style>