Shades of Sherpa Blue #02544A
Tints of Sherpa Blue #02544A
RGB
CMYK
RGB Variations
Color information
#02544A (or 0x02544A) is known color: Sherpa Blue. HEX triplet: 02, 54 and 4A. RGB value is (2,84,74). Sum of RGB (Red+Green+Blue) = 2+84+74=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #02544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02544A is #FDABB5. Grayscale: #3A3A3A. Windows color (decimal): -16624566 or 4871170. OLE color: 4871170.
HSL color Cylindrical-coordinate representation of color #02544A: hue angle of 172.68º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02544A is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 84 | 74 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.67 |
| HSL | 172.68º | 0.95% | 0.17% | - |
| HSV(B) | 172.68º | 0.98% | 0.33% | - |
| XYZ | 4.43 | 6.85 | 7.57 | - |
| YUV | 58.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 74 | 0.98 | 0 | 0.12 | 0.67 | 172.68 | 0.95 | 0.17 |
| Hex | 2 | 54 | 4A | 62 | 0 | C | 43 | AD | 5F | 11 |
| Octal | 2 | 124 | 112 | 142 | 0 | 14 | 103 | 255 | 137 | 21 |
| Binary | 10 | 1010100 | 1001010 | 1100010 | 0 | 1100 | 1000011 | 10101101 | 1011111 | 10001 |
Color Harmonies of #02544A
Complementary color
Monochromatic Colors of #02544A
Black with #02544A
Text Example
Text Example
White with #02544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02544A; }
p { color: rgb(2,84,74); }
H1.HeaderClassName
{
color: #02544A;
}
.AnyTagClassName
{
color: #02544A;
}
</style>
background-color css
<style>
a { background-color: #02544A; }
a { background-color: rgb(2,84,74); }
div.DivClassName
{
background-color: #02544A;
}
.BgClassName
{
background-color: #02544A;
}
</style>
border-color css
<style>
span { border-color: #02544A; }
span { border-color: rgb(2,84,74); }
td.TdClassName
{
border-color: #02544A;
}
.TagClassName
{
border-color: #02544A;
}
</style>