COLOR #1D5F8D

HEX: #1D5F8D
RGB: (29,95,141)

Color info

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

RGB color model

#1D5F8D color RGB value is (29,95,141).

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

RGB channels and saturation

R 29 of 255 = 11%
G 95 of 255 = 37%
B 141 of 255 = 55%

29
95
141

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

Portions of RGB colors in percentages

R + G + B =
29 + 95 + 141 = 265 (100%)
R 29 of 265 ~ 10.94%
G 95 of 265 ~ 35.85%
B 141 of 265 ~ 53.21%

%10.94
%35.85
%53.21

CMYK color model

#1D5F8D color CMYK value is (79,33,0,45).

  • cyan value is 79.43%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(79,33,0,45)
C79M33Y0K45 
(79%,33%,0%,45%)
(0.79/0.33/0.00/0.45)	

CMYK percentages

%79.43
%32.62
%0
%44.71

Codes

Color #1D5F8D in popluar color models

1D5F8D
RGB2995141
HSL205°65.88%33.33%
HSB/HSV205°79.43%55.29%
CMYK79.43%32.62%0.00%
44.71%

Color #1D5F8D in popluar number systems.

HEX1D5F8D
Decimal2995141
Binary11101101111110001101
Octal35137215

Shades and tints

Shades of #1D5F8D

#1D5F8D
(29,95,141)
#1B5781
(27,87,129)
#194F75
(25,79,117)
#174769
(23,71,105)
#153F5D
(21,63,93)
#133751
(19,55,81)
#112F45
(17,47,69)
#0F2739
(15,39,57)
#0D1F2D
(13,31,45)
#0B1721
(11,23,33)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #1D5F8D

#1D5F8D
(29,95,141)
#316D97
(49,109,151)
#457BA1
(69,123,161)
#5989AB
(89,137,171)
#6D97B5
(109,151,181)
#81A5BF
(129,165,191)
#95B3C9
(149,179,201)
#A9C1D3
(169,193,211)
#BDCFDD
(189,207,221)
#D1DDE7
(209,221,231)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5F8D; }

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

This text font color is #1D5F8D.


Background Color

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

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

This div background color is #1D5F8D.


Border color

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

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

This div border color is #1D5F8D.


Opacity

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

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

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

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

This text has shadow with #1D5F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5F8D on black background.


Color preview on white background

This text has color #1D5F8D on white background.



Black color preview on #1D5F8D background

This text has black color on #1D5F8D background.


White color preview on #1D5F8D background

This text has white color on #1D5F8D background.