COLOR #1E3B6D

HEX: #1E3B6D
RGB: (30,59,109)

Color info

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

RGB color model

#1E3B6D color RGB value is (30,59,109).

  • red value is 30;
  • green value is 59;
  • blue value is 109.
RGB:
(30,59,109)
(12%,23%,43%)

RGB channels and saturation

R 30 of 255 = 12%
G 59 of 255 = 23%
B 109 of 255 = 43%

30
59
109

R + G + B ~ 26%. #1E3B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 59 + 109 = 198 (100%)
R 30 of 198 ~ 15.15%
G 59 of 198 ~ 29.8%
B 109 of 198 ~ 55.05%

%15.15
%29.8
%55.05

CMYK color model

#1E3B6D color CMYK value is (72,46,0,57).

  • cyan value is 72.48%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(72,46,0,57)
C72M46Y0K57 
(72%,46%,0%,57%)
(0.72/0.46/0.00/0.57)	

CMYK percentages

%72.48
%45.87
%0
%57.25

Codes

Color #1E3B6D in popluar color models

1E3B6D
RGB3059109
HSL218°56.83%27.25%
HSB/HSV218°72.48%42.75%
CMYK72.48%45.87%0.00%
57.25%

Color #1E3B6D in popluar number systems.

HEX1E3B6D
Decimal3059109
Binary111101110111101101
Octal3673155

Shades and tints

Shades of #1E3B6D

#1E3B6D
(30,59,109)
#1C3664
(28,54,100)
#1A315B
(26,49,91)
#182C52
(24,44,82)
#162749
(22,39,73)
#142240
(20,34,64)
#121D37
(18,29,55)
#10182E
(16,24,46)
#0E1325
(14,19,37)
#0C0E1C
(12,14,28)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #1E3B6D

#1E3B6D
(30,59,109)
#324C7A
(50,76,122)
#465D87
(70,93,135)
#5A6E94
(90,110,148)
#6E7FA1
(110,127,161)
#8290AE
(130,144,174)
#96A1BB
(150,161,187)
#AAB2C8
(170,178,200)
#BEC3D5
(190,195,213)
#D2D4E2
(210,212,226)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3B6D color. Also use rgb(30,59,109) instead hex code.

Text Font Color

.myTextColor { color: #1E3B6D; }

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

This text font color is #1E3B6D.


Background Color

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

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

This div background color is #1E3B6D.


Border color

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

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

This div border color is #1E3B6D.


Opacity

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

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

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

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

This text has shadow with #1E3B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3B6D on black background.


Color preview on white background

This text has color #1E3B6D on white background.



Black color preview on #1E3B6D background

This text has black color on #1E3B6D background.


White color preview on #1E3B6D background

This text has white color on #1E3B6D background.