Html Css Color HEX #024E5D Sherpa Blue

📋 copy color: '#024E5D'

red 2 ◦ green 78 ◦ blue 93

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

Shades of Sherpa Blue #024E5D

Tints of Sherpa Blue #024E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 1.16%
G = 45.09%
B = 53.76%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#024E5D (or 0x024E5D) is known color: Sherpa Blue. HEX triplet: 02, 4E and 5D. RGB value is (2,78,93). Sum of RGB (Red+Green+Blue) = 2+78+93=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #024E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E5D is #FDB1A2. Grayscale: #383838. Windows color (decimal): -16626083 or 6114818. OLE color: 6114818.

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

Color convert

RGB 2 78 93 -
CMYK 0.98 0.16 0 0.64
HSL 189.89º 0.96% 0.19% -
HSV(B) 189.89º 0.98% 0.36% -
XYZ 4.73 6.25 11.31 -
YUV 56.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 2 78 93 0.98 0.16 0 0.64 189.89 0.96 0.19
Hex 2 4E 5D 62 10 0 40 BE 60 13
Octal 2 116 135 142 20 0 100 276 140 23
Binary 10 1001110 1011101 1100010 10000 0 1000000 10111110 1100000 10011

Color Harmonies of #024E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E5D

Black with #024E5D

Text Example


Text Example

White with #024E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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