COLOR #1E4985

HEX: #1E4985
RGB: (30,73,133)

Color info

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

RGB color model

#1E4985 color RGB value is (30,73,133).

  • red value is 30;
  • green value is 73;
  • blue value is 133.
RGB:
(30,73,133)
(12%,29%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 73 of 255 = 29%
B 133 of 255 = 52%

30
73
133

R + G + B ~ 31%. #1E4985 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 73 + 133 = 236 (100%)
R 30 of 236 ~ 12.71%
G 73 of 236 ~ 30.93%
B 133 of 236 ~ 56.36%

%12.71
%30.93
%56.36

CMYK color model

#1E4985 color CMYK value is (77,45,0,48).

  • cyan value is 77.44%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,45,0,48)
C77M45Y0K48 
(77%,45%,0%,48%)
(0.77/0.45/0.00/0.48)	

CMYK percentages

%77.44
%45.11
%0
%47.84

Codes

Color #1E4985 in popluar color models

1E4985
RGB3073133
HSL215°63.19%31.96%
HSB/HSV215°77.44%52.16%
CMYK77.44%45.11%0.00%
47.84%

Color #1E4985 in popluar number systems.

HEX1E4985
Decimal3073133
Binary11110100100110000101
Octal36111205

Shades and tints

Shades of #1E4985

#1E4985
(30,73,133)
#1C4379
(28,67,121)
#1A3D6D
(26,61,109)
#183761
(24,55,97)
#163155
(22,49,85)
#142B49
(20,43,73)
#12253D
(18,37,61)
#101F31
(16,31,49)
#0E1925
(14,25,37)
#0C1319
(12,19,25)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #1E4985

#1E4985
(30,73,133)
#325990
(50,89,144)
#46699B
(70,105,155)
#5A79A6
(90,121,166)
#6E89B1
(110,137,177)
#8299BC
(130,153,188)
#96A9C7
(150,169,199)
#AAB9D2
(170,185,210)
#BEC9DD
(190,201,221)
#D2D9E8
(210,217,232)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4985 color. Also use rgb(30,73,133) instead hex code.

Text Font Color

.myTextColor { color: #1E4985; }

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

This text font color is #1E4985.


Background Color

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

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

This div background color is #1E4985.


Border color

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

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

This div border color is #1E4985.


Opacity

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

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

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

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

This text has shadow with #1E4985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4985 on black background.


Color preview on white background

This text has color #1E4985 on white background.



Black color preview on #1E4985 background

This text has black color on #1E4985 background.


White color preview on #1E4985 background

This text has white color on #1E4985 background.