Shades of Sherpa Blue #02484E
Tints of Sherpa Blue #02484E
RGB
CMYK
RGB Variations
Color information
#02484E (or 0x02484E) is known color: Sherpa Blue. HEX triplet: 02, 48 and 4E. RGB value is (2,72,78). Sum of RGB (Red+Green+Blue) = 2+72+78=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #02484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02484E is #FDB7B1. Grayscale: #333333. Windows color (decimal): -16627634 or 5130242. OLE color: 5130242.
HSL color Cylindrical-coordinate representation of color #02484E: hue angle of 184.74º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02484E is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 72 | 78 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.69 |
| HSL | 184.74º | 0.95% | 0.16% | - |
| HSV(B) | 184.74º | 0.97% | 0.31% | - |
| XYZ | 3.72 | 5.2 | 8.02 | - |
| YUV | 51.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 78 | 0.97 | 0.08 | 0 | 0.69 | 184.74 | 0.95 | 0.16 |
| Hex | 2 | 48 | 4E | 61 | 8 | 0 | 45 | B9 | 5F | 10 |
| Octal | 2 | 110 | 116 | 141 | 10 | 0 | 105 | 271 | 137 | 20 |
| Binary | 10 | 1001000 | 1001110 | 1100001 | 1000 | 0 | 1000101 | 10111001 | 1011111 | 10000 |
Color Harmonies of #02484E
Complementary color
Monochromatic Colors of #02484E
Black with #02484E
Text Example
Text Example
White with #02484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02484E; }
p { color: rgb(2,72,78); }
H1.HeaderClassName
{
color: #02484E;
}
.AnyTagClassName
{
color: #02484E;
}
</style>
background-color css
<style>
a { background-color: #02484E; }
a { background-color: rgb(2,72,78); }
div.DivClassName
{
background-color: #02484E;
}
.BgClassName
{
background-color: #02484E;
}
</style>
border-color css
<style>
span { border-color: #02484E; }
span { border-color: rgb(2,72,78); }
td.TdClassName
{
border-color: #02484E;
}
.TagClassName
{
border-color: #02484E;
}
</style>