#02525E

Color #02525E Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #02525E

Tints of Sherpa Blue #02525E

Color information

#02525E (or 0x02525E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 52 and 5E. RGB value is (2,82,94). Sum of RGB (Red+Green+Blue) = 2+82+94=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #02525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02525E is #FDADA1. Grayscale: #3B3B3B. Windows color (decimal): -16625058 or 6181378. OLE color: 6181378.

HSL color Cylindrical-coordinate representation of color #02525E: hue angle of 187.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02525E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB28294-
CMYK0.980.1300.63
HSL187.83º95.83%18.82%-
HSV(B)187.83º97.87%36.86%-
XYZ5.066.8611.65-
YUV59.45147.587.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 94 (37.11% from 255) = 52.81%
R=1.12%
G=46.07%
B=52.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal282940.980.1300.63187.8395.8318.82
Hex2525E62D03Fbc6013
Octal21221361421507727414023
Binary101010010101111011000101101011111110111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02525E; }

 p { color: rgb(2,82,94); }

 H1.HeaderClassName
 {
   color: #02525E;
 }
 .AnyTagClassName
 {
   color: #02525E;
 }
</style>
background-color css

<style>
 a { background-color: #02525E; }

 a { background-color: rgb(2,82,94); }

 div.DivClassName
 {
   background-color: #02525E;
 }
 .BgClassName
 {
   background-color: #02525E;
 }
</style>
border-color css

<style>
 span { border-color: #02525E; }

 span { border-color: rgb(2,82,94); }

 td.TdClassName
 {
   border-color: #02525E;
 }
 .TagClassName
 {
   border-color: #02525E;
 }
</style>