Shades of Sherpa Blue #024E5C
Tints of Sherpa Blue #024E5C
RGB
CMYK
RGB Variations
Color information
#024E5C (or 0x024E5C) is known color: Sherpa Blue. HEX triplet: 02, 4E and 5C. RGB value is (2,78,92). Sum of RGB (Red+Green+Blue) = 2+78+92=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #024E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E5C is #FDB1A3. Grayscale: #383838. Windows color (decimal): -16626084 or 6049282. OLE color: 6049282.
HSL color Cylindrical-coordinate representation of color #024E5C: hue angle of 189.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E5C is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 78 | 92 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.64 |
| HSL | 189.33º | 0.96% | 0.18% | - |
| HSV(B) | 189.33º | 0.98% | 0.36% | - |
| XYZ | 4.68 | 6.23 | 11.08 | - |
| YUV | 56.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 92 | 0.98 | 0.15 | 0 | 0.64 | 189.33 | 0.96 | 0.18 |
| Hex | 2 | 4E | 5C | 62 | F | 0 | 40 | BD | 60 | 12 |
| Octal | 2 | 116 | 134 | 142 | 17 | 0 | 100 | 275 | 140 | 22 |
| Binary | 10 | 1001110 | 1011100 | 1100010 | 1111 | 0 | 1000000 | 10111101 | 1100000 | 10010 |
Color Harmonies of #024E5C
Complementary color
Monochromatic Colors of #024E5C
Black with #024E5C
Text Example
Text Example
White with #024E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E5C; }
p { color: rgb(2,78,92); }
H1.HeaderClassName
{
color: #024E5C;
}
.AnyTagClassName
{
color: #024E5C;
}
</style>
background-color css
<style>
a { background-color: #024E5C; }
a { background-color: rgb(2,78,92); }
div.DivClassName
{
background-color: #024E5C;
}
.BgClassName
{
background-color: #024E5C;
}
</style>
border-color css
<style>
span { border-color: #024E5C; }
span { border-color: rgb(2,78,92); }
td.TdClassName
{
border-color: #024E5C;
}
.TagClassName
{
border-color: #024E5C;
}
</style>