COLOR #1A5591

HEX: #1A5591
RGB: (26,85,145)

Color info

#1A5591 contains mainly blue color. Web safe color of #1A5591 is #006699 (or #069).

RGB color model

#1A5591 color RGB value is (26,85,145).

  • red value is 26;
  • green value is 85;
  • blue value is 145.
RGB:
(26,85,145)
(10%,33%,57%)

RGB channels and saturation

R 26 of 255 = 10%
G 85 of 255 = 33%
B 145 of 255 = 57%

26
85
145

R + G + B ~ 33%. #1A5591 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 85 + 145 = 256 (100%)
R 26 of 256 ~ 10.16%
G 85 of 256 ~ 33.2%
B 145 of 256 ~ 56.64%

%10.16
%33.2
%56.64

CMYK color model

#1A5591 color CMYK value is (82,41,0,43).

  • cyan value is 82.07%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(82,41,0,43)
C82M41Y0K43 
(82%,41%,0%,43%)
(0.82/0.41/0.00/0.43)	

CMYK percentages

%82.07
%41.38
%0
%43.14

Codes

Color #1A5591 in popluar color models

1A5591
RGB2685145
HSL210°69.59%33.53%
HSB/HSV210°82.07%56.86%
CMYK82.07%41.38%0.00%
43.14%

Color #1A5591 in popluar number systems.

HEX1A5591
Decimal2685145
Binary11010101010110010001
Octal32125221

Shades and tints

Shades of #1A5591

#1A5591
(26,85,145)
#184E84
(24,78,132)
#164777
(22,71,119)
#14406A
(20,64,106)
#12395D
(18,57,93)
#103250
(16,50,80)
#0E2B43
(14,43,67)
#0C2436
(12,36,54)
#0A1D29
(10,29,41)
#08161C
(8,22,28)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #1A5591

#1A5591
(26,85,145)
#2E649B
(46,100,155)
#4273A5
(66,115,165)
#5682AF
(86,130,175)
#6A91B9
(106,145,185)
#7EA0C3
(126,160,195)
#92AFCD
(146,175,205)
#A6BED7
(166,190,215)
#BACDE1
(186,205,225)
#CEDCEB
(206,220,235)
#E2EBF5
(226,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A5591 color. Also use rgb(26,85,145) instead hex code.

Text Font Color

.myTextColor { color: #1A5591; }

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

This text font color is #1A5591.


Background Color

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

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

This div background color is #1A5591.


Border color

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

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

This div border color is #1A5591.


Opacity

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

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

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

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

This text has shadow with #1A5591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A5591 on black background.


Color preview on white background

This text has color #1A5591 on white background.



Black color preview on #1A5591 background

This text has black color on #1A5591 background.


White color preview on #1A5591 background

This text has white color on #1A5591 background.