COLOR #1E3079

HEX: #1E3079 RGB: (30,48,121)

Color info

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

RGB color model

#1E3079 color RGB value is (30,48,121).

RGB: (30,48,121) (12%, 19%, 47%)

RGB channels and saturation

R 30 of 255 = 12%
G 48 of 255 = 19%
B 121 of 255 = 47%

30
48
121

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

Portions of RGB colors in percentages

R + G + B = 30 + 48 + 121 = 199 (100%)
R 30 of 199 ~ 15.08%
G 48 of 199 ~ 24.12%
B 121 of 199 ~ 60.8'%

%15.08
%24.12
%60.8

CMYK color model

#1E3079 color CMYK value is (75,60,0,53).

  • cyan value is 75.21%
  • magenta value is 60.33%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (75,60,0,53)
C75M60Y0K53 (75%, 60%, 0%, 53%)
(0.75 / 0.60 / 0.00 / 0.53)

CMYK percentages

%75.21
%60.33
%0
%52.55

Codes

Color #1E3079 in popluar color models

1E 30 79
RGB 30 48 121
HSL 228° 60.26% 29.61%
HSB/HSV 228° 75.21% 47.45%
CMYK 75.21% 60.33% 0.00%
52.55%

Color #1E3079 in popluar number systems.

HEX 1E 30 79
Decimal 30 48 121
Binary 11110 110000 1111001
Octal 36 60 171

Shades and tints

Shades of #1E3079

#1E3079
(30,48,121)
#1C2C6E
(28,44,110)
#1A2863
(26,40,99)
#182458
(24,36,88)
#16204D
(22,32,77)
#141C42
(20,28,66)
#121837
(18,24,55)
#10142C
(16,20,44)
#0E1021
(14,16,33)
#0C0C16
(12,12,22)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #1E3079

#1E3079
(30,48,121)
#324285
(50,66,133)
#465491
(70,84,145)
#5A669D
(90,102,157)
#6E78A9
(110,120,169)
#828AB5
(130,138,181)
#969CC1
(150,156,193)
#AAAECD
(170,174,205)
#BEC0D9
(190,192,217)
#D2D2E5
(210,210,229)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3079; }

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

This text font color is #1E3079.

Background Color

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

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

This div background color is #1E3079.

Border color

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

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

This div border color is #1E3079.

Opacity

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

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

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

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

This text has shadow with #1E3079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3079.

Preview

Color preview on black background

This text has color #1E3079 on black background.


Color preview on white background

This text has color #1E3079 on white background.


Black color preview on #1E3079 background

This text has black color on #1E3079 background.


White color preview on #1E3079 background

This text has white color on #1E3079 background.


Related colors

Complementary color

Complementary color for #hex is #E1CF86.


I love getcolorcode.com

Triadic colors

1 #791E30 and #30791E with #1E3079 are triadic colors.

2 #79301E and #301E79 with #1E3079 are triadic colors.