COLOR #1A4371

HEX: #1A4371 RGB: (26,67,113)

Color info

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

RGB color model

#1A4371 color RGB value is (26,67,113).

RGB: (26,67,113) (10%, 26%, 44%)

RGB channels and saturation

R 26 of 255 = 10%
G 67 of 255 = 26%
B 113 of 255 = 44%

26
67
113

R + G + B ~ 27%. #1A4371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 67 + 113 = 206 (100%)
R 26 of 206 ~ 12.62%
G 67 of 206 ~ 32.52%
B 113 of 206 ~ 54.85'%

%12.62
%32.52
%54.85

CMYK color model

#1A4371 color CMYK value is (77,41,0,56).

  • cyan value is 76.99%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (77,41,0,56)
C77M41Y0K56 (77%, 41%, 0%, 56%)
(0.77 / 0.41 / 0.00 / 0.56)

CMYK percentages

%76.99
%40.71
%0
%55.69

Codes

Color #1A4371 in popluar color models

1A 43 71
RGB 26 67 113
HSL 212° 62.59% 27.25%
HSB/HSV 212° 76.99% 44.31%
CMYK 76.99% 40.71% 0.00%
55.69%

Color #1A4371 in popluar number systems.

HEX 1A 43 71
Decimal 26 67 113
Binary 11010 1000011 1110001
Octal 32 103 161

Shades and tints

Shades of #1A4371

#1A4371
(26,67,113)
#183D67
(24,61,103)
#16375D
(22,55,93)
#143153
(20,49,83)
#122B49
(18,43,73)
#10253F
(16,37,63)
#0E1F35
(14,31,53)
#0C192B
(12,25,43)
#0A1321
(10,19,33)
#080D17
(8,13,23)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #1A4371

#1A4371
(26,67,113)
#2E547D
(46,84,125)
#426589
(66,101,137)
#567695
(86,118,149)
#6A87A1
(106,135,161)
#7E98AD
(126,152,173)
#92A9B9
(146,169,185)
#A6BAC5
(166,186,197)
#BACBD1
(186,203,209)
#CEDCDD
(206,220,221)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A4371; }

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

This text font color is #1A4371.

Background Color

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

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

This div background color is #1A4371.

Border color

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

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

This div border color is #1A4371.

Opacity

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

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

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

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

This text has shadow with #1A4371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A4371.

Preview

Color preview on black background

This text has color #1A4371 on black background.


Color preview on white background

This text has color #1A4371 on white background.


Black color preview on #1A4371 background

This text has black color on #1A4371 background.


White color preview on #1A4371 background

This text has white color on #1A4371 background.


Related colors

Complementary color

Complementary color for #hex is #E5BC8E.


I love getcolorcode.com

Triadic colors

1 #711A43 and #43711A with #1A4371 are triadic colors.

2 #71431A and #431A71 with #1A4371 are triadic colors.