Html Css Color HEX #024E55 Sherpa Blue

📋 copy color: '#024E55'

red 2 ◦ green 78 ◦ blue 85

#024E55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #024E55

Tints of Sherpa Blue #024E55

RGB

 RED value IS 2 (1.17% from 255) = 1.21%

 GREEN value IS 78 (30.86% from 255) = 47.27%

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 1.21%
G = 47.27%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024E55 (or 0x024E55) is known color: Sherpa Blue. HEX triplet: 02, 4E and 55. RGB value is (2,78,85). Sum of RGB (Red+Green+Blue) = 2+78+85=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #024E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E55 is #FDB1AA. Grayscale: #373737. Windows color (decimal): -16626091 or 5590530. OLE color: 5590530.

HSL color Cylindrical-coordinate representation of color #024E55: hue angle of 185.06º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E55 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 78 85 -
CMYK 0.98 0.08 0 0.67
HSL 185.06º 0.95% 0.17% -
HSV(B) 185.06º 0.98% 0.33% -
XYZ 4.39 6.12 9.54 -
YUV 56.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 2 78 85 0.98 0.08 0 0.67 185.06 0.95 0.17
Hex 2 4E 55 62 8 0 43 B9 5F 11
Octal 2 116 125 142 10 0 103 271 137 21
Binary 10 1001110 1010101 1100010 1000 0 1000011 10111001 1011111 10001

Color Harmonies of #024E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E55

Black with #024E55

Text Example


Text Example

White with #024E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024E55;
 }
 .AnyTagClassName
 {
   color: #024E55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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