COLOR #1D4699

HEX: #1D4699
RGB: (29,70,153)

Color info

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

RGB color model

#1D4699 color RGB value is (29,70,153).

  • red value is 29;
  • green value is 70;
  • blue value is 153.
RGB:
(29,70,153)
(11%,27%,60%)

RGB channels and saturation

R 29 of 255 = 11%
G 70 of 255 = 27%
B 153 of 255 = 60%

29
70
153

R + G + B ~ 33%. #1D4699 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 70 + 153 = 252 (100%)
R 29 of 252 ~ 11.51%
G 70 of 252 ~ 27.78%
B 153 of 252 ~ 60.71%

%11.51
%27.78
%60.71

CMYK color model

#1D4699 color CMYK value is (81,54,0,40).

  • cyan value is 81.05%
  • magenta value is 54.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(81,54,0,40)
C81M54Y0K40 
(81%,54%,0%,40%)
(0.81/0.54/0.00/0.40)	

CMYK percentages

%81.05
%54.25
%0
%40

Codes

Color #1D4699 in popluar color models

1D4699
RGB2970153
HSL220°68.13%35.69%
HSB/HSV220°81.05%60.00%
CMYK81.05%54.25%0.00%
40.00%

Color #1D4699 in popluar number systems.

HEX1D4699
Decimal2970153
Binary11101100011010011001
Octal35106231

Shades and tints

Shades of #1D4699

#1D4699
(29,70,153)
#1B408C
(27,64,140)
#193A7F
(25,58,127)
#173472
(23,52,114)
#152E65
(21,46,101)
#132858
(19,40,88)
#11224B
(17,34,75)
#0F1C3E
(15,28,62)
#0D1631
(13,22,49)
#0B1024
(11,16,36)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #1D4699

#1D4699
(29,70,153)
#3156A2
(49,86,162)
#4566AB
(69,102,171)
#5976B4
(89,118,180)
#6D86BD
(109,134,189)
#8196C6
(129,150,198)
#95A6CF
(149,166,207)
#A9B6D8
(169,182,216)
#BDC6E1
(189,198,225)
#D1D6EA
(209,214,234)
#E5E6F3
(229,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4699 color. Also use rgb(29,70,153) instead hex code.

Text Font Color

.myTextColor { color: #1D4699; }

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

This text font color is #1D4699.


Background Color

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

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

This div background color is #1D4699.


Border color

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

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

This div border color is #1D4699.


Opacity

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

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

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

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

This text has shadow with #1D4699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4699 on black background.


Color preview on white background

This text has color #1D4699 on white background.



Black color preview on #1D4699 background

This text has black color on #1D4699 background.


White color preview on #1D4699 background

This text has white color on #1D4699 background.