#024A59

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

Shades of Sherpa Blue #024A59

Tints of Sherpa Blue #024A59

Color information

#024A59 (or 0x024A59) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4A and 59. RGB value is (2,74,89). Sum of RGB (Red+Green+Blue) = 2+74+89=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #024A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A59 is #FDB5A6. Grayscale: #363636. Windows color (decimal): -16627111 or 5851650. OLE color: 5851650.

HSL color Cylindrical-coordinate representation of color #024A59: hue angle of 190.34º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A59 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB27489-
CMYK0.980.1700.65
HSL190.34º95.6%17.84%-
HSV(B)190.34º97.75%34.9%-
XYZ4.285.6310.31-
YUV54.18147.6590.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=1.21%
G=44.85%
B=53.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal274890.980.1700.65190.3495.617.84
Hex24A596211041be6012
Octal211213114221010127614022
Binary10100101010110011100010100010100000110111110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,74,89); }

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

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

 a { background-color: rgb(2,74,89); }

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

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

 span { border-color: rgb(2,74,89); }

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