COLOR #1D37AD

HEX: #1D37AD
RGB: (29,55,173)

Color info

#1D37AD contains mainly blue color. Web safe color of #1D37AD is #333399 (or #339).

RGB color model

#1D37AD color RGB value is (29,55,173).

  • red value is 29;
  • green value is 55;
  • blue value is 173.
RGB:
(29,55,173)
(11%,22%,68%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 173 of 255 = 68%

29
55
173

R + G + B ~ 34%. #1D37AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 173 = 257 (100%)
R 29 of 257 ~ 11.28%
G 55 of 257 ~ 21.4%
B 173 of 257 ~ 67.32%

%11.28
%21.4
%67.32

CMYK color model

#1D37AD color CMYK value is (83,68,0,32).

  • cyan value is 83.24%
  • magenta value is 68.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(83,68,0,32)
C83M68Y0K32 
(83%,68%,0%,32%)
(0.83/0.68/0.00/0.32)	

CMYK percentages

%83.24
%68.21
%0
%32.16

Codes

Color #1D37AD in popluar color models

1D37AD
RGB2955173
HSL229°71.29%39.61%
HSB/HSV229°83.24%67.84%
CMYK83.24%68.21%0.00%
32.16%

Color #1D37AD in popluar number systems.

HEX1D37AD
Decimal2955173
Binary1110111011110101101
Octal3567255

Shades and tints

Shades of #1D37AD

#1D37AD
(29,55,173)
#1B329E
(27,50,158)
#192D8F
(25,45,143)
#172880
(23,40,128)
#152371
(21,35,113)
#131E62
(19,30,98)
#111953
(17,25,83)
#0F1444
(15,20,68)
#0D0F35
(13,15,53)
#0B0A26
(11,10,38)
#090517
(9,5,23)
#000000
(0,0,0)

Tints of #1D37AD

#1D37AD
(29,55,173)
#3149B4
(49,73,180)
#455BBB
(69,91,187)
#596DC2
(89,109,194)
#6D7FC9
(109,127,201)
#8191D0
(129,145,208)
#95A3D7
(149,163,215)
#A9B5DE
(169,181,222)
#BDC7E5
(189,199,229)
#D1D9EC
(209,217,236)
#E5EBF3
(229,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D37AD color. Also use rgb(29,55,173) instead hex code.

Text Font Color

.myTextColor { color: #1D37AD; }

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

This text font color is #1D37AD.


Background Color

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

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

This div background color is #1D37AD.


Border color

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

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

This div border color is #1D37AD.


Opacity

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

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

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

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

This text has shadow with #1D37AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D37AD on black background.


Color preview on white background

This text has color #1D37AD on white background.



Black color preview on #1D37AD background

This text has black color on #1D37AD background.


White color preview on #1D37AD background

This text has white color on #1D37AD background.