COLOR #1D3573

HEX: #1D3573 RGB: (29,53,115)

Color info

#1D3573 contains mainly blue color. Web safe color of #1D3573 is #333366 (or #336).

RGB color model

#1D3573 color RGB value is (29,53,115).

RGB: (29,53,115) (11%, 21%, 45%)

RGB channels and saturation

R 29 of 255 = 11%
G 53 of 255 = 21%
B 115 of 255 = 45%

29
53
115

R + G + B ~ 26%. #1D3573 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 53 + 115 = 197 (100%)
R 29 of 197 ~ 14.72%
G 53 of 197 ~ 26.9%
B 115 of 197 ~ 58.38'%

%14.72
%26.9
%58.38

CMYK color model

#1D3573 color CMYK value is (75,54,0,55).

  • cyan value is 74.78%
  • magenta value is 53.91%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (75,54,0,55)
C75M54Y0K55 (75%, 54%, 0%, 55%)
(0.75 / 0.54 / 0.00 / 0.55)

CMYK percentages

%74.78
%53.91
%0
%54.9

Codes

Color #1D3573 in popluar color models

1D 35 73
RGB 29 53 115
HSL 223° 59.72% 28.24%
HSB/HSV 223° 74.78% 45.10%
CMYK 74.78% 53.91% 0.00%
54.90%

Color #1D3573 in popluar number systems.

HEX 1D 35 73
Decimal 29 53 115
Binary 11101 110101 1110011
Octal 35 65 163

Shades and tints

Shades of #1D3573

#1D3573
(29,53,115)
#1B3169
(27,49,105)
#192D5F
(25,45,95)
#172955
(23,41,85)
#15254B
(21,37,75)
#132141
(19,33,65)
#111D37
(17,29,55)
#0F192D
(15,25,45)
#0D1523
(13,21,35)
#0B1119
(11,17,25)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #1D3573

#1D3573
(29,53,115)
#31477F
(49,71,127)
#45598B
(69,89,139)
#596B97
(89,107,151)
#6D7DA3
(109,125,163)
#818FAF
(129,143,175)
#95A1BB
(149,161,187)
#A9B3C7
(169,179,199)
#BDC5D3
(189,197,211)
#D1D7DF
(209,215,223)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3573 color. Also use rgb(29,53,115) instead hex code.

Text Font Color

.myTextColor { color: #1D3573; }

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

This text font color is #1D3573.

Background Color

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

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

This div background color is #1D3573.

Border color

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

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

This div border color is #1D3573.

Opacity

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

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

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

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

This text has shadow with #1D3573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D3573.

Preview

Color preview on black background

This text has color #1D3573 on black background.


Color preview on white background

This text has color #1D3573 on white background.


Black color preview on #1D3573 background

This text has black color on #1D3573 background.


White color preview on #1D3573 background

This text has white color on #1D3573 background.


Related colors

Complementary color

Complementary color for #hex is #E2CA8C.


I love getcolorcode.com

Triadic colors

1 #731D35 and #35731D with #1D3573 are triadic colors.

2 #73351D and #351D73 with #1D3573 are triadic colors.