Html Css Color HEX #024D5F Sherpa Blue

📋 copy color: '#024D5F'

red 2 ◦ green 77 ◦ blue 95

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

Shades of Sherpa Blue #024D5F

Tints of Sherpa Blue #024D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 1.15%
G = 44.25%
B = 54.6%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#024D5F (or 0x024D5F) is known color: Sherpa Blue. HEX triplet: 02, 4D and 5F. RGB value is (2,77,95). Sum of RGB (Red+Green+Blue) = 2+77+95=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #024D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D5F is #FDB2A0. Grayscale: #383838. Windows color (decimal): -16626337 or 6245634. OLE color: 6245634.

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

Color convert

RGB 2 77 95 -
CMYK 0.98 0.19 0 0.63
HSL 191.61º 0.96% 0.19% -
HSV(B) 191.61º 0.98% 0.37% -
XYZ 4.74 6.15 11.76 -
YUV 56.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 2 77 95 0.98 0.19 0 0.63 191.61 0.96 0.19
Hex 2 4D 5F 62 13 0 3F C0 60 13
Octal 2 115 137 142 23 0 77 300 140 23
Binary 10 1001101 1011111 1100010 10011 0 111111 11000000 1100000 10011

Color Harmonies of #024D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D5F

Black with #024D5F

Text Example


Text Example

White with #024D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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