COLOR #1E6AA2

HEX: #1E6AA2
RGB: (30,106,162)

Color info

#1E6AA2 contains mainly green and blue colors. Web safe color of #1E6AA2 is #336699 (or #369).

RGB color model

#1E6AA2 color RGB value is (30,106,162).

  • red value is 30;
  • green value is 106;
  • blue value is 162.
RGB:
(30,106,162)
(12%,42%,64%)

RGB channels and saturation

R 30 of 255 = 12%
G 106 of 255 = 42%
B 162 of 255 = 64%

30
106
162

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

Portions of RGB colors in percentages

R + G + B =
30 + 106 + 162 = 298 (100%)
R 30 of 298 ~ 10.07%
G 106 of 298 ~ 35.57%
B 162 of 298 ~ 54.36%

%10.07
%35.57
%54.36

CMYK color model

#1E6AA2 color CMYK value is (81,35,0,36).

  • cyan value is 81.48%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(81,35,0,36)
C81M35Y0K36 
(81%,35%,0%,36%)
(0.81/0.35/0.00/0.36)	

CMYK percentages

%81.48
%34.57
%0
%36.47

Codes

Color #1E6AA2 in popluar color models

1E6AA2
RGB30106162
HSL205°68.75%37.65%
HSB/HSV205°81.48%63.53%
CMYK81.48%34.57%0.00%
36.47%

Color #1E6AA2 in popluar number systems.

HEX1E6AA2
Decimal30106162
Binary11110110101010100010
Octal36152242

Shades and tints

Shades of #1E6AA2

#1E6AA2
(30,106,162)
#1C6194
(28,97,148)
#1A5886
(26,88,134)
#184F78
(24,79,120)
#16466A
(22,70,106)
#143D5C
(20,61,92)
#12344E
(18,52,78)
#102B40
(16,43,64)
#0E2232
(14,34,50)
#0C1924
(12,25,36)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #1E6AA2

#1E6AA2
(30,106,162)
#3277AA
(50,119,170)
#4684B2
(70,132,178)
#5A91BA
(90,145,186)
#6E9EC2
(110,158,194)
#82ABCA
(130,171,202)
#96B8D2
(150,184,210)
#AAC5DA
(170,197,218)
#BED2E2
(190,210,226)
#D2DFEA
(210,223,234)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6AA2 color. Also use rgb(30,106,162) instead hex code.

Text Font Color

.myTextColor { color: #1E6AA2; }

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

This text font color is #1E6AA2.


Background Color

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

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

This div background color is #1E6AA2.


Border color

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

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

This div border color is #1E6AA2.


Opacity

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

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

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

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

This text has shadow with #1E6AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6AA2 on black background.


Color preview on white background

This text has color #1E6AA2 on white background.



Black color preview on #1E6AA2 background

This text has black color on #1E6AA2 background.


White color preview on #1E6AA2 background

This text has white color on #1E6AA2 background.