Html Css Color HEX #024F4D Sherpa Blue

📋 copy color: '#024F4D'

red 2 ◦ green 79 ◦ blue 77

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

Shades of Sherpa Blue #024F4D

Tints of Sherpa Blue #024F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 1.27%
G = 50%
B = 48.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#024F4D (or 0x024F4D) is known color: Sherpa Blue. HEX triplet: 02, 4F and 4D. RGB value is (2,79,77). Sum of RGB (Red+Green+Blue) = 2+79+77=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #024F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F4D is #FDB0B2. Grayscale: #373737. Windows color (decimal): -16625843 or 5066498. OLE color: 5066498.

HSL color Cylindrical-coordinate representation of color #024F4D: hue angle of 178.44º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F4D is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 79 77 -
CMYK 0.97 0 0.03 0.69
HSL 178.44º 0.95% 0.16% -
HSV(B) 178.44º 0.97% 0.31% -
XYZ 4.16 6.14 7.99 -
YUV 55.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 2 79 77 0.97 0 0.03 0.69 178.44 0.95 0.16
Hex 2 4F 4D 61 0 3 45 B2 5F 10
Octal 2 117 115 141 0 3 105 262 137 20
Binary 10 1001111 1001101 1100001 0 11 1000101 10110010 1011111 10000

Color Harmonies of #024F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F4D

Black with #024F4D

Text Example


Text Example

White with #024F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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