#024B5E

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

Shades of Sherpa Blue #024B5E

Tints of Sherpa Blue #024B5E

Color information

#024B5E (or 0x024B5E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4B and 5E. RGB value is (2,75,94). Sum of RGB (Red+Green+Blue) = 2+75+94=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #024B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B5E is #FDB4A1. Grayscale: #373737. Windows color (decimal): -16626850 or 6179586. OLE color: 6179586.

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

Color convert

RGB27594-
CMYK0.980.2000.63
HSL192.39º95.83%18.82%-
HSV(B)192.39º97.87%36.86%-
XYZ4.565.8511.48-
YUV55.34149.8289.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=1.17%
G=43.86%
B=54.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal275940.980.2000.63192.3995.8318.82
Hex24B5E621403Fc06013
Octal21131361422407730014023
Binary1010010111011110110001010100011111111000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,75,94); }

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

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

 a { background-color: rgb(2,75,94); }

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

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

 span { border-color: rgb(2,75,94); }

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