COLOR #1E2753

HEX: #1E2753
RGB: (30,39,83)

Color info

#1E2753 contains red, green and blue colors in about the same proportion. Web safe color of #1E2753 is #333366 (or #336).

RGB color model

#1E2753 color RGB value is (30,39,83).

  • red value is 30;
  • green value is 39;
  • blue value is 83.
RGB:
(30,39,83)
(12%,15%,33%)

RGB channels and saturation

R 30 of 255 = 12%
G 39 of 255 = 15%
B 83 of 255 = 33%

30
39
83

R + G + B ~ 20%. #1E2753 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 39 + 83 = 152 (100%)
R 30 of 152 ~ 19.74%
G 39 of 152 ~ 25.66%
B 83 of 152 ~ 54.61%

%19.74
%25.66
%54.61

CMYK color model

#1E2753 color CMYK value is (64,53,0,67).

  • cyan value is 63.86%
  • magenta value is 53.01%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(64,53,0,67)
C64M53Y0K67 
(64%,53%,0%,67%)
(0.64/0.53/0.00/0.67)	

CMYK percentages

%63.86
%53.01
%0
%67.45

Codes

Color #1E2753 in popluar color models

1E2753
RGB303983
HSL230°46.90%22.16%
HSB/HSV230°63.86%32.55%
CMYK63.86%53.01%0.00%
67.45%

Color #1E2753 in popluar number systems.

HEX1E2753
Decimal303983
Binary111101001111010011
Octal3647123

Shades and tints

Shades of #1E2753

#1E2753
(30,39,83)
#1C244C
(28,36,76)
#1A2145
(26,33,69)
#181E3E
(24,30,62)
#161B37
(22,27,55)
#141830
(20,24,48)
#121529
(18,21,41)
#101222
(16,18,34)
#0E0F1B
(14,15,27)
#0C0C14
(12,12,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #1E2753

#1E2753
(30,39,83)
#323A62
(50,58,98)
#464D71
(70,77,113)
#5A6080
(90,96,128)
#6E738F
(110,115,143)
#82869E
(130,134,158)
#9699AD
(150,153,173)
#AAACBC
(170,172,188)
#BEBFCB
(190,191,203)
#D2D2DA
(210,210,218)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2753 color. Also use rgb(30,39,83) instead hex code.

Text Font Color

.myTextColor { color: #1E2753; }

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

This text font color is #1E2753.


Background Color

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

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

This div background color is #1E2753.


Border color

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

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

This div border color is #1E2753.


Opacity

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

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

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

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

This text has shadow with #1E2753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2753 on black background.


Color preview on white background

This text has color #1E2753 on white background.



Black color preview on #1E2753 background

This text has black color on #1E2753 background.


White color preview on #1E2753 background

This text has white color on #1E2753 background.