Shades of Sherpa Blue #024955
Tints of Sherpa Blue #024955
RGB
CMYK
RGB Variations
Color information
#024955 (or 0x024955) is known color: Sherpa Blue. HEX triplet: 02, 49 and 55. RGB value is (2,73,85). Sum of RGB (Red+Green+Blue) = 2+73+85=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #024955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024955 is #FDB6AA. Grayscale: #353535. Windows color (decimal): -16627371 or 5589250. OLE color: 5589250.
HSL color Cylindrical-coordinate representation of color #024955: hue angle of 188.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024955 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 73 | 85 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.67 |
| HSL | 188.67º | 0.95% | 0.17% | - |
| HSV(B) | 188.67º | 0.98% | 0.33% | - |
| XYZ | 4.05 | 5.43 | 9.43 | - |
| YUV | 53.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 85 | 0.98 | 0.14 | 0 | 0.67 | 188.67 | 0.95 | 0.17 |
| Hex | 2 | 49 | 55 | 62 | E | 0 | 43 | BD | 5F | 11 |
| Octal | 2 | 111 | 125 | 142 | 16 | 0 | 103 | 275 | 137 | 21 |
| Binary | 10 | 1001001 | 1010101 | 1100010 | 1110 | 0 | 1000011 | 10111101 | 1011111 | 10001 |
Color Harmonies of #024955
Complementary color
Monochromatic Colors of #024955
Black with #024955
Text Example
Text Example
White with #024955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024955; }
p { color: rgb(2,73,85); }
H1.HeaderClassName
{
color: #024955;
}
.AnyTagClassName
{
color: #024955;
}
</style>
background-color css
<style>
a { background-color: #024955; }
a { background-color: rgb(2,73,85); }
div.DivClassName
{
background-color: #024955;
}
.BgClassName
{
background-color: #024955;
}
</style>
border-color css
<style>
span { border-color: #024955; }
span { border-color: rgb(2,73,85); }
td.TdClassName
{
border-color: #024955;
}
.TagClassName
{
border-color: #024955;
}
</style>