Shades of Sherpa Blue #024C54
Tints of Sherpa Blue #024C54
RGB
CMYK
RGB Variations
Color information
#024C54 (or 0x024C54) is known color: Sherpa Blue. HEX triplet: 02, 4C and 54. RGB value is (2,76,84). Sum of RGB (Red+Green+Blue) = 2+76+84=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #024C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C54 is #FDB3AB. Grayscale: #363636. Windows color (decimal): -16626604 or 5524482. OLE color: 5524482.
HSL color Cylindrical-coordinate representation of color #024C54: hue angle of 185.85º 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 #024C54 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 76 | 84 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.67 |
| HSL | 185.85º | 0.95% | 0.17% | - |
| HSV(B) | 185.85º | 0.98% | 0.33% | - |
| XYZ | 4.21 | 5.82 | 9.29 | - |
| YUV | 54.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 84 | 0.98 | 0.10 | 0 | 0.67 | 185.85 | 0.95 | 0.17 |
| Hex | 2 | 4C | 54 | 62 | A | 0 | 43 | BA | 5F | 11 |
| Octal | 2 | 114 | 124 | 142 | 12 | 0 | 103 | 272 | 137 | 21 |
| Binary | 10 | 1001100 | 1010100 | 1100010 | 1010 | 0 | 1000011 | 10111010 | 1011111 | 10001 |
Color Harmonies of #024C54
Complementary color
Monochromatic Colors of #024C54
Black with #024C54
Text Example
Text Example
White with #024C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C54; }
p { color: rgb(2,76,84); }
H1.HeaderClassName
{
color: #024C54;
}
.AnyTagClassName
{
color: #024C54;
}
</style>
background-color css
<style>
a { background-color: #024C54; }
a { background-color: rgb(2,76,84); }
div.DivClassName
{
background-color: #024C54;
}
.BgClassName
{
background-color: #024C54;
}
</style>
border-color css
<style>
span { border-color: #024C54; }
span { border-color: rgb(2,76,84); }
td.TdClassName
{
border-color: #024C54;
}
.TagClassName
{
border-color: #024C54;
}
</style>