#024E5A

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

Shades of Sherpa Blue #024E5A

Tints of Sherpa Blue #024E5A

Color information

#024E5A (or 0x024E5A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4E and 5A. RGB value is (2,78,90). Sum of RGB (Red+Green+Blue) = 2+78+90=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #024E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E5A is #FDB1A5. Grayscale: #383838. Windows color (decimal): -16626086 or 5918210. OLE color: 5918210.

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

Color convert

RGB27890-
CMYK0.980.1300.65
HSL188.18º95.65%18.04%-
HSV(B)188.18º97.78%35.29%-
XYZ4.596.210.63-
YUV56.64146.8289.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=1.18%
G=45.88%
B=52.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal278900.980.1300.65188.1895.6518.04
Hex24E5A62D041bc6012
Octal211613214215010127414022
Binary1010011101011010110001011010100000110111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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