Shades of Sherpa Blue #02514E
Tints of Sherpa Blue #02514E
RGB
CMYK
RGB Variations
Color information
#02514E (or 0x02514E) is known color: Sherpa Blue. HEX triplet: 02, 51 and 4E. RGB value is (2,81,78). Sum of RGB (Red+Green+Blue) = 2+81+78=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #02514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02514E is #FDAEB1. Grayscale: #383838. Windows color (decimal): -16625330 or 5132546. OLE color: 5132546.
HSL color Cylindrical-coordinate representation of color #02514E: hue angle of 177.72º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02514E is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 78 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.68 |
| HSL | 177.72º | 0.95% | 0.16% | - |
| HSV(B) | 177.72º | 0.98% | 0.32% | - |
| XYZ | 4.34 | 6.45 | 8.22 | - |
| YUV | 57.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 78 | 0.98 | 0 | 0.04 | 0.68 | 177.72 | 0.95 | 0.16 |
| Hex | 2 | 51 | 4E | 62 | 0 | 4 | 44 | B2 | 5F | 10 |
| Octal | 2 | 121 | 116 | 142 | 0 | 4 | 104 | 262 | 137 | 20 |
| Binary | 10 | 1010001 | 1001110 | 1100010 | 0 | 100 | 1000100 | 10110010 | 1011111 | 10000 |
Color Harmonies of #02514E
Complementary color
Monochromatic Colors of #02514E
Black with #02514E
Text Example
Text Example
White with #02514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02514E; }
p { color: rgb(2,81,78); }
H1.HeaderClassName
{
color: #02514E;
}
.AnyTagClassName
{
color: #02514E;
}
</style>
background-color css
<style>
a { background-color: #02514E; }
a { background-color: rgb(2,81,78); }
div.DivClassName
{
background-color: #02514E;
}
.BgClassName
{
background-color: #02514E;
}
</style>
border-color css
<style>
span { border-color: #02514E; }
span { border-color: rgb(2,81,78); }
td.TdClassName
{
border-color: #02514E;
}
.TagClassName
{
border-color: #02514E;
}
</style>