COLOR #1A1E53

HEX: #1A1E53
RGB: (26,30,83)

Color info

#1A1E53 contains red, green and blue colors in about the same proportion. Web safe color of #1A1E53 is #003366 (or #036).

RGB color model

#1A1E53 color RGB value is (26,30,83).

  • red value is 26;
  • green value is 30;
  • blue value is 83.
RGB:
(26,30,83)
(10%,12%,33%)

RGB channels and saturation

R 26 of 255 = 10%
G 30 of 255 = 12%
B 83 of 255 = 33%

26
30
83

R + G + B ~ 18%. #1A1E53 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 30 + 83 = 139 (100%)
R 26 of 139 ~ 18.71%
G 30 of 139 ~ 21.58%
B 83 of 139 ~ 59.71%

%18.71
%21.58
%59.71

CMYK color model

#1A1E53 color CMYK value is (69,64,0,67).

  • cyan value is 68.67%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(69,64,0,67)
C69M64Y0K67 
(69%,64%,0%,67%)
(0.69/0.64/0.00/0.67)	

CMYK percentages

%68.67
%63.86
%0
%67.45

Codes

Color #1A1E53 in popluar color models

1A1E53
RGB263083
HSL236°52.29%21.37%
HSB/HSV236°68.67%32.55%
CMYK68.67%63.86%0.00%
67.45%

Color #1A1E53 in popluar number systems.

HEX1A1E53
Decimal263083
Binary11010111101010011
Octal3236123

Shades and tints

Shades of #1A1E53

#1A1E53
(26,30,83)
#181C4C
(24,28,76)
#161A45
(22,26,69)
#14183E
(20,24,62)
#121637
(18,22,55)
#101430
(16,20,48)
#0E1229
(14,18,41)
#0C1022
(12,16,34)
#0A0E1B
(10,14,27)
#080C14
(8,12,20)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #1A1E53

#1A1E53
(26,30,83)
#2E3262
(46,50,98)
#424671
(66,70,113)
#565A80
(86,90,128)
#6A6E8F
(106,110,143)
#7E829E
(126,130,158)
#9296AD
(146,150,173)
#A6AABC
(166,170,188)
#BABECB
(186,190,203)
#CED2DA
(206,210,218)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A1E53 color. Also use rgb(26,30,83) instead hex code.

Text Font Color

.myTextColor { color: #1A1E53; }

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

This text font color is #1A1E53.


Background Color

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

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

This div background color is #1A1E53.


Border color

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

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

This div border color is #1A1E53.


Opacity

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

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

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

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

This text has shadow with #1A1E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A1E53 on black background.


Color preview on white background

This text has color #1A1E53 on white background.



Black color preview on #1A1E53 background

This text has black color on #1A1E53 background.


White color preview on #1A1E53 background

This text has white color on #1A1E53 background.