COLOR #1E263B

HEX: #1E263B RGB: (30,38,59)

Color info

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

RGB color model

#1E263B color RGB value is (30,38,59).

RGB: (30,38,59) (12%, 15%, 23%)

RGB channels and saturation

R 30 of 255 = 12%
G 38 of 255 = 15%
B 59 of 255 = 23%

30
38
59

R + G + B ~ 17%. #1E263B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 38 + 59 = 127 (100%)
R 30 of 127 ~ 23.62%
G 38 of 127 ~ 29.92%
B 59 of 127 ~ 46.46'%

%23.62
%29.92
%46.46

CMYK color model

#1E263B color CMYK value is (49,36,0,77).

  • cyan value is 49.15%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (49,36,0,77)
C49M36Y0K77 (49%, 36%, 0%, 77%)
(0.49 / 0.36 / 0.00 / 0.77)

CMYK percentages

%49.15
%35.59
%0
%76.86

Codes

Color #1E263B in popluar color models

1E 26 3B
RGB 30 38 59
HSL 223° 32.58% 17.45%
HSB/HSV 223° 49.15% 23.14%
CMYK 49.15% 35.59% 0.00%
76.86%

Color #1E263B in popluar number systems.

HEX 1E 26 3B
Decimal 30 38 59
Binary 11110 100110 111011
Octal 36 46 73

Shades and tints

Shades of #1E263B

#1E263B
(30,38,59)
#1C2336
(28,35,54)
#1A2031
(26,32,49)
#181D2C
(24,29,44)
#161A27
(22,26,39)
#141722
(20,23,34)
#12141D
(18,20,29)
#101118
(16,17,24)
#0E0E13
(14,14,19)
#0C0B0E
(12,11,14)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #1E263B

#1E263B
(30,38,59)
#32394C
(50,57,76)
#464C5D
(70,76,93)
#5A5F6E
(90,95,110)
#6E727F
(110,114,127)
#828590
(130,133,144)
#9698A1
(150,152,161)
#AAABB2
(170,171,178)
#BEBEC3
(190,190,195)
#D2D1D4
(210,209,212)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E263B; }

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

This text font color is #1E263B.

Background Color

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

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

This div background color is #1E263B.

Border color

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

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

This div border color is #1E263B.

Opacity

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

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

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

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

This text has shadow with #1E263B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E263B.

Preview

Color preview on black background

This text has color #1E263B on black background.


Color preview on white background

This text has color #1E263B on white background.


Black color preview on #1E263B background

This text has black color on #1E263B background.


White color preview on #1E263B background

This text has white color on #1E263B background.


Related colors

Complementary color

Complementary color for #hex is #E1D9C4.


I love getcolorcode.com

Triadic colors

1 #3B1E26 and #263B1E with #1E263B are triadic colors.

2 #3B261E and #261E3B with #1E263B are triadic colors.