COLOR #1E3D7D

HEX: #1E3D7D
RGB: (30,61,125)

Color info

#1E3D7D contains mainly blue color. Web safe color of #1E3D7D is #333366 (or #336).

RGB color model

#1E3D7D color RGB value is (30,61,125).

  • red value is 30;
  • green value is 61;
  • blue value is 125.
RGB:
(30,61,125)
(12%,24%,49%)

RGB channels and saturation

R 30 of 255 = 12%
G 61 of 255 = 24%
B 125 of 255 = 49%

30
61
125

R + G + B ~ 28%. #1E3D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 61 + 125 = 216 (100%)
R 30 of 216 ~ 13.89%
G 61 of 216 ~ 28.24%
B 125 of 216 ~ 57.87%

%13.89
%28.24
%57.87

CMYK color model

#1E3D7D color CMYK value is (76,51,0,51).

  • cyan value is 76.00%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(76,51,0,51)
C76M51Y0K51 
(76%,51%,0%,51%)
(0.76/0.51/0.00/0.51)	

CMYK percentages

%76
%51.2
%0
%50.98

Codes

Color #1E3D7D in popluar color models

1E3D7D
RGB3061125
HSL220°61.29%30.39%
HSB/HSV220°76.00%49.02%
CMYK76.00%51.20%0.00%
50.98%

Color #1E3D7D in popluar number systems.

HEX1E3D7D
Decimal3061125
Binary111101111011111101
Octal3675175

Shades and tints

Shades of #1E3D7D

#1E3D7D
(30,61,125)
#1C3872
(28,56,114)
#1A3367
(26,51,103)
#182E5C
(24,46,92)
#162951
(22,41,81)
#142446
(20,36,70)
#121F3B
(18,31,59)
#101A30
(16,26,48)
#0E1525
(14,21,37)
#0C101A
(12,16,26)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #1E3D7D

#1E3D7D
(30,61,125)
#324E88
(50,78,136)
#465F93
(70,95,147)
#5A709E
(90,112,158)
#6E81A9
(110,129,169)
#8292B4
(130,146,180)
#96A3BF
(150,163,191)
#AAB4CA
(170,180,202)
#BEC5D5
(190,197,213)
#D2D6E0
(210,214,224)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3D7D color. Also use rgb(30,61,125) instead hex code.

Text Font Color

.myTextColor { color: #1E3D7D; }

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

This text font color is #1E3D7D.


Background Color

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

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

This div background color is #1E3D7D.


Border color

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

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

This div border color is #1E3D7D.


Opacity

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

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

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

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

This text has shadow with #1E3D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3D7D on black background.


Color preview on white background

This text has color #1E3D7D on white background.



Black color preview on #1E3D7D background

This text has black color on #1E3D7D background.


White color preview on #1E3D7D background

This text has white color on #1E3D7D background.