COLOR #1E549B

HEX: #1E549B
RGB: (30,84,155)

Color info

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

RGB color model

#1E549B color RGB value is (30,84,155).

  • red value is 30;
  • green value is 84;
  • blue value is 155.
RGB:
(30,84,155)
(12%,33%,61%)

RGB channels and saturation

R 30 of 255 = 12%
G 84 of 255 = 33%
B 155 of 255 = 61%

30
84
155

R + G + B ~ 35%. #1E549B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 84 + 155 = 269 (100%)
R 30 of 269 ~ 11.15%
G 84 of 269 ~ 31.23%
B 155 of 269 ~ 57.62%

%11.15
%31.23
%57.62

CMYK color model

#1E549B color CMYK value is (81,46,0,39).

  • cyan value is 80.65%
  • magenta value is 45.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(81,46,0,39)
C81M46Y0K39 
(81%,46%,0%,39%)
(0.81/0.46/0.00/0.39)	

CMYK percentages

%80.65
%45.81
%0
%39.22

Codes

Color #1E549B in popluar color models

1E549B
RGB3084155
HSL214°67.57%36.27%
HSB/HSV214°80.65%60.78%
CMYK80.65%45.81%0.00%
39.22%

Color #1E549B in popluar number systems.

HEX1E549B
Decimal3084155
Binary11110101010010011011
Octal36124233

Shades and tints

Shades of #1E549B

#1E549B
(30,84,155)
#1C4D8D
(28,77,141)
#1A467F
(26,70,127)
#183F71
(24,63,113)
#163863
(22,56,99)
#143155
(20,49,85)
#122A47
(18,42,71)
#102339
(16,35,57)
#0E1C2B
(14,28,43)
#0C151D
(12,21,29)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #1E549B

#1E549B
(30,84,155)
#3263A4
(50,99,164)
#4672AD
(70,114,173)
#5A81B6
(90,129,182)
#6E90BF
(110,144,191)
#829FC8
(130,159,200)
#96AED1
(150,174,209)
#AABDDA
(170,189,218)
#BECCE3
(190,204,227)
#D2DBEC
(210,219,236)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E549B color. Also use rgb(30,84,155) instead hex code.

Text Font Color

.myTextColor { color: #1E549B; }

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

This text font color is #1E549B.


Background Color

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

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

This div background color is #1E549B.


Border color

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

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

This div border color is #1E549B.


Opacity

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

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

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

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

This text has shadow with #1E549B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E549B on black background.


Color preview on white background

This text has color #1E549B on white background.



Black color preview on #1E549B background

This text has black color on #1E549B background.


White color preview on #1E549B background

This text has white color on #1E549B background.