COLOR #1E56B1

HEX: #1E56B1
RGB: (30,86,177)

Color info

#1E56B1 contains mainly blue color. Web safe color of #1E56B1 is #336699 (or #369).

RGB color model

#1E56B1 color RGB value is (30,86,177).

  • red value is 30;
  • green value is 86;
  • blue value is 177.
RGB:
(30,86,177)
(12%,34%,69%)

RGB channels and saturation

R 30 of 255 = 12%
G 86 of 255 = 34%
B 177 of 255 = 69%

30
86
177

R + G + B ~ 38%. #1E56B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 86 + 177 = 293 (100%)
R 30 of 293 ~ 10.24%
G 86 of 293 ~ 29.35%
B 177 of 293 ~ 60.41%

%10.24
%29.35
%60.41

CMYK color model

#1E56B1 color CMYK value is (83,51,0,31).

  • cyan value is 83.05%
  • magenta value is 51.41%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(83,51,0,31)
C83M51Y0K31 
(83%,51%,0%,31%)
(0.83/0.51/0.00/0.31)	

CMYK percentages

%83.05
%51.41
%0
%30.59

Codes

Color #1E56B1 in popluar color models

1E56B1
RGB3086177
HSL217°71.01%40.59%
HSB/HSV217°83.05%69.41%
CMYK83.05%51.41%0.00%
30.59%

Color #1E56B1 in popluar number systems.

HEX1E56B1
Decimal3086177
Binary11110101011010110001
Octal36126261

Shades and tints

Shades of #1E56B1

#1E56B1
(30,86,177)
#1C4FA1
(28,79,161)
#1A4891
(26,72,145)
#184181
(24,65,129)
#163A71
(22,58,113)
#143361
(20,51,97)
#122C51
(18,44,81)
#102541
(16,37,65)
#0E1E31
(14,30,49)
#0C1721
(12,23,33)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #1E56B1

#1E56B1
(30,86,177)
#3265B8
(50,101,184)
#4674BF
(70,116,191)
#5A83C6
(90,131,198)
#6E92CD
(110,146,205)
#82A1D4
(130,161,212)
#96B0DB
(150,176,219)
#AABFE2
(170,191,226)
#BECEE9
(190,206,233)
#D2DDF0
(210,221,240)
#E6ECF7
(230,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E56B1 color. Also use rgb(30,86,177) instead hex code.

Text Font Color

.myTextColor { color: #1E56B1; }

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

This text font color is #1E56B1.


Background Color

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

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

This div background color is #1E56B1.


Border color

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

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

This div border color is #1E56B1.


Opacity

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

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

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

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

This text has shadow with #1E56B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E56B1 on black background.


Color preview on white background

This text has color #1E56B1 on white background.



Black color preview on #1E56B1 background

This text has black color on #1E56B1 background.


White color preview on #1E56B1 background

This text has white color on #1E56B1 background.