COLOR #1D3575

HEX: #1D3575 RGB: (29,53,117)

Color info

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

RGB color model

#1D3575 color RGB value is (29,53,117).

RGB: (29,53,117) (11%, 21%, 46%)

RGB channels and saturation

R 29 of 255 = 11%
G 53 of 255 = 21%
B 117 of 255 = 46%

29
53
117

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

Portions of RGB colors in percentages

R + G + B = 29 + 53 + 117 = 199 (100%)
R 29 of 199 ~ 14.57%
G 53 of 199 ~ 26.63%
B 117 of 199 ~ 58.79'%

%14.57
%26.63
%58.79

CMYK color model

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

  • cyan value is 75.21%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 54.12%

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

CMYK percentages

%75.21
%54.7
%0
%54.12

Codes

Color #1D3575 in popluar color models

1D 35 75
RGB 29 53 117
HSL 224° 60.27% 28.63%
HSB/HSV 224° 75.21% 45.88%
CMYK 75.21% 54.70% 0.00%
54.12%

Color #1D3575 in popluar number systems.

HEX 1D 35 75
Decimal 29 53 117
Binary 11101 110101 1110101
Octal 35 65 165

Shades and tints

Shades of #1D3575

#1D3575
(29,53,117)
#1B316B
(27,49,107)
#192D61
(25,45,97)
#172957
(23,41,87)
#15254D
(21,37,77)
#132143
(19,33,67)
#111D39
(17,29,57)
#0F192F
(15,25,47)
#0D1525
(13,21,37)
#0B111B
(11,17,27)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #1D3575

#1D3575
(29,53,117)
#314781
(49,71,129)
#45598D
(69,89,141)
#596B99
(89,107,153)
#6D7DA5
(109,125,165)
#818FB1
(129,143,177)
#95A1BD
(149,161,189)
#A9B3C9
(169,179,201)
#BDC5D5
(189,197,213)
#D1D7E1
(209,215,225)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3575; }

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

This text font color is #1D3575.

Background Color

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

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

This div background color is #1D3575.

Border color

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

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

This div border color is #1D3575.

Opacity

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

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

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

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

This text has shadow with #1D3575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D3575.

Preview

Color preview on black background

This text has color #1D3575 on black background.


Color preview on white background

This text has color #1D3575 on white background.


Black color preview on #1D3575 background

This text has black color on #1D3575 background.


White color preview on #1D3575 background

This text has white color on #1D3575 background.


Related colors

Complementary color

Complementary color for #hex is #E2CA8A.


I love getcolorcode.com

Triadic colors

1 #751D35 and #35751D with #1D3575 are triadic colors.

2 #75351D and #351D75 with #1D3575 are triadic colors.