Color Hex Logo

#1e4473 Color Hex

#1E4473
(30,68,115)
0 Favorites   0 Comments

Color spaces of #1e4473

RGB 3068115
HSL0.590.590.28
HSV213°74°45°
CMYK 0.740.410.00   0.55
XYZ5.69715.648117.0096
Yxy5.64810.20090.1992
Hunter Lab23.76571.1998-25.7990
CIE-Lab28.50673.8387-30.9789

#1e4473 color RGB value is (30,68,115).

#1e4473 hex color red value is 30, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #1e4473 hue: 0.59 , saturation: 0.59 and the lightness value of 1e4473 is 0.28.

The process color (four color CMYK) of #1e4473 color hex is 0.74, 0.41, 0.00, 0.55. Web safe color of #1e4473 is #333366. Color #1e4473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01000100 01110011
Octal 36 104 163
Decimal 30 68 115
Hex 1E 44 73

RGB Percentages of Color #1e4473

%14.08
%31.92
%53.99

CMYK Percentages of Color #1e4473

%74
%41
%0
%55

Triadic Colors of #1e4473

#1e4473 #731e44 #44731e

Analogous Colors of #1e4473

#1e4473 #231e73 #1e6f73

Monochromatic Colors of #1e4473

#1e4473

Complementary Color

#1e4473 #734d1e

#1e4473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e4473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e4473 Color CSS Codes

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

#1e4473 Text Font Color

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

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


#1e4473 Background Color

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

This div background color is #1e4473


#1e4473 Border Color

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

This div border color is #1e4473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,68,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 #1e4473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e4473


Comments

No comments written yet.

Please login to write comment.