color codes Logo

#1e487e color codes

#1E487E
(30,72,126)
0 Favorites   0 Comments

Color spaces of #1e487e

RGB 3072126
HSL0.590.620.31
HSV214°76°49°
CMYK 0.760.430.00   0.51
XYZ6.61876.417120.6284
Yxy6.41710.19660.1906
Hunter Lab25.33202.3072-30.5488
CIE-Lab30.44135.5286-34.7967

#1e487e color RGB value is (30,72,126).

#1e487e hex color red value is 30, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #1e487e hue: 0.59 , saturation: 0.62 and the lightness value of 1e487e is 0.31.

The process color (four color CMYK) of #1e487e color code is 0.76, 0.43, 0.00, 0.51. Web safe color of #1e487e is #333366. Color #1e487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01001000 01111110
Octal 36 110 176
Decimal 30 72 126
Hex 1E 48 7E

RGB Percentages of Color #1e487e

%13.16
%31.58
%55.26

CMYK Percentages of Color #1e487e

%76
%43
%0
%51

Triadic Colors of #1e487e

#1e487e #7e1e48 #487e1e

Analogous Colors of #1e487e

#1e487e #241e7e #1e787e

Monochromatic Colors of #1e487e

#1e487e

Complementary Color

#1e487e #7e541e

#1e487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e487e Color CSS Codes

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

#1e487e Text Font Color

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

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


#1e487e Background Color

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

This div background color is #1e487e


#1e487e Border Color

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

This div border color is #1e487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e487e


Comments

No comments written yet.

Please login to write comment.