COLOR #1D5DB2

HEX: #1D5DB2
RGB: (29,93,178)

Color info

#1D5DB2 contains mainly blue color. Web safe color of #1D5DB2 is #336699 (or #369).

RGB color model

#1D5DB2 color RGB value is (29,93,178).

  • red value is 29;
  • green value is 93;
  • blue value is 178.
RGB:
(29,93,178)
(11%,36%,70%)

RGB channels and saturation

R 29 of 255 = 11%
G 93 of 255 = 36%
B 178 of 255 = 70%

29
93
178

R + G + B ~ 39%. #1D5DB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 93 + 178 = 300 (100%)
R 29 of 300 ~ 9.67%
G 93 of 300 ~ 31%
B 178 of 300 ~ 59.33%

%9.67
%31
%59.33

CMYK color model

#1D5DB2 color CMYK value is (84,48,0,30).

  • cyan value is 83.71%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(84,48,0,30)
C84M48Y0K30 
(84%,48%,0%,30%)
(0.84/0.48/0.00/0.30)	

CMYK percentages

%83.71
%47.75
%0
%30.2

Codes

Color #1D5DB2 in popluar color models

1D5DB2
RGB2993178
HSL214°71.98%40.59%
HSB/HSV214°83.71%69.80%
CMYK83.71%47.75%0.00%
30.20%

Color #1D5DB2 in popluar number systems.

HEX1D5DB2
Decimal2993178
Binary11101101110110110010
Octal35135262

Shades and tints

Shades of #1D5DB2

#1D5DB2
(29,93,178)
#1B55A2
(27,85,162)
#194D92
(25,77,146)
#174582
(23,69,130)
#153D72
(21,61,114)
#133562
(19,53,98)
#112D52
(17,45,82)
#0F2542
(15,37,66)
#0D1D32
(13,29,50)
#0B1522
(11,21,34)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #1D5DB2

#1D5DB2
(29,93,178)
#316BB9
(49,107,185)
#4579C0
(69,121,192)
#5987C7
(89,135,199)
#6D95CE
(109,149,206)
#81A3D5
(129,163,213)
#95B1DC
(149,177,220)
#A9BFE3
(169,191,227)
#BDCDEA
(189,205,234)
#D1DBF1
(209,219,241)
#E5E9F8
(229,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5DB2 color. Also use rgb(29,93,178) instead hex code.

Text Font Color

.myTextColor { color: #1D5DB2; }

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

This text font color is #1D5DB2.


Background Color

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

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

This div background color is #1D5DB2.


Border color

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

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

This div border color is #1D5DB2.


Opacity

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

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

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

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

This text has shadow with #1D5DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5DB2 on black background.


Color preview on white background

This text has color #1D5DB2 on white background.



Black color preview on #1D5DB2 background

This text has black color on #1D5DB2 background.


White color preview on #1D5DB2 background

This text has white color on #1D5DB2 background.