COLOR #1E457F

HEX: #1E457F
RGB: (30,69,127)

Color info

#1E457F contains mainly green and blue colors. Web safe color of #1E457F is #333366 (or #336).

RGB color model

#1E457F color RGB value is (30,69,127).

  • red value is 30;
  • green value is 69;
  • blue value is 127.
RGB:
(30,69,127)
(12%,27%,50%)

RGB channels and saturation

R 30 of 255 = 12%
G 69 of 255 = 27%
B 127 of 255 = 50%

30
69
127

R + G + B ~ 30%. #1E457F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 69 + 127 = 226 (100%)
R 30 of 226 ~ 13.27%
G 69 of 226 ~ 30.53%
B 127 of 226 ~ 56.19%

%13.27
%30.53
%56.19

CMYK color model

#1E457F color CMYK value is (76,46,0,50).

  • cyan value is 76.38%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(76,46,0,50)
C76M46Y0K50 
(76%,46%,0%,50%)
(0.76/0.46/0.00/0.50)	

CMYK percentages

%76.38
%45.67
%0
%50.2

Codes

Color #1E457F in popluar color models

1E457F
RGB3069127
HSL216°61.78%30.78%
HSB/HSV216°76.38%49.80%
CMYK76.38%45.67%0.00%
50.20%

Color #1E457F in popluar number systems.

HEX1E457F
Decimal3069127
Binary1111010001011111111
Octal36105177

Shades and tints

Shades of #1E457F

#1E457F
(30,69,127)
#1C3F74
(28,63,116)
#1A3969
(26,57,105)
#18335E
(24,51,94)
#162D53
(22,45,83)
#142748
(20,39,72)
#12213D
(18,33,61)
#101B32
(16,27,50)
#0E1527
(14,21,39)
#0C0F1C
(12,15,28)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #1E457F

#1E457F
(30,69,127)
#32558A
(50,85,138)
#466595
(70,101,149)
#5A75A0
(90,117,160)
#6E85AB
(110,133,171)
#8295B6
(130,149,182)
#96A5C1
(150,165,193)
#AAB5CC
(170,181,204)
#BEC5D7
(190,197,215)
#D2D5E2
(210,213,226)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E457F color. Also use rgb(30,69,127) instead hex code.

Text Font Color

.myTextColor { color: #1E457F; }

<p style="color:#1E457F">This sample text font color is #1E457F.</p>

This text font color is #1E457F.


Background Color

.myBgColor { background-color: #1E457F; }

<div style="background-color:#1E457F">Inner text</div>

This div background color is #1E457F.


Border color

.myBorderColor { border: 1px solid #1E457F; }

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

This div border color is #1E457F.


Opacity

.myOpacity80 { color: #1E457F; opacity: 0.8; }

<p style="color:#1E457F;opacity:0.8;">80%</p>

Text with #1E457F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1E457F;}

<p style="text-shadow: 3px 3px 1px #1E457F">Text here.</p>

This text has shadow with #1E457F color.

.textShadow {text-shadow: 3px 3px 1px #1E457F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1E457F, 5px 5px 20px red">Text here.</p>

This text has shadow with #1E457F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1E457F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1E457F, Direction=45, Strength=4)">Text</p>

This text has shadow with #1E457F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1E457F;
  -webkit-box-shadow:	1px 1px 3px 2px #1E457F;
  box-shadow:		1px 1px 3px 2px #1E457F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1E457F;
-webkit-box-shadow: 1px 1px 3px 2px #1E457F;
box-shadow:1px 1px 3px 2px #1E457F;">
Div content here</div>
This div box has shadow with color #1E457F.

Preview

Color preview on black background

This text has color #1E457F on black background.


Color preview on white background

This text has color #1E457F on white background.



Black color preview on #1E457F background

This text has black color on #1E457F background.


White color preview on #1E457F background

This text has white color on #1E457F background.