COLOR #1E254E

HEX: #1E254E
RGB: (30,37,78)

Color info

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

RGB color model

#1E254E color RGB value is (30,37,78).

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

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 78 of 255 = 31%

30
37
78

R + G + B ~ 19%. #1E254E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 78 = 145 (100%)
R 30 of 145 ~ 20.69%
G 37 of 145 ~ 25.52%
B 78 of 145 ~ 53.79%

%20.69
%25.52
%53.79

CMYK color model

#1E254E color CMYK value is (62,53,0,69).

  • cyan value is 61.54%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(62,53,0,69)
C62M53Y0K69 
(62%,53%,0%,69%)
(0.62/0.53/0.00/0.69)	

CMYK percentages

%61.54
%52.56
%0
%69.41

Codes

Color #1E254E in popluar color models

1E254E
RGB303778
HSL231°44.44%21.18%
HSB/HSV231°61.54%30.59%
CMYK61.54%52.56%0.00%
69.41%

Color #1E254E in popluar number systems.

HEX1E254E
Decimal303778
Binary111101001011001110
Octal3645116

Shades and tints

Shades of #1E254E

#1E254E
(30,37,78)
#1C2247
(28,34,71)
#1A1F40
(26,31,64)
#181C39
(24,28,57)
#161932
(22,25,50)
#14162B
(20,22,43)
#121324
(18,19,36)
#10101D
(16,16,29)
#0E0D16
(14,13,22)
#0C0A0F
(12,10,15)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #1E254E

#1E254E
(30,37,78)
#32385E
(50,56,94)
#464B6E
(70,75,110)
#5A5E7E
(90,94,126)
#6E718E
(110,113,142)
#82849E
(130,132,158)
#9697AE
(150,151,174)
#AAAABE
(170,170,190)
#BEBDCE
(190,189,206)
#D2D0DE
(210,208,222)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E254E; }

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

This text font color is #1E254E.


Background Color

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

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

This div background color is #1E254E.


Border color

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

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

This div border color is #1E254E.


Opacity

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

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

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

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

This text has shadow with #1E254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E254E on black background.


Color preview on white background

This text has color #1E254E on white background.



Black color preview on #1E254E background

This text has black color on #1E254E background.


White color preview on #1E254E background

This text has white color on #1E254E background.