Shades of Sherpa Blue #02424D
Tints of Sherpa Blue #02424D
RGB
CMYK
RGB Variations
Color information
#02424D (or 0x02424D) is known color: Sherpa Blue. HEX triplet: 02, 42 and 4D. RGB value is (2,66,77). Sum of RGB (Red+Green+Blue) = 2+66+77=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #02424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02424D is #FDBDB2. Grayscale: #303030. Windows color (decimal): -16629171 or 5063170. OLE color: 5063170.
HSL color Cylindrical-coordinate representation of color #02424D: hue angle of 188.8º 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 #02424D is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 66 | 77 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.70 |
| HSL | 188.8º | 0.95% | 0.15% | - |
| HSV(B) | 188.8º | 0.97% | 0.3% | - |
| XYZ | 3.31 | 4.45 | 7.7 | - |
| YUV | 48.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 77 | 0.97 | 0.14 | 0 | 0.70 | 188.8 | 0.95 | 0.15 |
| Hex | 2 | 42 | 4D | 61 | E | 0 | 46 | BD | 5F | F |
| Octal | 2 | 102 | 115 | 141 | 16 | 0 | 106 | 275 | 137 | 17 |
| Binary | 10 | 1000010 | 1001101 | 1100001 | 1110 | 0 | 1000110 | 10111101 | 1011111 | 1111 |
Color Harmonies of #02424D
Complementary color
Monochromatic Colors of #02424D
Black with #02424D
Text Example
Text Example
White with #02424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02424D; }
p { color: rgb(2,66,77); }
H1.HeaderClassName
{
color: #02424D;
}
.AnyTagClassName
{
color: #02424D;
}
</style>
background-color css
<style>
a { background-color: #02424D; }
a { background-color: rgb(2,66,77); }
div.DivClassName
{
background-color: #02424D;
}
.BgClassName
{
background-color: #02424D;
}
</style>
border-color css
<style>
span { border-color: #02424D; }
span { border-color: rgb(2,66,77); }
td.TdClassName
{
border-color: #02424D;
}
.TagClassName
{
border-color: #02424D;
}
</style>