Shades of Sherpa Blue #02475A
Tints of Sherpa Blue #02475A
RGB
CMYK
RGB Variations
Color information
#02475A (or 0x02475A) is known color: Sherpa Blue. HEX triplet: 02, 47 and 5A. RGB value is (2,71,90). Sum of RGB (Red+Green+Blue) = 2+71+90=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #02475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02475A is #FDB8A5. Grayscale: #343434. Windows color (decimal): -16627878 or 5916418. OLE color: 5916418.
HSL color Cylindrical-coordinate representation of color #02475A: hue angle of 192.95º 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 #02475A is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 71 | 90 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.65 |
| HSL | 192.95º | 0.96% | 0.18% | - |
| HSV(B) | 192.95º | 0.98% | 0.35% | - |
| XYZ | 4.12 | 5.26 | 10.47 | - |
| YUV | 52.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 90 | 0.98 | 0.21 | 0 | 0.65 | 192.95 | 0.96 | 0.18 |
| Hex | 2 | 47 | 5A | 62 | 15 | 0 | 41 | C1 | 60 | 12 |
| Octal | 2 | 107 | 132 | 142 | 25 | 0 | 101 | 301 | 140 | 22 |
| Binary | 10 | 1000111 | 1011010 | 1100010 | 10101 | 0 | 1000001 | 11000001 | 1100000 | 10010 |
Color Harmonies of #02475A
Complementary color
Monochromatic Colors of #02475A
Black with #02475A
Text Example
Text Example
White with #02475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02475A; }
p { color: rgb(2,71,90); }
H1.HeaderClassName
{
color: #02475A;
}
.AnyTagClassName
{
color: #02475A;
}
</style>
background-color css
<style>
a { background-color: #02475A; }
a { background-color: rgb(2,71,90); }
div.DivClassName
{
background-color: #02475A;
}
.BgClassName
{
background-color: #02475A;
}
</style>
border-color css
<style>
span { border-color: #02475A; }
span { border-color: rgb(2,71,90); }
td.TdClassName
{
border-color: #02475A;
}
.TagClassName
{
border-color: #02475A;
}
</style>