#024E60

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

Shades of Sherpa Blue #024E60

Tints of Sherpa Blue #024E60

Color information

#024E60 (or 0x024E60) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4E and 60. RGB value is (2,78,96). Sum of RGB (Red+Green+Blue) = 2+78+96=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #024E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E60 is #FDB19F. Grayscale: #393939. Windows color (decimal): -16626080 or 6311426. OLE color: 6311426.

HSL color Cylindrical-coordinate representation of color #024E60: hue angle of 191.49º 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 #024E60 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB27896-
CMYK0.980.1900.62
HSL191.49º95.92%19.22%-
HSV(B)191.49º97.92%37.65%-
XYZ4.866.3112.03-
YUV57.33149.8288.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=1.14%
G=44.32%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal278960.980.1900.62191.4995.9219.22
Hex24E60621303Ebf6013
Octal21161401422307627714023
Binary1010011101100000110001010011011111010111111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E60; }

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

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

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

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

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

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

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

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