Shades of Sherpa Blue #024B4D
Tints of Sherpa Blue #024B4D
RGB
CMYK
RGB Variations
Color information
#024B4D (or 0x024B4D) is known color: Sherpa Blue. HEX triplet: 02, 4B and 4D. RGB value is (2,75,77). Sum of RGB (Red+Green+Blue) = 2+75+77=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #024B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B4D is #FDB4B2. Grayscale: #353535. Windows color (decimal): -16626867 or 5065474. OLE color: 5065474.
HSL color Cylindrical-coordinate representation of color #024B4D: hue angle of 181.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B4D is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 75 | 77 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.70 |
| HSL | 181.6º | 0.95% | 0.15% | - |
| HSV(B) | 181.6º | 0.97% | 0.3% | - |
| XYZ | 3.88 | 5.58 | 7.89 | - |
| YUV | 53.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 77 | 0.97 | 0.03 | 0 | 0.70 | 181.6 | 0.95 | 0.15 |
| Hex | 2 | 4B | 4D | 61 | 3 | 0 | 46 | B6 | 5F | F |
| Octal | 2 | 113 | 115 | 141 | 3 | 0 | 106 | 266 | 137 | 17 |
| Binary | 10 | 1001011 | 1001101 | 1100001 | 11 | 0 | 1000110 | 10110110 | 1011111 | 1111 |
Color Harmonies of #024B4D
Complementary color
Monochromatic Colors of #024B4D
Black with #024B4D
Text Example
Text Example
White with #024B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B4D; }
p { color: rgb(2,75,77); }
H1.HeaderClassName
{
color: #024B4D;
}
.AnyTagClassName
{
color: #024B4D;
}
</style>
background-color css
<style>
a { background-color: #024B4D; }
a { background-color: rgb(2,75,77); }
div.DivClassName
{
background-color: #024B4D;
}
.BgClassName
{
background-color: #024B4D;
}
</style>
border-color css
<style>
span { border-color: #024B4D; }
span { border-color: rgb(2,75,77); }
td.TdClassName
{
border-color: #024B4D;
}
.TagClassName
{
border-color: #024B4D;
}
</style>