Color Hex Logo

#024773 Color Hex

#024773
(2,71,115)
0 Favorites   0 Comments

Color spaces of #024773

RGB 271115
HSL0.560.970.23
HSV203°98°45°
CMYK 0.980.380.00   0.55
XYZ5.37285.757217.0477
Yxy5.75720.19070.2043
Hunter Lab23.9942-2.0199-25.3292
CIE-Lab28.7914-1.1743-30.5684

#024773 color RGB value is (2,71,115).

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

The process color (four color CMYK) of #024773 color hex is 0.98, 0.38, 0.00, 0.55. Web safe color of #024773 is #003366. Color #024773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000111 01110011
Octal 2 107 163
Decimal 2 71 115
Hex 2 47 73

RGB Percentages of Color #024773

%1.06
%37.77
%61.17

CMYK Percentages of Color #024773

%98
%38
%0
%55

Triadic Colors of #024773

#024773 #730247 #477302

Analogous Colors of #024773

#024773 #020f73 #027367

Monochromatic Colors of #024773

#024773

Complementary Color

#024773 #732e02

#024773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024773 Color CSS Codes

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

#024773 Text Font Color

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

This sample text font color is #024773
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.


#024773 Background Color

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

This div background color is #024773


#024773 Border Color

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

This div border color is #024773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024773


Comments

No comments written yet.

Please login to write comment.