COLOR #1E4282

HEX: #1E4282
RGB: (30,66,130)

Color info

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

RGB color model

#1E4282 color RGB value is (30,66,130).

  • red value is 30;
  • green value is 66;
  • blue value is 130.
RGB:
(30,66,130)
(12%,26%,51%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 130 of 255 = 51%

30
66
130

R + G + B ~ 30%. #1E4282 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 66 + 130 = 226 (100%)
R 30 of 226 ~ 13.27%
G 66 of 226 ~ 29.2%
B 130 of 226 ~ 57.52%

%13.27
%29.2
%57.52

CMYK color model

#1E4282 color CMYK value is (77,49,0,49).

  • cyan value is 76.92%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(77,49,0,49)
C77M49Y0K49 
(77%,49%,0%,49%)
(0.77/0.49/0.00/0.49)	

CMYK percentages

%76.92
%49.23
%0
%49.02

Codes

Color #1E4282 in popluar color models

1E4282
RGB3066130
HSL218°62.50%31.37%
HSB/HSV218°76.92%50.98%
CMYK76.92%49.23%0.00%
49.02%

Color #1E4282 in popluar number systems.

HEX1E4282
Decimal3066130
Binary11110100001010000010
Octal36102202

Shades and tints

Shades of #1E4282

#1E4282
(30,66,130)
#1C3C77
(28,60,119)
#1A366C
(26,54,108)
#183061
(24,48,97)
#162A56
(22,42,86)
#14244B
(20,36,75)
#121E40
(18,30,64)
#101835
(16,24,53)
#0E122A
(14,18,42)
#0C0C1F
(12,12,31)
#0A0614
(10,6,20)
#000000
(0,0,0)

Tints of #1E4282

#1E4282
(30,66,130)
#32538D
(50,83,141)
#466498
(70,100,152)
#5A75A3
(90,117,163)
#6E86AE
(110,134,174)
#8297B9
(130,151,185)
#96A8C4
(150,168,196)
#AAB9CF
(170,185,207)
#BECADA
(190,202,218)
#D2DBE5
(210,219,229)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4282 color. Also use rgb(30,66,130) instead hex code.

Text Font Color

.myTextColor { color: #1E4282; }

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

This text font color is #1E4282.


Background Color

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

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

This div background color is #1E4282.


Border color

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

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

This div border color is #1E4282.


Opacity

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

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

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

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

This text has shadow with #1E4282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4282 on black background.


Color preview on white background

This text has color #1E4282 on white background.



Black color preview on #1E4282 background

This text has black color on #1E4282 background.


White color preview on #1E4282 background

This text has white color on #1E4282 background.