Shades of Sherpa Blue #02505A
Tints of Sherpa Blue #02505A
RGB
CMYK
RGB Variations
Color information
#02505A (or 0x02505A) is known color: Sherpa Blue. HEX triplet: 02, 50 and 5A. RGB value is (2,80,90). Sum of RGB (Red+Green+Blue) = 2+80+90=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #02505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505A is #FDAFA5. Grayscale: #393939. Windows color (decimal): -16625574 or 5918722. OLE color: 5918722.
HSL color Cylindrical-coordinate representation of color #02505A: hue angle of 186.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02505A is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 80 | 90 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.65 |
| HSL | 186.82º | 0.96% | 0.18% | - |
| HSV(B) | 186.82º | 0.98% | 0.35% | - |
| XYZ | 4.74 | 6.49 | 10.68 | - |
| YUV | 57.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 90 | 0.98 | 0.11 | 0 | 0.65 | 186.82 | 0.96 | 0.18 |
| Hex | 2 | 50 | 5A | 62 | B | 0 | 41 | BB | 60 | 12 |
| Octal | 2 | 120 | 132 | 142 | 13 | 0 | 101 | 273 | 140 | 22 |
| Binary | 10 | 1010000 | 1011010 | 1100010 | 1011 | 0 | 1000001 | 10111011 | 1100000 | 10010 |
Color Harmonies of #02505A
Complementary color
Monochromatic Colors of #02505A
Black with #02505A
Text Example
Text Example
White with #02505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02505A; }
p { color: rgb(2,80,90); }
H1.HeaderClassName
{
color: #02505A;
}
.AnyTagClassName
{
color: #02505A;
}
</style>
background-color css
<style>
a { background-color: #02505A; }
a { background-color: rgb(2,80,90); }
div.DivClassName
{
background-color: #02505A;
}
.BgClassName
{
background-color: #02505A;
}
</style>
border-color css
<style>
span { border-color: #02505A; }
span { border-color: rgb(2,80,90); }
td.TdClassName
{
border-color: #02505A;
}
.TagClassName
{
border-color: #02505A;
}
</style>