#024A5D

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

Shades of Sherpa Blue #024A5D

Tints of Sherpa Blue #024A5D

Color information

#024A5D (or 0x024A5D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4A and 5D. RGB value is (2,74,93). Sum of RGB (Red+Green+Blue) = 2+74+93=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #024A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A5D is #FDB5A2. Grayscale: #363636. Windows color (decimal): -16627107 or 6113794. OLE color: 6113794.

HSL color Cylindrical-coordinate representation of color #024A5D: hue angle of 192.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A5D is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB27493-
CMYK0.980.2000.64
HSL192.53º95.79%18.63%-
HSV(B)192.53º97.85%36.47%-
XYZ4.455.711.22-
YUV54.64149.6590.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 74 (29.30% from 255) = 43.79%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=1.18%
G=43.79%
B=55.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal274930.980.2000.64192.5395.7918.63
Hex24A5D6214040c16013
Octal211213514224010030114023
Binary10100101010111011100010101000100000011000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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