COLOR #1D5A8D

HEX: #1D5A8D
RGB: (29,90,141)

Color info

#1D5A8D contains mainly green and blue colors. Web safe color of #1D5A8D is #336699 (or #369).

RGB color model

#1D5A8D color RGB value is (29,90,141).

  • red value is 29;
  • green value is 90;
  • blue value is 141.
RGB:
(29,90,141)
(11%,35%,55%)

RGB channels and saturation

R 29 of 255 = 11%
G 90 of 255 = 35%
B 141 of 255 = 55%

29
90
141

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

Portions of RGB colors in percentages

R + G + B =
29 + 90 + 141 = 260 (100%)
R 29 of 260 ~ 11.15%
G 90 of 260 ~ 34.62%
B 141 of 260 ~ 54.23%

%11.15
%34.62
%54.23

CMYK color model

#1D5A8D color CMYK value is (79,36,0,45).

  • cyan value is 79.43%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(79,36,0,45)
C79M36Y0K45 
(79%,36%,0%,45%)
(0.79/0.36/0.00/0.45)	

CMYK percentages

%79.43
%36.17
%0
%44.71

Codes

Color #1D5A8D in popluar color models

1D5A8D
RGB2990141
HSL207°65.88%33.33%
HSB/HSV207°79.43%55.29%
CMYK79.43%36.17%0.00%
44.71%

Color #1D5A8D in popluar number systems.

HEX1D5A8D
Decimal2990141
Binary11101101101010001101
Octal35132215

Shades and tints

Shades of #1D5A8D

#1D5A8D
(29,90,141)
#1B5281
(27,82,129)
#194A75
(25,74,117)
#174269
(23,66,105)
#153A5D
(21,58,93)
#133251
(19,50,81)
#112A45
(17,42,69)
#0F2239
(15,34,57)
#0D1A2D
(13,26,45)
#0B1221
(11,18,33)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #1D5A8D

#1D5A8D
(29,90,141)
#316997
(49,105,151)
#4578A1
(69,120,161)
#5987AB
(89,135,171)
#6D96B5
(109,150,181)
#81A5BF
(129,165,191)
#95B4C9
(149,180,201)
#A9C3D3
(169,195,211)
#BDD2DD
(189,210,221)
#D1E1E7
(209,225,231)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5A8D color. Also use rgb(29,90,141) instead hex code.

Text Font Color

.myTextColor { color: #1D5A8D; }

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

This text font color is #1D5A8D.


Background Color

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

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

This div background color is #1D5A8D.


Border color

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

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

This div border color is #1D5A8D.


Opacity

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

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

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

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

This text has shadow with #1D5A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5A8D on black background.


Color preview on white background

This text has color #1D5A8D on white background.



Black color preview on #1D5A8D background

This text has black color on #1D5A8D background.


White color preview on #1D5A8D background

This text has white color on #1D5A8D background.