COLOR #1E5AAA

HEX: #1E5AAA
RGB: (30,90,170)

Color info

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

RGB color model

#1E5AAA color RGB value is (30,90,170).

  • red value is 30;
  • green value is 90;
  • blue value is 170.
RGB:
(30,90,170)
(12%,35%,67%)

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 170 of 255 = 67%

30
90
170

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

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 170 = 290 (100%)
R 30 of 290 ~ 10.34%
G 90 of 290 ~ 31.03%
B 170 of 290 ~ 58.62%

%10.34
%31.03
%58.62

CMYK color model

#1E5AAA color CMYK value is (82,47,0,33).

  • cyan value is 82.35%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(82,47,0,33)
C82M47Y0K33 
(82%,47%,0%,33%)
(0.82/0.47/0.00/0.33)	

CMYK percentages

%82.35
%47.06
%0
%33.33

Codes

Color #1E5AAA in popluar color models

1E5AAA
RGB3090170
HSL214°70.00%39.22%
HSB/HSV214°82.35%66.67%
CMYK82.35%47.06%0.00%
33.33%

Color #1E5AAA in popluar number systems.

HEX1E5AAA
Decimal3090170
Binary11110101101010101010
Octal36132252

Shades and tints

Shades of #1E5AAA

#1E5AAA
(30,90,170)
#1C529B
(28,82,155)
#1A4A8C
(26,74,140)
#18427D
(24,66,125)
#163A6E
(22,58,110)
#14325F
(20,50,95)
#122A50
(18,42,80)
#102241
(16,34,65)
#0E1A32
(14,26,50)
#0C1223
(12,18,35)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #1E5AAA

#1E5AAA
(30,90,170)
#3269B1
(50,105,177)
#4678B8
(70,120,184)
#5A87BF
(90,135,191)
#6E96C6
(110,150,198)
#82A5CD
(130,165,205)
#96B4D4
(150,180,212)
#AAC3DB
(170,195,219)
#BED2E2
(190,210,226)
#D2E1E9
(210,225,233)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5AAA color. Also use rgb(30,90,170) instead hex code.

Text Font Color

.myTextColor { color: #1E5AAA; }

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

This text font color is #1E5AAA.


Background Color

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

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

This div background color is #1E5AAA.


Border color

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

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

This div border color is #1E5AAA.


Opacity

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

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

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

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

This text has shadow with #1E5AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5AAA on black background.


Color preview on white background

This text has color #1E5AAA on white background.



Black color preview on #1E5AAA background

This text has black color on #1E5AAA background.


White color preview on #1E5AAA background

This text has white color on #1E5AAA background.