COLOR #1E4AC1

HEX: #1E4AC1
RGB: (30,74,193)

Color info

#1E4AC1 contains mainly blue color. Web safe color of #1E4AC1 is #3333CC (or #33C).

RGB color model

#1E4AC1 color RGB value is (30,74,193).

  • red value is 30;
  • green value is 74;
  • blue value is 193.
RGB:
(30,74,193)
(12%,29%,76%)

RGB channels and saturation

R 30 of 255 = 12%
G 74 of 255 = 29%
B 193 of 255 = 76%

30
74
193

R + G + B ~ 39%. #1E4AC1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 74 + 193 = 297 (100%)
R 30 of 297 ~ 10.1%
G 74 of 297 ~ 24.92%
B 193 of 297 ~ 64.98%

%10.1
%24.92
%64.98

CMYK color model

#1E4AC1 color CMYK value is (84,62,0,24).

  • cyan value is 84.46%
  • magenta value is 61.66%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(84,62,0,24)
C84M62Y0K24 
(84%,62%,0%,24%)
(0.84/0.62/0.00/0.24)	

CMYK percentages

%84.46
%61.66
%0
%24.31

Codes

Color #1E4AC1 in popluar color models

1E4AC1
RGB3074193
HSL224°73.09%43.73%
HSB/HSV224°84.46%75.69%
CMYK84.46%61.66%0.00%
24.31%

Color #1E4AC1 in popluar number systems.

HEX1E4AC1
Decimal3074193
Binary11110100101011000001
Octal36112301

Shades and tints

Shades of #1E4AC1

#1E4AC1
(30,74,193)
#1C44B0
(28,68,176)
#1A3E9F
(26,62,159)
#18388E
(24,56,142)
#16327D
(22,50,125)
#142C6C
(20,44,108)
#12265B
(18,38,91)
#10204A
(16,32,74)
#0E1A39
(14,26,57)
#0C1428
(12,20,40)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #1E4AC1

#1E4AC1
(30,74,193)
#325AC6
(50,90,198)
#466ACB
(70,106,203)
#5A7AD0
(90,122,208)
#6E8AD5
(110,138,213)
#829ADA
(130,154,218)
#96AADF
(150,170,223)
#AABAE4
(170,186,228)
#BECAE9
(190,202,233)
#D2DAEE
(210,218,238)
#E6EAF3
(230,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4AC1 color. Also use rgb(30,74,193) instead hex code.

Text Font Color

.myTextColor { color: #1E4AC1; }

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

This text font color is #1E4AC1.


Background Color

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

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

This div background color is #1E4AC1.


Border color

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

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

This div border color is #1E4AC1.


Opacity

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

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

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

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

This text has shadow with #1E4AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4AC1 on black background.


Color preview on white background

This text has color #1E4AC1 on white background.



Black color preview on #1E4AC1 background

This text has black color on #1E4AC1 background.


White color preview on #1E4AC1 background

This text has white color on #1E4AC1 background.