COLOR #1D3A79

HEX: #1D3A79
RGB: (29,58,121)

Color info

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

RGB color model

#1D3A79 color RGB value is (29,58,121).

  • red value is 29;
  • green value is 58;
  • blue value is 121.
RGB:
(29,58,121)
(11%,23%,47%)

RGB channels and saturation

R 29 of 255 = 11%
G 58 of 255 = 23%
B 121 of 255 = 47%

29
58
121

R + G + B ~ 27%. #1D3A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 58 + 121 = 208 (100%)
R 29 of 208 ~ 13.94%
G 58 of 208 ~ 27.88%
B 121 of 208 ~ 58.17%

%13.94
%27.88
%58.17

CMYK color model

#1D3A79 color CMYK value is (76,52,0,53).

  • cyan value is 76.03%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(76,52,0,53)
C76M52Y0K53 
(76%,52%,0%,53%)
(0.76/0.52/0.00/0.53)	

CMYK percentages

%76.03
%52.07
%0
%52.55

Codes

Color #1D3A79 in popluar color models

1D3A79
RGB2958121
HSL221°61.33%29.41%
HSB/HSV221°76.03%47.45%
CMYK76.03%52.07%0.00%
52.55%

Color #1D3A79 in popluar number systems.

HEX1D3A79
Decimal2958121
Binary111011110101111001
Octal3572171

Shades and tints

Shades of #1D3A79

#1D3A79
(29,58,121)
#1B356E
(27,53,110)
#193063
(25,48,99)
#172B58
(23,43,88)
#15264D
(21,38,77)
#132142
(19,33,66)
#111C37
(17,28,55)
#0F172C
(15,23,44)
#0D1221
(13,18,33)
#0B0D16
(11,13,22)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #1D3A79

#1D3A79
(29,58,121)
#314B85
(49,75,133)
#455C91
(69,92,145)
#596D9D
(89,109,157)
#6D7EA9
(109,126,169)
#818FB5
(129,143,181)
#95A0C1
(149,160,193)
#A9B1CD
(169,177,205)
#BDC2D9
(189,194,217)
#D1D3E5
(209,211,229)
#E5E4F1
(229,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3A79 color. Also use rgb(29,58,121) instead hex code.

Text Font Color

.myTextColor { color: #1D3A79; }

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

This text font color is #1D3A79.


Background Color

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

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

This div background color is #1D3A79.


Border color

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

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

This div border color is #1D3A79.


Opacity

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

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

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

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

This text has shadow with #1D3A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3A79 on black background.


Color preview on white background

This text has color #1D3A79 on white background.



Black color preview on #1D3A79 background

This text has black color on #1D3A79 background.


White color preview on #1D3A79 background

This text has white color on #1D3A79 background.