COLOR #1E264A

HEX: #1E264A
RGB: (30,38,74)

Color info

#1E264A contains red, green and blue colors in about the same proportion. Web safe color of #1E264A is #333333 (or #333).

RGB color model

#1E264A color RGB value is (30,38,74).

  • red value is 30;
  • green value is 38;
  • blue value is 74.
RGB:
(30,38,74)
(12%,15%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 38 of 255 = 15%
B 74 of 255 = 29%

30
38
74

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

Portions of RGB colors in percentages

R + G + B =
30 + 38 + 74 = 142 (100%)
R 30 of 142 ~ 21.13%
G 38 of 142 ~ 26.76%
B 74 of 142 ~ 52.11%

%21.13
%26.76
%52.11

CMYK color model

#1E264A color CMYK value is (59,49,0,71).

  • cyan value is 59.46%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(59,49,0,71)
C59M49Y0K71 
(59%,49%,0%,71%)
(0.59/0.49/0.00/0.71)	

CMYK percentages

%59.46
%48.65
%0
%70.98

Codes

Color #1E264A in popluar color models

1E264A
RGB303874
HSL229°42.31%20.39%
HSB/HSV229°59.46%29.02%
CMYK59.46%48.65%0.00%
70.98%

Color #1E264A in popluar number systems.

HEX1E264A
Decimal303874
Binary111101001101001010
Octal3646112

Shades and tints

Shades of #1E264A

#1E264A
(30,38,74)
#1C2344
(28,35,68)
#1A203E
(26,32,62)
#181D38
(24,29,56)
#161A32
(22,26,50)
#14172C
(20,23,44)
#121426
(18,20,38)
#101120
(16,17,32)
#0E0E1A
(14,14,26)
#0C0B14
(12,11,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #1E264A

#1E264A
(30,38,74)
#32395A
(50,57,90)
#464C6A
(70,76,106)
#5A5F7A
(90,95,122)
#6E728A
(110,114,138)
#82859A
(130,133,154)
#9698AA
(150,152,170)
#AAABBA
(170,171,186)
#BEBECA
(190,190,202)
#D2D1DA
(210,209,218)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E264A color. Also use rgb(30,38,74) instead hex code.

Text Font Color

.myTextColor { color: #1E264A; }

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

This text font color is #1E264A.


Background Color

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

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

This div background color is #1E264A.


Border color

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

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

This div border color is #1E264A.


Opacity

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

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

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

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

This text has shadow with #1E264A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E264A on black background.


Color preview on white background

This text has color #1E264A on white background.



Black color preview on #1E264A background

This text has black color on #1E264A background.


White color preview on #1E264A background

This text has white color on #1E264A background.