Html Css Color HEX #024F5E Sherpa Blue

📋 copy color: '#024F5E'

red 2 ◦ green 79 ◦ blue 94

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

Shades of Sherpa Blue #024F5E

Tints of Sherpa Blue #024F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.14%

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 1.14%
G = 45.14%
B = 53.71%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#024F5E (or 0x024F5E) is known color: Sherpa Blue. HEX triplet: 02, 4F and 5E. RGB value is (2,79,94). Sum of RGB (Red+Green+Blue) = 2+79+94=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #024F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5E is #FDB0A1. Grayscale: #393939. Windows color (decimal): -16625826 or 6180610. OLE color: 6180610.

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

Color convert

RGB 2 79 94 -
CMYK 0.98 0.16 0 0.63
HSL 189.78º 0.96% 0.19% -
HSV(B) 189.78º 0.98% 0.37% -
XYZ 4.84 6.41 11.57 -
YUV 57.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 2 79 94 0.98 0.16 0 0.63 189.78 0.96 0.19
Hex 2 4F 5E 62 10 0 3F BE 60 13
Octal 2 117 136 142 20 0 77 276 140 23
Binary 10 1001111 1011110 1100010 10000 0 111111 10111110 1100000 10011

Color Harmonies of #024F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F5E

Black with #024F5E

Text Example


Text Example

White with #024F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,94); }

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

background-color css

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

 a { background-color: rgb(2,79,94); }

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

border-color css

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

 span { border-color: rgb(2,79,94); }

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