#025057

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

Shades of Sherpa Blue #025057

Tints of Sherpa Blue #025057

Color information

#025057 (or 0x025057) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 57. RGB value is (2,80,87). Sum of RGB (Red+Green+Blue) = 2+80+87=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #025057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025057 is #FDAFA8. Grayscale: #393939. Windows color (decimal): -16625577 or 5722114. OLE color: 5722114.

HSL color Cylindrical-coordinate representation of color #025057: hue angle of 184.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025057 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB28087-
CMYK0.980.0800.66
HSL184.94º95.51%17.45%-
HSV(B)184.94º97.7%34.12%-
XYZ4.616.4410.02-
YUV57.48144.6688.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 87 (34.38% from 255) = 51.48%
R=1.18%
G=47.34%
B=51.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal280870.980.0800.66184.9495.5117.45
Hex25057628042b96011
Octal212012714210010227114021
Binary1010100001010111110001010000100001010111001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025057; }

 p { color: rgb(2,80,87); }

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

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

 a { background-color: rgb(2,80,87); }

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

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

 span { border-color: rgb(2,80,87); }

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