#025048

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

Shades of Sherpa Blue #025048

Tints of Sherpa Blue #025048

Color information

#025048 (or 0x025048) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 48. RGB value is (2,80,72). Sum of RGB (Red+Green+Blue) = 2+80+72=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #025048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025048 is #FDAFB7. Grayscale: #373737. Windows color (decimal): -16625592 or 4739074. OLE color: 4739074.

HSL color Cylindrical-coordinate representation of color #025048: hue angle of 173.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025048 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB28072-
CMYK0.9800.100.69
HSL173.85º95.12%16.08%-
HSV(B)173.85º97.5%31.37%-
XYZ4.066.227.12-
YUV55.77137.1689.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=1.30%
G=51.95%
B=46.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280720.9800.100.69173.8595.1216.08
Hex25048620A45ae5f10
Octal212011014201210525613720
Binary1010100001001000110001001010100010110101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025048; }

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

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

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

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

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

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

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

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