COLOR #1E2C63

HEX: #1E2C63 RGB: (30,44,99)

Color info

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

RGB color model

#1E2C63 color RGB value is (30,44,99).

RGB: (30,44,99) (12%, 17%, 39%)

RGB channels and saturation

R 30 of 255 = 12%
G 44 of 255 = 17%
B 99 of 255 = 39%

30
44
99

R + G + B ~ 23%. #1E2C63 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 44 + 99 = 173 (100%)
R 30 of 173 ~ 17.34%
G 44 of 173 ~ 25.43%
B 99 of 173 ~ 57.23'%

%17.34
%25.43
%57.23

CMYK color model

#1E2C63 color CMYK value is (70,56,0,61).

  • cyan value is 69.70%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (70,56,0,61)
C70M56Y0K61 (70%, 56%, 0%, 61%)
(0.70 / 0.56 / 0.00 / 0.61)

CMYK percentages

%69.7
%55.56
%0
%61.18

Codes

Color #1E2C63 in popluar color models

1E 2C 63
RGB 30 44 99
HSL 228° 53.49% 25.29%
HSB/HSV 228° 69.70% 38.82%
CMYK 69.70% 55.56% 0.00%
61.18%

Color #1E2C63 in popluar number systems.

HEX 1E 2C 63
Decimal 30 44 99
Binary 11110 101100 1100011
Octal 36 54 143

Shades and tints

Shades of #1E2C63

#1E2C63
(30,44,99)
#1C285A
(28,40,90)
#1A2451
(26,36,81)
#182048
(24,32,72)
#161C3F
(22,28,63)
#141836
(20,24,54)
#12142D
(18,20,45)
#101024
(16,16,36)
#0E0C1B
(14,12,27)
#0C0812
(12,8,18)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #1E2C63

#1E2C63
(30,44,99)
#323F71
(50,63,113)
#46527F
(70,82,127)
#5A658D
(90,101,141)
#6E789B
(110,120,155)
#828BA9
(130,139,169)
#969EB7
(150,158,183)
#AAB1C5
(170,177,197)
#BEC4D3
(190,196,211)
#D2D7E1
(210,215,225)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2C63; }

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

This text font color is #1E2C63.

Background Color

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

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

This div background color is #1E2C63.

Border color

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

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

This div border color is #1E2C63.

Opacity

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

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

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

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

This text has shadow with #1E2C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2C63.

Preview

Color preview on black background

This text has color #1E2C63 on black background.


Color preview on white background

This text has color #1E2C63 on white background.


Black color preview on #1E2C63 background

This text has black color on #1E2C63 background.


White color preview on #1E2C63 background

This text has white color on #1E2C63 background.


Related colors

Complementary color

Complementary color for #hex is #E1D39C.


I love getcolorcode.com

Triadic colors

1 #631E2C and #2C631E with #1E2C63 are triadic colors.

2 #632C1E and #2C1E63 with #1E2C63 are triadic colors.