COLOR #1D5787

HEX: #1D5787
RGB: (29,87,135)

Color info

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

RGB color model

#1D5787 color RGB value is (29,87,135).

  • red value is 29;
  • green value is 87;
  • blue value is 135.
RGB:
(29,87,135)
(11%,34%,53%)

RGB channels and saturation

R 29 of 255 = 11%
G 87 of 255 = 34%
B 135 of 255 = 53%

29
87
135

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

Portions of RGB colors in percentages

R + G + B =
29 + 87 + 135 = 251 (100%)
R 29 of 251 ~ 11.55%
G 87 of 251 ~ 34.66%
B 135 of 251 ~ 53.78%

%11.55
%34.66
%53.78

CMYK color model

#1D5787 color CMYK value is (79,36,0,47).

  • cyan value is 78.52%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(79,36,0,47)
C79M36Y0K47 
(79%,36%,0%,47%)
(0.79/0.36/0.00/0.47)	

CMYK percentages

%78.52
%35.56
%0
%47.06

Codes

Color #1D5787 in popluar color models

1D5787
RGB2987135
HSL207°64.63%32.16%
HSB/HSV207°78.52%52.94%
CMYK78.52%35.56%0.00%
47.06%

Color #1D5787 in popluar number systems.

HEX1D5787
Decimal2987135
Binary11101101011110000111
Octal35127207

Shades and tints

Shades of #1D5787

#1D5787
(29,87,135)
#1B507B
(27,80,123)
#19496F
(25,73,111)
#174263
(23,66,99)
#153B57
(21,59,87)
#13344B
(19,52,75)
#112D3F
(17,45,63)
#0F2633
(15,38,51)
#0D1F27
(13,31,39)
#0B181B
(11,24,27)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #1D5787

#1D5787
(29,87,135)
#316691
(49,102,145)
#45759B
(69,117,155)
#5984A5
(89,132,165)
#6D93AF
(109,147,175)
#81A2B9
(129,162,185)
#95B1C3
(149,177,195)
#A9C0CD
(169,192,205)
#BDCFD7
(189,207,215)
#D1DEE1
(209,222,225)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5787 color. Also use rgb(29,87,135) instead hex code.

Text Font Color

.myTextColor { color: #1D5787; }

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

This text font color is #1D5787.


Background Color

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

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

This div background color is #1D5787.


Border color

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

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

This div border color is #1D5787.


Opacity

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

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

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

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

This text has shadow with #1D5787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5787 on black background.


Color preview on white background

This text has color #1D5787 on white background.



Black color preview on #1D5787 background

This text has black color on #1D5787 background.


White color preview on #1D5787 background

This text has white color on #1D5787 background.