COLOR #1E4684

HEX: #1E4684
RGB: (30,70,132)

Color info

#1E4684 contains mainly blue color. Web safe color of #1E4684 is #333399 (or #339).

RGB color model

#1E4684 color RGB value is (30,70,132).

  • red value is 30;
  • green value is 70;
  • blue value is 132.
RGB:
(30,70,132)
(12%,27%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 70 of 255 = 27%
B 132 of 255 = 52%

30
70
132

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

Portions of RGB colors in percentages

R + G + B =
30 + 70 + 132 = 232 (100%)
R 30 of 232 ~ 12.93%
G 70 of 232 ~ 30.17%
B 132 of 232 ~ 56.9%

%12.93
%30.17
%56.9

CMYK color model

#1E4684 color CMYK value is (77,47,0,48).

  • cyan value is 77.27%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(77,47,0,48)
C77M47Y0K48 
(77%,47%,0%,48%)
(0.77/0.47/0.00/0.48)	

CMYK percentages

%77.27
%46.97
%0
%48.24

Codes

Color #1E4684 in popluar color models

1E4684
RGB3070132
HSL216°62.96%31.76%
HSB/HSV216°77.27%51.76%
CMYK77.27%46.97%0.00%
48.24%

Color #1E4684 in popluar number systems.

HEX1E4684
Decimal3070132
Binary11110100011010000100
Octal36106204

Shades and tints

Shades of #1E4684

#1E4684
(30,70,132)
#1C4078
(28,64,120)
#1A3A6C
(26,58,108)
#183460
(24,52,96)
#162E54
(22,46,84)
#142848
(20,40,72)
#12223C
(18,34,60)
#101C30
(16,28,48)
#0E1624
(14,22,36)
#0C1018
(12,16,24)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #1E4684

#1E4684
(30,70,132)
#32568F
(50,86,143)
#46669A
(70,102,154)
#5A76A5
(90,118,165)
#6E86B0
(110,134,176)
#8296BB
(130,150,187)
#96A6C6
(150,166,198)
#AAB6D1
(170,182,209)
#BEC6DC
(190,198,220)
#D2D6E7
(210,214,231)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4684 color. Also use rgb(30,70,132) instead hex code.

Text Font Color

.myTextColor { color: #1E4684; }

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

This text font color is #1E4684.


Background Color

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

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

This div background color is #1E4684.


Border color

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

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

This div border color is #1E4684.


Opacity

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

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

Text with #1E4684 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 #1E4684;}

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

This text has shadow with #1E4684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4684 on black background.


Color preview on white background

This text has color #1E4684 on white background.



Black color preview on #1E4684 background

This text has black color on #1E4684 background.


White color preview on #1E4684 background

This text has white color on #1E4684 background.