Shades of Sherpa Blue #024C5D
Tints of Sherpa Blue #024C5D
RGB
CMYK
RGB Variations
Color information
#024C5D (or 0x024C5D) is known color: Sherpa Blue. HEX triplet: 02, 4C and 5D. RGB value is (2,76,93). Sum of RGB (Red+Green+Blue) = 2+76+93=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #024C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C5D is #FDB3A2. Grayscale: #373737. Windows color (decimal): -16626595 or 6114306. OLE color: 6114306.
HSL color Cylindrical-coordinate representation of color #024C5D: hue angle of 191.21º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C5D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 76 | 93 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.64 |
| HSL | 191.21º | 0.96% | 0.19% | - |
| HSV(B) | 191.21º | 0.98% | 0.36% | - |
| XYZ | 4.59 | 5.97 | 11.27 | - |
| YUV | 55.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 93 | 0.98 | 0.18 | 0 | 0.64 | 191.21 | 0.96 | 0.19 |
| Hex | 2 | 4C | 5D | 62 | 12 | 0 | 40 | BF | 60 | 13 |
| Octal | 2 | 114 | 135 | 142 | 22 | 0 | 100 | 277 | 140 | 23 |
| Binary | 10 | 1001100 | 1011101 | 1100010 | 10010 | 0 | 1000000 | 10111111 | 1100000 | 10011 |
Color Harmonies of #024C5D
Complementary color
Monochromatic Colors of #024C5D
Black with #024C5D
Text Example
Text Example
White with #024C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C5D; }
p { color: rgb(2,76,93); }
H1.HeaderClassName
{
color: #024C5D;
}
.AnyTagClassName
{
color: #024C5D;
}
</style>
background-color css
<style>
a { background-color: #024C5D; }
a { background-color: rgb(2,76,93); }
div.DivClassName
{
background-color: #024C5D;
}
.BgClassName
{
background-color: #024C5D;
}
</style>
border-color css
<style>
span { border-color: #024C5D; }
span { border-color: rgb(2,76,93); }
td.TdClassName
{
border-color: #024C5D;
}
.TagClassName
{
border-color: #024C5D;
}
</style>