COLOR #1D557F

HEX: #1D557F
RGB: (29,85,127)

Color info

#1D557F contains mainly green and blue colors. Web safe color of #1D557F is #336666 (or #366).

RGB color model

#1D557F color RGB value is (29,85,127).

  • red value is 29;
  • green value is 85;
  • blue value is 127.
RGB:
(29,85,127)
(11%,33%,50%)

RGB channels and saturation

R 29 of 255 = 11%
G 85 of 255 = 33%
B 127 of 255 = 50%

29
85
127

R + G + B ~ 31%. #1D557F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 85 + 127 = 241 (100%)
R 29 of 241 ~ 12.03%
G 85 of 241 ~ 35.27%
B 127 of 241 ~ 52.7%

%12.03
%35.27
%52.7

CMYK color model

#1D557F color CMYK value is (77,33,0,50).

  • cyan value is 77.17%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(77,33,0,50)
C77M33Y0K50 
(77%,33%,0%,50%)
(0.77/0.33/0.00/0.50)	

CMYK percentages

%77.17
%33.07
%0
%50.2

Codes

Color #1D557F in popluar color models

1D557F
RGB2985127
HSL206°62.82%30.59%
HSB/HSV206°77.17%49.80%
CMYK77.17%33.07%0.00%
50.20%

Color #1D557F in popluar number systems.

HEX1D557F
Decimal2985127
Binary1110110101011111111
Octal35125177

Shades and tints

Shades of #1D557F

#1D557F
(29,85,127)
#1B4E74
(27,78,116)
#194769
(25,71,105)
#17405E
(23,64,94)
#153953
(21,57,83)
#133248
(19,50,72)
#112B3D
(17,43,61)
#0F2432
(15,36,50)
#0D1D27
(13,29,39)
#0B161C
(11,22,28)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #1D557F

#1D557F
(29,85,127)
#31648A
(49,100,138)
#457395
(69,115,149)
#5982A0
(89,130,160)
#6D91AB
(109,145,171)
#81A0B6
(129,160,182)
#95AFC1
(149,175,193)
#A9BECC
(169,190,204)
#BDCDD7
(189,205,215)
#D1DCE2
(209,220,226)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D557F color. Also use rgb(29,85,127) instead hex code.

Text Font Color

.myTextColor { color: #1D557F; }

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

This text font color is #1D557F.


Background Color

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

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

This div background color is #1D557F.


Border color

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

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

This div border color is #1D557F.


Opacity

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

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

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

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

This text has shadow with #1D557F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D557F on black background.


Color preview on white background

This text has color #1D557F on white background.



Black color preview on #1D557F background

This text has black color on #1D557F background.


White color preview on #1D557F background

This text has white color on #1D557F background.