COLOR #1E227D

HEX: #1E227D RGB: (30,34,125)

Color info

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

RGB color model

#1E227D color RGB value is (30,34,125).

RGB: (30,34,125) (12%, 13%, 49%)

RGB channels and saturation

R 30 of 255 = 12%
G 34 of 255 = 13%
B 125 of 255 = 49%

30
34
125

R + G + B ~ 25%. #1E227D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 34 + 125 = 189 (100%)
R 30 of 189 ~ 15.87%
G 34 of 189 ~ 17.99%
B 125 of 189 ~ 66.14'%

%15.87
%17.99
%66.14

CMYK color model

#1E227D color CMYK value is (76,73,0,51).

  • cyan value is 76.00%
  • magenta value is 72.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (76,73,0,51)
C76M73Y0K51 (76%, 73%, 0%, 51%)
(0.76 / 0.73 / 0.00 / 0.51)

CMYK percentages

%76
%72.8
%0
%50.98

Codes

Color #1E227D in popluar color models

1E 22 7D
RGB 30 34 125
HSL 237° 61.29% 30.39%
HSB/HSV 237° 76.00% 49.02%
CMYK 76.00% 72.80% 0.00%
50.98%

Color #1E227D in popluar number systems.

HEX 1E 22 7D
Decimal 30 34 125
Binary 11110 100010 1111101
Octal 36 42 175

Shades and tints

Shades of #1E227D

#1E227D
(30,34,125)
#1C1F72
(28,31,114)
#1A1C67
(26,28,103)
#18195C
(24,25,92)
#161651
(22,22,81)
#141346
(20,19,70)
#12103B
(18,16,59)
#100D30
(16,13,48)
#0E0A25
(14,10,37)
#0C071A
(12,7,26)
#0A040F
(10,4,15)
#000000
(0,0,0)

Tints of #1E227D

#1E227D
(30,34,125)
#323688
(50,54,136)
#464A93
(70,74,147)
#5A5E9E
(90,94,158)
#6E72A9
(110,114,169)
#8286B4
(130,134,180)
#969ABF
(150,154,191)
#AAAECA
(170,174,202)
#BEC2D5
(190,194,213)
#D2D6E0
(210,214,224)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E227D color. Also use rgb(30,34,125) instead hex code.

Text Font Color

.myTextColor { color: #1E227D; }

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

This text font color is #1E227D.

Background Color

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

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

This div background color is #1E227D.

Border color

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

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

This div border color is #1E227D.

Opacity

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

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

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

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

This text has shadow with #1E227D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E227D.

Preview

Color preview on black background

This text has color #1E227D on black background.


Color preview on white background

This text has color #1E227D on white background.


Black color preview on #1E227D background

This text has black color on #1E227D background.


White color preview on #1E227D background

This text has white color on #1E227D background.


Related colors

Complementary color

Complementary color for #hex is #E1DD82.


I love getcolorcode.com

Triadic colors

1 #7D1E22 and #227D1E with #1E227D are triadic colors.

2 #7D221E and #221E7D with #1E227D are triadic colors.