COLOR #1E386A

HEX: #1E386A
RGB: (30,56,106)

Color info

#1E386A contains mainly green and blue colors. Web safe color of #1E386A is #333366 (or #336).

RGB color model

#1E386A color RGB value is (30,56,106).

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

RGB channels and saturation

R 30 of 255 = 12%
G 56 of 255 = 22%
B 106 of 255 = 42%

30
56
106

R + G + B ~ 25%. #1E386A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 56 + 106 = 192 (100%)
R 30 of 192 ~ 15.63%
G 56 of 192 ~ 29.17%
B 106 of 192 ~ 55.21%

%15.63
%29.17
%55.21

CMYK color model

#1E386A color CMYK value is (72,47,0,58).

  • cyan value is 71.70%
  • magenta value is 47.17%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(72,47,0,58)
C72M47Y0K58 
(72%,47%,0%,58%)
(0.72/0.47/0.00/0.58)	

CMYK percentages

%71.7
%47.17
%0
%58.43

Codes

Color #1E386A in popluar color models

1E386A
RGB3056106
HSL219°55.88%26.67%
HSB/HSV219°71.70%41.57%
CMYK71.70%47.17%0.00%
58.43%

Color #1E386A in popluar number systems.

HEX1E386A
Decimal3056106
Binary111101110001101010
Octal3670152

Shades and tints

Shades of #1E386A

#1E386A
(30,56,106)
#1C3361
(28,51,97)
#1A2E58
(26,46,88)
#18294F
(24,41,79)
#162446
(22,36,70)
#141F3D
(20,31,61)
#121A34
(18,26,52)
#10152B
(16,21,43)
#0E1022
(14,16,34)
#0C0B19
(12,11,25)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #1E386A

#1E386A
(30,56,106)
#324A77
(50,74,119)
#465C84
(70,92,132)
#5A6E91
(90,110,145)
#6E809E
(110,128,158)
#8292AB
(130,146,171)
#96A4B8
(150,164,184)
#AAB6C5
(170,182,197)
#BEC8D2
(190,200,210)
#D2DADF
(210,218,223)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E386A; }

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

This text font color is #1E386A.


Background Color

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

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

This div background color is #1E386A.


Border color

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

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

This div border color is #1E386A.


Opacity

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

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

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

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

This text has shadow with #1E386A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E386A on black background.


Color preview on white background

This text has color #1E386A on white background.



Black color preview on #1E386A background

This text has black color on #1E386A background.


White color preview on #1E386A background

This text has white color on #1E386A background.