COLOR #1D337D

HEX: #1D337D
RGB: (29,51,125)

Color info

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

RGB color model

#1D337D color RGB value is (29,51,125).

  • red value is 29;
  • green value is 51;
  • blue value is 125.
RGB:
(29,51,125)
(11%,20%,49%)

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 125 of 255 = 49%

29
51
125

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

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 125 = 205 (100%)
R 29 of 205 ~ 14.15%
G 51 of 205 ~ 24.88%
B 125 of 205 ~ 60.98%

%14.15
%24.88
%60.98

CMYK color model

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

  • cyan value is 76.80%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(77,59,0,51)
C77M59Y0K51 
(77%,59%,0%,51%)
(0.77/0.59/0.00/0.51)	

CMYK percentages

%76.8
%59.2
%0
%50.98

Codes

Color #1D337D in popluar color models

1D337D
RGB2951125
HSL226°62.34%30.20%
HSB/HSV226°76.80%49.02%
CMYK76.80%59.20%0.00%
50.98%

Color #1D337D in popluar number systems.

HEX1D337D
Decimal2951125
Binary111011100111111101
Octal3563175

Shades and tints

Shades of #1D337D

#1D337D
(29,51,125)
#1B2F72
(27,47,114)
#192B67
(25,43,103)
#17275C
(23,39,92)
#152351
(21,35,81)
#131F46
(19,31,70)
#111B3B
(17,27,59)
#0F1730
(15,23,48)
#0D1325
(13,19,37)
#0B0F1A
(11,15,26)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #1D337D

#1D337D
(29,51,125)
#314588
(49,69,136)
#455793
(69,87,147)
#59699E
(89,105,158)
#6D7BA9
(109,123,169)
#818DB4
(129,141,180)
#959FBF
(149,159,191)
#A9B1CA
(169,177,202)
#BDC3D5
(189,195,213)
#D1D5E0
(209,213,224)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D337D color. Also use rgb(29,51,125) instead hex code.

Text Font Color

.myTextColor { color: #1D337D; }

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

This text font color is #1D337D.


Background Color

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

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

This div background color is #1D337D.


Border color

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

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

This div border color is #1D337D.


Opacity

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

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

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

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

This text has shadow with #1D337D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D337D on black background.


Color preview on white background

This text has color #1D337D on white background.



Black color preview on #1D337D background

This text has black color on #1D337D background.


White color preview on #1D337D background

This text has white color on #1D337D background.