COLOR #1A5C90

HEX: #1A5C90
RGB: (26,92,144)

Color info

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

RGB color model

#1A5C90 color RGB value is (26,92,144).

  • red value is 26;
  • green value is 92;
  • blue value is 144.
RGB:
(26,92,144)
(10%,36%,56%)

RGB channels and saturation

R 26 of 255 = 10%
G 92 of 255 = 36%
B 144 of 255 = 56%

26
92
144

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

Portions of RGB colors in percentages

R + G + B =
26 + 92 + 144 = 262 (100%)
R 26 of 262 ~ 9.92%
G 92 of 262 ~ 35.11%
B 144 of 262 ~ 54.96%

%9.92
%35.11
%54.96

CMYK color model

#1A5C90 color CMYK value is (82,36,0,44).

  • cyan value is 81.94%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(82,36,0,44)
C82M36Y0K44 
(82%,36%,0%,44%)
(0.82/0.36/0.00/0.44)	

CMYK percentages

%81.94
%36.11
%0
%43.53

Codes

Color #1A5C90 in popluar color models

1A5C90
RGB2692144
HSL206°69.41%33.33%
HSB/HSV206°81.94%56.47%
CMYK81.94%36.11%0.00%
43.53%

Color #1A5C90 in popluar number systems.

HEX1A5C90
Decimal2692144
Binary11010101110010010000
Octal32134220

Shades and tints

Shades of #1A5C90

#1A5C90
(26,92,144)
#185483
(24,84,131)
#164C76
(22,76,118)
#144469
(20,68,105)
#123C5C
(18,60,92)
#10344F
(16,52,79)
#0E2C42
(14,44,66)
#0C2435
(12,36,53)
#0A1C28
(10,28,40)
#08141B
(8,20,27)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #1A5C90

#1A5C90
(26,92,144)
#2E6A9A
(46,106,154)
#4278A4
(66,120,164)
#5686AE
(86,134,174)
#6A94B8
(106,148,184)
#7EA2C2
(126,162,194)
#92B0CC
(146,176,204)
#A6BED6
(166,190,214)
#BACCE0
(186,204,224)
#CEDAEA
(206,218,234)
#E2E8F4
(226,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A5C90 color. Also use rgb(26,92,144) instead hex code.

Text Font Color

.myTextColor { color: #1A5C90; }

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

This text font color is #1A5C90.


Background Color

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

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

This div background color is #1A5C90.


Border color

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

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

This div border color is #1A5C90.


Opacity

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

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

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

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

This text has shadow with #1A5C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A5C90 on black background.


Color preview on white background

This text has color #1A5C90 on white background.



Black color preview on #1A5C90 background

This text has black color on #1A5C90 background.


White color preview on #1A5C90 background

This text has white color on #1A5C90 background.