Shades of Sherpa Blue #02515B
Tints of Sherpa Blue #02515B
RGB
CMYK
RGB Variations
Color information
#02515B (or 0x02515B) is known color: Sherpa Blue. HEX triplet: 02, 51 and 5B. RGB value is (2,81,91). Sum of RGB (Red+Green+Blue) = 2+81+91=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #02515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02515B is #FDAEA4. Grayscale: #3A3A3A. Windows color (decimal): -16625317 or 5984514. OLE color: 5984514.
HSL color Cylindrical-coordinate representation of color #02515B: hue angle of 186.74º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02515B is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 81 | 91 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.64 |
| HSL | 186.74º | 0.96% | 0.18% | - |
| HSV(B) | 186.74º | 0.98% | 0.36% | - |
| XYZ | 4.86 | 6.65 | 10.93 | - |
| YUV | 58.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 91 | 0.98 | 0.11 | 0 | 0.64 | 186.74 | 0.96 | 0.18 |
| Hex | 2 | 51 | 5B | 62 | B | 0 | 40 | BB | 60 | 12 |
| Octal | 2 | 121 | 133 | 142 | 13 | 0 | 100 | 273 | 140 | 22 |
| Binary | 10 | 1010001 | 1011011 | 1100010 | 1011 | 0 | 1000000 | 10111011 | 1100000 | 10010 |
Color Harmonies of #02515B
Complementary color
Monochromatic Colors of #02515B
Black with #02515B
Text Example
Text Example
White with #02515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02515B; }
p { color: rgb(2,81,91); }
H1.HeaderClassName
{
color: #02515B;
}
.AnyTagClassName
{
color: #02515B;
}
</style>
background-color css
<style>
a { background-color: #02515B; }
a { background-color: rgb(2,81,91); }
div.DivClassName
{
background-color: #02515B;
}
.BgClassName
{
background-color: #02515B;
}
</style>
border-color css
<style>
span { border-color: #02515B; }
span { border-color: rgb(2,81,91); }
td.TdClassName
{
border-color: #02515B;
}
.TagClassName
{
border-color: #02515B;
}
</style>