#024A63

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

Shades of Sherpa Blue #024A63

Tints of Sherpa Blue #024A63

Color information

#024A63 (or 0x024A63) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4A and 63. RGB value is (2,74,99). Sum of RGB (Red+Green+Blue) = 2+74+99=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #024A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A63 is #FDB59C. Grayscale: #373737. Windows color (decimal): -16627101 or 6507010. OLE color: 6507010.

HSL color Cylindrical-coordinate representation of color #024A63: hue angle of 195.46º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A63 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB27499-
CMYK0.980.2500.61
HSL195.46º96.04%19.8%-
HSV(B)195.46º97.98%38.82%-
XYZ4.735.8112.68-
YUV55.32152.6589.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=1.14%
G=42.29%
B=56.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal274990.980.2500.61195.4696.0419.8
Hex24A63621903Dc36014
Octal21121431423107530314024
Binary1010010101100011110001011001011110111000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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