Html Css Color HEX #024D5A Sherpa Blue

📋 copy color: '#024D5A'

red 2 ◦ green 77 ◦ blue 90

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

Shades of Sherpa Blue #024D5A

Tints of Sherpa Blue #024D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.56%

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 1.18%
G = 45.56%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024D5A (or 0x024D5A) is known color: Sherpa Blue. HEX triplet: 02, 4D and 5A. RGB value is (2,77,90). Sum of RGB (Red+Green+Blue) = 2+77+90=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #024D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D5A is #FDB2A5. Grayscale: #373737. Windows color (decimal): -16626342 or 5917954. OLE color: 5917954.

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

Color convert

RGB 2 77 90 -
CMYK 0.98 0.14 0 0.65
HSL 188.86º 0.96% 0.18% -
HSV(B) 188.86º 0.98% 0.35% -
XYZ 4.52 6.06 10.6 -
YUV 56.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 2 77 90 0.98 0.14 0 0.65 188.86 0.96 0.18
Hex 2 4D 5A 62 E 0 41 BD 60 12
Octal 2 115 132 142 16 0 101 275 140 22
Binary 10 1001101 1011010 1100010 1110 0 1000001 10111101 1100000 10010

Color Harmonies of #024D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D5A

Black with #024D5A

Text Example


Text Example

White with #024D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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