Shades of Sherpa Blue #024E5A
Tints of Sherpa Blue #024E5A
RGB
CMYK
RGB Variations
Color information
#024E5A (or 0x024E5A) is known color: Sherpa Blue. HEX triplet: 02, 4E and 5A. RGB value is (2,78,90). Sum of RGB (Red+Green+Blue) = 2+78+90=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #024E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E5A is #FDB1A5. Grayscale: #383838. Windows color (decimal): -16626086 or 5918210. OLE color: 5918210.
HSL color Cylindrical-coordinate representation of color #024E5A: hue angle of 188.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E5A is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 78 | 90 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.65 |
| HSL | 188.18º | 0.96% | 0.18% | - |
| HSV(B) | 188.18º | 0.98% | 0.35% | - |
| XYZ | 4.59 | 6.2 | 10.63 | - |
| YUV | 56.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 90 | 0.98 | 0.13 | 0 | 0.65 | 188.18 | 0.96 | 0.18 |
| Hex | 2 | 4E | 5A | 62 | D | 0 | 41 | BC | 60 | 12 |
| Octal | 2 | 116 | 132 | 142 | 15 | 0 | 101 | 274 | 140 | 22 |
| Binary | 10 | 1001110 | 1011010 | 1100010 | 1101 | 0 | 1000001 | 10111100 | 1100000 | 10010 |
Color Harmonies of #024E5A
Complementary color
Monochromatic Colors of #024E5A
Black with #024E5A
Text Example
Text Example
White with #024E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E5A; }
p { color: rgb(2,78,90); }
H1.HeaderClassName
{
color: #024E5A;
}
.AnyTagClassName
{
color: #024E5A;
}
</style>
background-color css
<style>
a { background-color: #024E5A; }
a { background-color: rgb(2,78,90); }
div.DivClassName
{
background-color: #024E5A;
}
.BgClassName
{
background-color: #024E5A;
}
</style>
border-color css
<style>
span { border-color: #024E5A; }
span { border-color: rgb(2,78,90); }
td.TdClassName
{
border-color: #024E5A;
}
.TagClassName
{
border-color: #024E5A;
}
</style>