COLOR #1D3D7C

HEX: #1D3D7C
RGB: (29,61,124)

Color info

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

RGB color model

#1D3D7C color RGB value is (29,61,124).

  • red value is 29;
  • green value is 61;
  • blue value is 124.
RGB:
(29,61,124)
(11%,24%,49%)

RGB channels and saturation

R 29 of 255 = 11%
G 61 of 255 = 24%
B 124 of 255 = 49%

29
61
124

R + G + B ~ 28%. #1D3D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 61 + 124 = 214 (100%)
R 29 of 214 ~ 13.55%
G 61 of 214 ~ 28.5%
B 124 of 214 ~ 57.94%

%13.55
%28.5
%57.94

CMYK color model

#1D3D7C color CMYK value is (77,51,0,51).

  • cyan value is 76.61%
  • magenta value is 50.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(77,51,0,51)
C77M51Y0K51 
(77%,51%,0%,51%)
(0.77/0.51/0.00/0.51)	

CMYK percentages

%76.61
%50.81
%0
%51.37

Codes

Color #1D3D7C in popluar color models

1D3D7C
RGB2961124
HSL220°62.09%30.00%
HSB/HSV220°76.61%48.63%
CMYK76.61%50.81%0.00%
51.37%

Color #1D3D7C in popluar number systems.

HEX1D3D7C
Decimal2961124
Binary111011111011111100
Octal3575174

Shades and tints

Shades of #1D3D7C

#1D3D7C
(29,61,124)
#1B3871
(27,56,113)
#193366
(25,51,102)
#172E5B
(23,46,91)
#152950
(21,41,80)
#132445
(19,36,69)
#111F3A
(17,31,58)
#0F1A2F
(15,26,47)
#0D1524
(13,21,36)
#0B1019
(11,16,25)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #1D3D7C

#1D3D7C
(29,61,124)
#314E87
(49,78,135)
#455F92
(69,95,146)
#59709D
(89,112,157)
#6D81A8
(109,129,168)
#8192B3
(129,146,179)
#95A3BE
(149,163,190)
#A9B4C9
(169,180,201)
#BDC5D4
(189,197,212)
#D1D6DF
(209,214,223)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3D7C color. Also use rgb(29,61,124) instead hex code.

Text Font Color

.myTextColor { color: #1D3D7C; }

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

This text font color is #1D3D7C.


Background Color

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

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

This div background color is #1D3D7C.


Border color

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

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

This div border color is #1D3D7C.


Opacity

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

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

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

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

This text has shadow with #1D3D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3D7C on black background.


Color preview on white background

This text has color #1D3D7C on white background.



Black color preview on #1D3D7C background

This text has black color on #1D3D7C background.


White color preview on #1D3D7C background

This text has white color on #1D3D7C background.