Color Hex Logo

#024779 Color Hex

#024779
(2,71,121)
0 Favorites   0 Comments

Color spaces of #024779

RGB 271121
HSL0.570.970.24
HSV205°98°47°
CMYK 0.980.410.00   0.53
XYZ5.72955.899918.9260
Yxy5.89990.18750.1931
Hunter Lab24.2897-0.4021-29.1946
CIE-Lab29.15851.3994-33.7573

#024779 color RGB value is (2,71,121).

#024779 hex color red value is 2, green value is 71 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #024779 hue: 0.57 , saturation: 0.97 and the lightness value of 024779 is 0.24.

The process color (four color CMYK) of #024779 color hex is 0.98, 0.41, 0.00, 0.53. Web safe color of #024779 is #003366. Color #024779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000111 01111001
Octal 2 107 171
Decimal 2 71 121
Hex 2 47 79

RGB Percentages of Color #024779

%1.03
%36.60
%62.37

CMYK Percentages of Color #024779

%98
%41
%0
%53

Triadic Colors of #024779

#024779 #790247 #477902

Analogous Colors of #024779

#024779 #020b79 #027970

Monochromatic Colors of #024779

#024779

Complementary Color

#024779 #793402

#024779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024779 Color CSS Codes

.mybgcolor {background-color:#024779; } 
.myforecolor {color:#024779; }
.mybordercolor {border:3px solid #024779; }

#024779 Text Font Color

<p style="color:#024779">Text here</p>

This sample text font color is #024779
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#024779 Background Color

<div style="background-color:#024779">
Div content here</div>

This div background color is #024779


#024779 Border Color

<div style="border:3px solid #024779">
Div here</div>

This div border color is #024779


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,71,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024779; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024779;
  -webkit-box-shadow: 1px 1px 3px 2px #024779;
  box-shadow:         1px 1px 3px 2px #024779; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,71,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #024779">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #024779;
  -webkit-box-shadow: 1px 1px 3px 2px #024779;
  box-shadow:         1px 1px 3px 2px #024779;">
Div content here</div>

This div box has shadow with color #024779


Comments

No comments written yet.

Please login to write comment.