#025160

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

Shades of Sherpa Blue #025160

Tints of Sherpa Blue #025160

Color information

#025160 (or 0x025160) is unknown color: approx Sherpa Blue. HEX triplet: 02, 51 and 60. RGB value is (2,81,96). Sum of RGB (Red+Green+Blue) = 2+81+96=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #025160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025160 is #FDAE9F. Grayscale: #3A3A3A. Windows color (decimal): -16625312 or 6312194. OLE color: 6312194.

HSL color Cylindrical-coordinate representation of color #025160: hue angle of 189.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025160 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB28196-
CMYK0.980.1600.62
HSL189.57º95.92%19.22%-
HSV(B)189.57º97.92%37.65%-
XYZ5.086.7412.1-
YUV59.09148.8387.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=1.12%
G=45.25%
B=53.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal281960.980.1600.62189.5795.9219.22
Hex25160621003Ebe6013
Octal21211401422007627614023
Binary1010100011100000110001010000011111010111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025160; }

 p { color: rgb(2,81,96); }

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

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

 a { background-color: rgb(2,81,96); }

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

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

 span { border-color: rgb(2,81,96); }

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