COLOR #1E2B7B

HEX: #1E2B7B
RGB: (30,43,123)

Color info

#1E2B7B contains mainly blue color. Web safe color of #1E2B7B is #333366 (or #336).

RGB color model

#1E2B7B color RGB value is (30,43,123).

  • red value is 30;
  • green value is 43;
  • blue value is 123.
RGB:
(30,43,123)
(12%,17%,48%)

RGB channels and saturation

R 30 of 255 = 12%
G 43 of 255 = 17%
B 123 of 255 = 48%

30
43
123

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

Portions of RGB colors in percentages

R + G + B =
30 + 43 + 123 = 196 (100%)
R 30 of 196 ~ 15.31%
G 43 of 196 ~ 21.94%
B 123 of 196 ~ 62.76%

%15.31
%21.94
%62.76

CMYK color model

#1E2B7B color CMYK value is (76,65,0,52).

  • cyan value is 75.61%
  • magenta value is 65.04%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(76,65,0,52)
C76M65Y0K52 
(76%,65%,0%,52%)
(0.76/0.65/0.00/0.52)	

CMYK percentages

%75.61
%65.04
%0
%51.76

Codes

Color #1E2B7B in popluar color models

1E2B7B
RGB3043123
HSL232°60.78%30.00%
HSB/HSV232°75.61%48.24%
CMYK75.61%65.04%0.00%
51.76%

Color #1E2B7B in popluar number systems.

HEX1E2B7B
Decimal3043123
Binary111101010111111011
Octal3653173

Shades and tints

Shades of #1E2B7B

#1E2B7B
(30,43,123)
#1C2870
(28,40,112)
#1A2565
(26,37,101)
#18225A
(24,34,90)
#161F4F
(22,31,79)
#141C44
(20,28,68)
#121939
(18,25,57)
#10162E
(16,22,46)
#0E1323
(14,19,35)
#0C1018
(12,16,24)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #1E2B7B

#1E2B7B
(30,43,123)
#323E87
(50,62,135)
#465193
(70,81,147)
#5A649F
(90,100,159)
#6E77AB
(110,119,171)
#828AB7
(130,138,183)
#969DC3
(150,157,195)
#AAB0CF
(170,176,207)
#BEC3DB
(190,195,219)
#D2D6E7
(210,214,231)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2B7B color. Also use rgb(30,43,123) instead hex code.

Text Font Color

.myTextColor { color: #1E2B7B; }

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

This text font color is #1E2B7B.


Background Color

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

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

This div background color is #1E2B7B.


Border color

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

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

This div border color is #1E2B7B.


Opacity

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

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

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

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

This text has shadow with #1E2B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2B7B on black background.


Color preview on white background

This text has color #1E2B7B on white background.



Black color preview on #1E2B7B background

This text has black color on #1E2B7B background.


White color preview on #1E2B7B background

This text has white color on #1E2B7B background.