COLOR #1E3070

HEX: #1E3070 RGB: (30,48,112)

Color info

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

RGB color model

#1E3070 color RGB value is (30,48,112).

RGB: (30,48,112) (12%, 19%, 44%)

RGB channels and saturation

R 30 of 255 = 12%
G 48 of 255 = 19%
B 112 of 255 = 44%

30
48
112

R + G + B ~ 25%. #1E3070 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 48 + 112 = 190 (100%)
R 30 of 190 ~ 15.79%
G 48 of 190 ~ 25.26%
B 112 of 190 ~ 58.95'%

%15.79
%25.26
%58.95

CMYK color model

#1E3070 color CMYK value is (73,57,0,56).

  • cyan value is 73.21%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (73,57,0,56)
C73M57Y0K56 (73%, 57%, 0%, 56%)
(0.73 / 0.57 / 0.00 / 0.56)

CMYK percentages

%73.21
%57.14
%0
%56.08

Codes

Color #1E3070 in popluar color models

1E 30 70
RGB 30 48 112
HSL 227° 57.75% 27.84%
HSB/HSV 227° 73.21% 43.92%
CMYK 73.21% 57.14% 0.00%
56.08%

Color #1E3070 in popluar number systems.

HEX 1E 30 70
Decimal 30 48 112
Binary 11110 110000 1110000
Octal 36 60 160

Shades and tints

Shades of #1E3070

#1E3070
(30,48,112)
#1C2C66
(28,44,102)
#1A285C
(26,40,92)
#182452
(24,36,82)
#162048
(22,32,72)
#141C3E
(20,28,62)
#121834
(18,24,52)
#10142A
(16,20,42)
#0E1020
(14,16,32)
#0C0C16
(12,12,22)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #1E3070

#1E3070
(30,48,112)
#32427D
(50,66,125)
#46548A
(70,84,138)
#5A6697
(90,102,151)
#6E78A4
(110,120,164)
#828AB1
(130,138,177)
#969CBE
(150,156,190)
#AAAECB
(170,174,203)
#BEC0D8
(190,192,216)
#D2D2E5
(210,210,229)
#E6E4F2
(230,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3070 color. Also use rgb(30,48,112) instead hex code.

Text Font Color

.myTextColor { color: #1E3070; }

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

This text font color is #1E3070.

Background Color

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

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

This div background color is #1E3070.

Border color

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

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

This div border color is #1E3070.

Opacity

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

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

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

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

This text has shadow with #1E3070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3070.

Preview

Color preview on black background

This text has color #1E3070 on black background.


Color preview on white background

This text has color #1E3070 on white background.


Black color preview on #1E3070 background

This text has black color on #1E3070 background.


White color preview on #1E3070 background

This text has white color on #1E3070 background.


Related colors

Complementary color

Complementary color for #hex is #E1CF8F.


I love getcolorcode.com

Triadic colors

1 #701E30 and #30701E with #1E3070 are triadic colors.

2 #70301E and #301E70 with #1E3070 are triadic colors.