Shades of Sherpa Blue #02535A
Tints of Sherpa Blue #02535A
RGB
CMYK
RGB Variations
Color information
#02535A (or 0x02535A) is known color: Sherpa Blue. HEX triplet: 02, 53 and 5A. RGB value is (2,83,90). Sum of RGB (Red+Green+Blue) = 2+83+90=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #02535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02535A is #FDACA5. Grayscale: #3B3B3B. Windows color (decimal): -16624806 or 5919490. OLE color: 5919490.
HSL color Cylindrical-coordinate representation of color #02535A: hue angle of 184.77º 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 #02535A is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 83 | 90 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.65 |
| HSL | 184.77º | 0.96% | 0.18% | - |
| HSV(B) | 184.77º | 0.98% | 0.35% | - |
| XYZ | 4.96 | 6.94 | 10.75 | - |
| YUV | 59.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 90 | 0.98 | 0.08 | 0 | 0.65 | 184.77 | 0.96 | 0.18 |
| Hex | 2 | 53 | 5A | 62 | 8 | 0 | 41 | B9 | 60 | 12 |
| Octal | 2 | 123 | 132 | 142 | 10 | 0 | 101 | 271 | 140 | 22 |
| Binary | 10 | 1010011 | 1011010 | 1100010 | 1000 | 0 | 1000001 | 10111001 | 1100000 | 10010 |
Color Harmonies of #02535A
Complementary color
Monochromatic Colors of #02535A
Black with #02535A
Text Example
Text Example
White with #02535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02535A; }
p { color: rgb(2,83,90); }
H1.HeaderClassName
{
color: #02535A;
}
.AnyTagClassName
{
color: #02535A;
}
</style>
background-color css
<style>
a { background-color: #02535A; }
a { background-color: rgb(2,83,90); }
div.DivClassName
{
background-color: #02535A;
}
.BgClassName
{
background-color: #02535A;
}
</style>
border-color css
<style>
span { border-color: #02535A; }
span { border-color: rgb(2,83,90); }
td.TdClassName
{
border-color: #02535A;
}
.TagClassName
{
border-color: #02535A;
}
</style>