#024750

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

Shades of Sherpa Blue #024750

Tints of Sherpa Blue #024750

Color information

#024750 (or 0x024750) is unknown color: approx Sherpa Blue. HEX triplet: 02, 47 and 50. RGB value is (2,71,80). Sum of RGB (Red+Green+Blue) = 2+71+80=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #024750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024750 is #FDB8AF. Grayscale: #333333. Windows color (decimal): -16627888 or 5261058. OLE color: 5261058.

HSL color Cylindrical-coordinate representation of color #024750: hue angle of 186.92º 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 #024750 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB27180-
CMYK0.980.1100.69
HSL186.92º95.12%16.08%-
HSV(B)186.92º97.5%31.37%-
XYZ3.735.18.38-
YUV51.4144.1492.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=1.31%
G=46.41%
B=52.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal271800.980.1100.69186.9295.1216.08
Hex2475062B045bb5f10
Octal210712014213010527313720
Binary1010001111010000110001010110100010110111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024750; }

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

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

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

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

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

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

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

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