COLOR #1A5994

HEX: #1A5994 RGB: (26,89,148)

Color info

#1A5994 contains mainly green and blue colors. Web safe color of #1A5994 is #006699 (or #069).

RGB color model

#1A5994 color RGB value is (26,89,148).

RGB: (26,89,148) (10%, 35%, 58%)

RGB channels and saturation

R 26 of 255 = 10%
G 89 of 255 = 35%
B 148 of 255 = 58%

26
89
148

R + G + B ~ 34%. #1A5994 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 89 + 148 = 263 (100%)
R 26 of 263 ~ 9.89%
G 89 of 263 ~ 33.84%
B 148 of 263 ~ 56.27'%

%33.84
%56.27

CMYK color model

#1A5994 color CMYK value is (82,40,0,42).

  • cyan value is 82.43%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (82,40,0,42)
C82M40Y0K42 (82%, 40%, 0%, 42%)
(0.82 / 0.40 / 0.00 / 0.42)

CMYK percentages

%82.43
%39.86
%0
%41.96

Codes

Color #1A5994 in popluar color models

1A 59 94
RGB 26 89 148
HSL 209° 70.11% 34.12%
HSB/HSV 209° 82.43% 58.04%
CMYK 82.43% 39.86% 0.00%
41.96%

Color #1A5994 in popluar number systems.

HEX 1A 59 94
Decimal 26 89 148
Binary 11010 1011001 10010100
Octal 32 131 224

Shades and tints

Shades of #1A5994

#1A5994
(26,89,148)
#185187
(24,81,135)
#16497A
(22,73,122)
#14416D
(20,65,109)
#123960
(18,57,96)
#103153
(16,49,83)
#0E2946
(14,41,70)
#0C2139
(12,33,57)
#0A192C
(10,25,44)
#08111F
(8,17,31)
#060912
(6,9,18)
#000000
(0,0,0)

Tints of #1A5994

#1A5994
(26,89,148)
#2E689D
(46,104,157)
#4277A6
(66,119,166)
#5686AF
(86,134,175)
#6A95B8
(106,149,184)
#7EA4C1
(126,164,193)
#92B3CA
(146,179,202)
#A6C2D3
(166,194,211)
#BAD1DC
(186,209,220)
#CEE0E5
(206,224,229)
#E2EFEE
(226,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A5994 color. Also use rgb(26,89,148) instead hex code.

Text Font Color

.myTextColor { color: #1A5994; }

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

This text font color is #1A5994.

Background Color

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

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

This div background color is #1A5994.

Border color

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

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

This div border color is #1A5994.

Opacity

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

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

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

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

This text has shadow with #1A5994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A5994.

Preview

Color preview on black background

This text has color #1A5994 on black background.


Color preview on white background

This text has color #1A5994 on white background.


Black color preview on #1A5994 background

This text has black color on #1A5994 background.


White color preview on #1A5994 background

This text has white color on #1A5994 background.


Related colors

Complementary color

Complementary color for #hex is #E5A66B.


I love getcolorcode.com

Triadic colors

1 #941A59 and #59941A with #1A5994 are triadic colors.

2 #94591A and #591A94 with #1A5994 are triadic colors.