COLOR #1E3463

HEX: #1E3463 RGB: (30,52,99)

Color info

#1E3463 contains mainly green and blue colors. Web safe color of #1E3463 is #333366 (or #336).

RGB color model

#1E3463 color RGB value is (30,52,99).

RGB: (30,52,99) (12%, 20%, 39%)

RGB channels and saturation

R 30 of 255 = 12%
G 52 of 255 = 20%
B 99 of 255 = 39%

30
52
99

R + G + B ~ 24%. #1E3463 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 52 + 99 = 181 (100%)
R 30 of 181 ~ 16.57%
G 52 of 181 ~ 28.73%
B 99 of 181 ~ 54.7'%

%16.57
%28.73
%54.7

CMYK color model

#1E3463 color CMYK value is (70,47,0,61).

  • cyan value is 69.70%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (70,47,0,61) C70M47Y0K61 (70%,47%,0%,61%) (0.70/0.47/0.00/0.61) 

CMYK percentages

%69.7
%47.47
%0
%61.18

Codes

Color #1E3463 in popluar color models

1E 34 63
RGB 30 52 99
HSL 221° 53.49% 25.29%
HSB/HSV 221° 69.70% 38.82%
CMYK 69.70% 47.47% 0.00%
61.18%

Color #1E3463 in popluar number systems.

HEX 1E 34 63
Decimal 30 52 99
Binary 11110 110100 1100011
Octal 36 64 143

Shades and tints

Shades of #1E3463

#1E3463
(30,52,99)
#1C305A
(28,48,90)
#1A2C51
(26,44,81)
#182848
(24,40,72)
#16243F
(22,36,63)
#142036
(20,32,54)
#121C2D
(18,28,45)
#101824
(16,24,36)
#0E141B
(14,20,27)
#0C1012
(12,16,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #1E3463

#1E3463
(30,52,99)
#324671
(50,70,113)
#46587F
(70,88,127)
#5A6A8D
(90,106,141)
#6E7C9B
(110,124,155)
#828EA9
(130,142,169)
#96A0B7
(150,160,183)
#AAB2C5
(170,178,197)
#BEC4D3
(190,196,211)
#D2D6E1
(210,214,225)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3463 color. Also use rgb(30,52,99) instead hex code.

Text Font Color

.myTextColor { color: #1E3463; }

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

This text font color is #1E3463.

Background Color

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

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

This div background color is #1E3463.

Border color

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

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

This div border color is #1E3463.

Opacity

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

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

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

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

This text has shadow with #1E3463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3463.

Preview

Color preview on black background

This text has color #1E3463 on black background.


Color preview on white background

This text has color #1E3463 on white background.


Black color preview on #1E3463 background

This text has black color on #1E3463 background.


White color preview on #1E3463 background

This text has white color on #1E3463 background.


Related colors

Complementary color

Complementary color for #hex is #E1CB9C.


I love getcolorcode.com

Triadic colors

1 #631E34 and #34631E with #1E3463 are triadic colors.

2 #63341E and #341E63 with #1E3463 are triadic colors.