COLOR #1E2F63

HEX: #1E2F63 RGB: (30,47,99)

Color info

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

RGB color model

#1E2F63 color RGB value is (30,47,99).

RGB: (30,47,99) (12%, 18%, 39%)

RGB channels and saturation

R 30 of 255 = 12%
G 47 of 255 = 18%
B 99 of 255 = 39%

30
47
99

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

Portions of RGB colors in percentages

R + G + B = 30 + 47 + 99 = 176 (100%)
R 30 of 176 ~ 17.05%
G 47 of 176 ~ 26.7%
B 99 of 176 ~ 56.25'%

%17.05
%26.7
%56.25

CMYK color model

#1E2F63 color CMYK value is (70,53,0,61).

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

CMYK: (70,53,0,61)
C70M53Y0K61 (70%, 53%, 0%, 61%)
(0.70 / 0.53 / 0.00 / 0.61)

CMYK percentages

%69.7
%52.53
%0
%61.18

Codes

Color #1E2F63 in popluar color models

1E 2F 63
RGB 30 47 99
HSL 225° 53.49% 25.29%
HSB/HSV 225° 69.70% 38.82%
CMYK 69.70% 52.53% 0.00%
61.18%

Color #1E2F63 in popluar number systems.

HEX 1E 2F 63
Decimal 30 47 99
Binary 11110 101111 1100011
Octal 36 57 143

Shades and tints

Shades of #1E2F63

#1E2F63
(30,47,99)
#1C2B5A
(28,43,90)
#1A2751
(26,39,81)
#182348
(24,35,72)
#161F3F
(22,31,63)
#141B36
(20,27,54)
#12172D
(18,23,45)
#101324
(16,19,36)
#0E0F1B
(14,15,27)
#0C0B12
(12,11,18)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #1E2F63

#1E2F63
(30,47,99)
#324171
(50,65,113)
#46537F
(70,83,127)
#5A658D
(90,101,141)
#6E779B
(110,119,155)
#8289A9
(130,137,169)
#969BB7
(150,155,183)
#AAADC5
(170,173,197)
#BEBFD3
(190,191,211)
#D2D1E1
(210,209,225)
#E6E3EF
(230,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2F63; }

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

This text font color is #1E2F63.

Background Color

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

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

This div background color is #1E2F63.

Border color

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

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

This div border color is #1E2F63.

Opacity

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

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

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

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

This text has shadow with #1E2F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2F63.

Preview

Color preview on black background

This text has color #1E2F63 on black background.


Color preview on white background

This text has color #1E2F63 on white background.


Black color preview on #1E2F63 background

This text has black color on #1E2F63 background.


White color preview on #1E2F63 background

This text has white color on #1E2F63 background.


Related colors

Complementary color

Complementary color for #hex is #E1D09C.


I love getcolorcode.com

Triadic colors

1 #631E2F and #2F631E with #1E2F63 are triadic colors.

2 #632F1E and #2F1E63 with #1E2F63 are triadic colors.