Shades of Sherpa Blue #02505C
Tints of Sherpa Blue #02505C
RGB
CMYK
RGB Variations
Color information
#02505C (or 0x02505C) is known color: Sherpa Blue. HEX triplet: 02, 50 and 5C. RGB value is (2,80,92). Sum of RGB (Red+Green+Blue) = 2+80+92=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #02505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505C is #FDAFA3. Grayscale: #393939. Windows color (decimal): -16625572 or 6049794. OLE color: 6049794.
HSL color Cylindrical-coordinate representation of color #02505C: hue angle of 188º 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 #02505C is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 80 | 92 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.64 |
| HSL | 188º | 0.96% | 0.18% | - |
| HSV(B) | 188º | 0.98% | 0.36% | - |
| XYZ | 4.83 | 6.52 | 11.13 | - |
| YUV | 58.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 92 | 0.98 | 0.13 | 0 | 0.64 | 188 | 0.96 | 0.18 |
| Hex | 2 | 50 | 5C | 62 | D | 0 | 40 | BC | 60 | 12 |
| Octal | 2 | 120 | 134 | 142 | 15 | 0 | 100 | 274 | 140 | 22 |
| Binary | 10 | 1010000 | 1011100 | 1100010 | 1101 | 0 | 1000000 | 10111100 | 1100000 | 10010 |
Color Harmonies of #02505C
Complementary color
Monochromatic Colors of #02505C
Black with #02505C
Text Example
Text Example
White with #02505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02505C; }
p { color: rgb(2,80,92); }
H1.HeaderClassName
{
color: #02505C;
}
.AnyTagClassName
{
color: #02505C;
}
</style>
background-color css
<style>
a { background-color: #02505C; }
a { background-color: rgb(2,80,92); }
div.DivClassName
{
background-color: #02505C;
}
.BgClassName
{
background-color: #02505C;
}
</style>
border-color css
<style>
span { border-color: #02505C; }
span { border-color: rgb(2,80,92); }
td.TdClassName
{
border-color: #02505C;
}
.TagClassName
{
border-color: #02505C;
}
</style>