COLOR #1E2599

HEX: #1E2599
RGB: (30,37,153)

Color info

#1E2599 contains mainly blue color. Web safe color of #1E2599 is #333399 (or #339).

RGB color model

#1E2599 color RGB value is (30,37,153).

  • red value is 30;
  • green value is 37;
  • blue value is 153.
RGB:
(30,37,153)
(12%,15%,60%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 153 of 255 = 60%

30
37
153

R + G + B ~ 29%. #1E2599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 153 = 220 (100%)
R 30 of 220 ~ 13.64%
G 37 of 220 ~ 16.82%
B 153 of 220 ~ 69.55%

%13.64
%16.82
%69.55

CMYK color model

#1E2599 color CMYK value is (80,76,0,40).

  • cyan value is 80.39%
  • magenta value is 75.82%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(80,76,0,40)
C80M76Y0K40 
(80%,76%,0%,40%)
(0.80/0.76/0.00/0.40)	

CMYK percentages

%80.39
%75.82
%0
%40

Codes

Color #1E2599 in popluar color models

1E2599
RGB3037153
HSL237°67.21%35.88%
HSB/HSV237°80.39%60.00%
CMYK80.39%75.82%0.00%
40.00%

Color #1E2599 in popluar number systems.

HEX1E2599
Decimal3037153
Binary1111010010110011001
Octal3645231

Shades and tints

Shades of #1E2599

#1E2599
(30,37,153)
#1C228C
(28,34,140)
#1A1F7F
(26,31,127)
#181C72
(24,28,114)
#161965
(22,25,101)
#141658
(20,22,88)
#12134B
(18,19,75)
#10103E
(16,16,62)
#0E0D31
(14,13,49)
#0C0A24
(12,10,36)
#0A0717
(10,7,23)
#000000
(0,0,0)

Tints of #1E2599

#1E2599
(30,37,153)
#3238A2
(50,56,162)
#464BAB
(70,75,171)
#5A5EB4
(90,94,180)
#6E71BD
(110,113,189)
#8284C6
(130,132,198)
#9697CF
(150,151,207)
#AAAAD8
(170,170,216)
#BEBDE1
(190,189,225)
#D2D0EA
(210,208,234)
#E6E3F3
(230,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2599 color. Also use rgb(30,37,153) instead hex code.

Text Font Color

.myTextColor { color: #1E2599; }

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

This text font color is #1E2599.


Background Color

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

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

This div background color is #1E2599.


Border color

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

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

This div border color is #1E2599.


Opacity

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

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

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

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

This text has shadow with #1E2599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2599 on black background.


Color preview on white background

This text has color #1E2599 on white background.



Black color preview on #1E2599 background

This text has black color on #1E2599 background.


White color preview on #1E2599 background

This text has white color on #1E2599 background.