COLOR #1E3475

HEX: #1E3475
RGB: (30,52,117)

Color info

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

RGB color model

#1E3475 color RGB value is (30,52,117).

  • red value is 30;
  • green value is 52;
  • blue value is 117.
RGB:
(30,52,117)
(12%,20%,46%)

RGB channels and saturation

R 30 of 255 = 12%
G 52 of 255 = 20%
B 117 of 255 = 46%

30
52
117

R + G + B ~ 26%. #1E3475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 52 + 117 = 199 (100%)
R 30 of 199 ~ 15.08%
G 52 of 199 ~ 26.13%
B 117 of 199 ~ 58.79%

%15.08
%26.13
%58.79

CMYK color model

#1E3475 color CMYK value is (74,56,0,54).

  • cyan value is 74.36%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(74,56,0,54)
C74M56Y0K54 
(74%,56%,0%,54%)
(0.74/0.56/0.00/0.54)	

CMYK percentages

%74.36
%55.56
%0
%54.12

Codes

Color #1E3475 in popluar color models

1E3475
RGB3052117
HSL225°59.18%28.82%
HSB/HSV225°74.36%45.88%
CMYK74.36%55.56%0.00%
54.12%

Color #1E3475 in popluar number systems.

HEX1E3475
Decimal3052117
Binary111101101001110101
Octal3664165

Shades and tints

Shades of #1E3475

#1E3475
(30,52,117)
#1C306B
(28,48,107)
#1A2C61
(26,44,97)
#182857
(24,40,87)
#16244D
(22,36,77)
#142043
(20,32,67)
#121C39
(18,28,57)
#10182F
(16,24,47)
#0E1425
(14,20,37)
#0C101B
(12,16,27)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #1E3475

#1E3475
(30,52,117)
#324681
(50,70,129)
#46588D
(70,88,141)
#5A6A99
(90,106,153)
#6E7CA5
(110,124,165)
#828EB1
(130,142,177)
#96A0BD
(150,160,189)
#AAB2C9
(170,178,201)
#BEC4D5
(190,196,213)
#D2D6E1
(210,214,225)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3475 color. Also use rgb(30,52,117) instead hex code.

Text Font Color

.myTextColor { color: #1E3475; }

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

This text font color is #1E3475.


Background Color

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

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

This div background color is #1E3475.


Border color

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

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

This div border color is #1E3475.


Opacity

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

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

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

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

This text has shadow with #1E3475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3475 on black background.


Color preview on white background

This text has color #1E3475 on white background.



Black color preview on #1E3475 background

This text has black color on #1E3475 background.


White color preview on #1E3475 background

This text has white color on #1E3475 background.