Color Hex Logo

#1e4097 Color Hex

#1E4097
(30,64,151)
0 Favorites   0 Comments

Color spaces of #1e4097

RGB 3064151
HSL0.620.670.35
HSV223°80°59°
CMYK 0.800.580.00   0.41
XYZ7.95476.177230.0512
Yxy6.17720.18000.1398
Hunter Lab24.854013.6358-54.2904
CIE-Lab29.855221.0565-51.1552

#1e4097 color RGB value is (30,64,151).

#1e4097 hex color red value is 30, green value is 64 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #1e4097 hue: 0.62 , saturation: 0.67 and the lightness value of 1e4097 is 0.35.

The process color (four color CMYK) of #1e4097 color hex is 0.80, 0.58, 0.00, 0.41. Web safe color of #1e4097 is #333399. Color #1e4097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01000000 10010111
Octal 36 100 227
Decimal 30 64 151
Hex 1E 40 97

RGB Percentages of Color #1e4097

%12.24
%26.12
%61.63

CMYK Percentages of Color #1e4097

%80
%58
%0
%41

Triadic Colors of #1e4097

#1e4097 #971e40 #40971e

Analogous Colors of #1e4097

#1e4097 #391e97 #1e7d97

Monochromatic Colors of #1e4097

#1e4097

Complementary Color

#1e4097 #97751e

#1e4097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e4097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e4097 Color CSS Codes

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

#1e4097 Text Font Color

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

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


#1e4097 Background Color

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

This div background color is #1e4097


#1e4097 Border Color

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

This div border color is #1e4097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e4097


Comments

No comments written yet.

Please login to write comment.