COLOR #1A3C71

HEX: #1A3C71
RGB: (26,60,113)

Color info

#1A3C71 contains mainly green and blue colors. Web safe color of #1A3C71 is #003366 (or #036).

RGB color model

#1A3C71 color RGB value is (26,60,113).

  • red value is 26;
  • green value is 60;
  • blue value is 113.
RGB:
(26,60,113)
(10%,24%,44%)

RGB channels and saturation

R 26 of 255 = 10%
G 60 of 255 = 24%
B 113 of 255 = 44%

26
60
113

R + G + B ~ 26%. #1A3C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 60 + 113 = 199 (100%)
R 26 of 199 ~ 13.07%
G 60 of 199 ~ 30.15%
B 113 of 199 ~ 56.78%

%13.07
%30.15
%56.78

CMYK color model

#1A3C71 color CMYK value is (77,47,0,56).

  • cyan value is 76.99%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(77,47,0,56)
C77M47Y0K56 
(77%,47%,0%,56%)
(0.77/0.47/0.00/0.56)	

CMYK percentages

%76.99
%46.9
%0
%55.69

Codes

Color #1A3C71 in popluar color models

1A3C71
RGB2660113
HSL217°62.59%27.25%
HSB/HSV217°76.99%44.31%
CMYK76.99%46.90%0.00%
55.69%

Color #1A3C71 in popluar number systems.

HEX1A3C71
Decimal2660113
Binary110101111001110001
Octal3274161

Shades and tints

Shades of #1A3C71

#1A3C71
(26,60,113)
#183767
(24,55,103)
#16325D
(22,50,93)
#142D53
(20,45,83)
#122849
(18,40,73)
#10233F
(16,35,63)
#0E1E35
(14,30,53)
#0C192B
(12,25,43)
#0A1421
(10,20,33)
#080F17
(8,15,23)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #1A3C71

#1A3C71
(26,60,113)
#2E4D7D
(46,77,125)
#425E89
(66,94,137)
#566F95
(86,111,149)
#6A80A1
(106,128,161)
#7E91AD
(126,145,173)
#92A2B9
(146,162,185)
#A6B3C5
(166,179,197)
#BAC4D1
(186,196,209)
#CED5DD
(206,213,221)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A3C71 color. Also use rgb(26,60,113) instead hex code.

Text Font Color

.myTextColor { color: #1A3C71; }

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

This text font color is #1A3C71.


Background Color

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

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

This div background color is #1A3C71.


Border color

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

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

This div border color is #1A3C71.


Opacity

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

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

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

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

This text has shadow with #1A3C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3C71 on black background.


Color preview on white background

This text has color #1A3C71 on white background.



Black color preview on #1A3C71 background

This text has black color on #1A3C71 background.


White color preview on #1A3C71 background

This text has white color on #1A3C71 background.