Shades of Sherpa Blue #02485B
Tints of Sherpa Blue #02485B
RGB
CMYK
RGB Variations
Color information
#02485B (or 0x02485B) is known color: Sherpa Blue. HEX triplet: 02, 48 and 5B. RGB value is (2,72,91). Sum of RGB (Red+Green+Blue) = 2+72+91=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #02485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02485B is #FDB7A4. Grayscale: #353535. Windows color (decimal): -16627621 or 5982210. OLE color: 5982210.
HSL color Cylindrical-coordinate representation of color #02485B: hue angle of 192.81º 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 #02485B is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 72 | 91 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.64 |
| HSL | 192.81º | 0.96% | 0.18% | - |
| HSV(B) | 192.81º | 0.98% | 0.36% | - |
| XYZ | 4.23 | 5.4 | 10.72 | - |
| YUV | 53.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 91 | 0.98 | 0.21 | 0 | 0.64 | 192.81 | 0.96 | 0.18 |
| Hex | 2 | 48 | 5B | 62 | 15 | 0 | 40 | C1 | 60 | 12 |
| Octal | 2 | 110 | 133 | 142 | 25 | 0 | 100 | 301 | 140 | 22 |
| Binary | 10 | 1001000 | 1011011 | 1100010 | 10101 | 0 | 1000000 | 11000001 | 1100000 | 10010 |
Color Harmonies of #02485B
Complementary color
Monochromatic Colors of #02485B
Black with #02485B
Text Example
Text Example
White with #02485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02485B; }
p { color: rgb(2,72,91); }
H1.HeaderClassName
{
color: #02485B;
}
.AnyTagClassName
{
color: #02485B;
}
</style>
background-color css
<style>
a { background-color: #02485B; }
a { background-color: rgb(2,72,91); }
div.DivClassName
{
background-color: #02485B;
}
.BgClassName
{
background-color: #02485B;
}
</style>
border-color css
<style>
span { border-color: #02485B; }
span { border-color: rgb(2,72,91); }
td.TdClassName
{
border-color: #02485B;
}
.TagClassName
{
border-color: #02485B;
}
</style>