COLOR #1D4A7C

HEX: #1D4A7C RGB: (29,74,124)

Color info

#1D4A7C contains mainly green and blue colors. Web safe color of #1D4A7C is #333366 (or #336).

RGB color model

#1D4A7C color RGB value is (29,74,124).

RGB: (29,74,124) (11%, 29%, 49%)

RGB channels and saturation

R 29 of 255 = 11%
G 74 of 255 = 29%
B 124 of 255 = 49%

29
74
124

R + G + B ~ 30%. #1D4A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 74 + 124 = 227 (100%)
R 29 of 227 ~ 12.78%
G 74 of 227 ~ 32.6%
B 124 of 227 ~ 54.63'%

%12.78
%32.6
%54.63

CMYK color model

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

  • cyan value is 76.61%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (77,40,0,51)
C77M40Y0K51 (77%, 40%, 0%, 51%)
(0.77 / 0.40 / 0.00 / 0.51)

CMYK percentages

%76.61
%40.32
%0
%51.37

Codes

Color #1D4A7C in popluar color models

1D 4A 7C
RGB 29 74 124
HSL 212° 62.09% 30.00%
HSB/HSV 212° 76.61% 48.63%
CMYK 76.61% 40.32% 0.00%
51.37%

Color #1D4A7C in popluar number systems.

HEX 1D 4A 7C
Decimal 29 74 124
Binary 11101 1001010 1111100
Octal 35 112 174

Shades and tints

Shades of #1D4A7C

#1D4A7C
(29,74,124)
#1B4471
(27,68,113)
#193E66
(25,62,102)
#17385B
(23,56,91)
#153250
(21,50,80)
#132C45
(19,44,69)
#11263A
(17,38,58)
#0F202F
(15,32,47)
#0D1A24
(13,26,36)
#0B1419
(11,20,25)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #1D4A7C

#1D4A7C
(29,74,124)
#315A87
(49,90,135)
#456A92
(69,106,146)
#597A9D
(89,122,157)
#6D8AA8
(109,138,168)
#819AB3
(129,154,179)
#95AABE
(149,170,190)
#A9BAC9
(169,186,201)
#BDCAD4
(189,202,212)
#D1DADF
(209,218,223)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4A7C; }

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

This text font color is #1D4A7C.

Background Color

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

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

This div background color is #1D4A7C.

Border color

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

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

This div border color is #1D4A7C.

Opacity

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

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

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

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

This text has shadow with #1D4A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D4A7C.

Preview

Color preview on black background

This text has color #1D4A7C on black background.


Color preview on white background

This text has color #1D4A7C on white background.


Black color preview on #1D4A7C background

This text has black color on #1D4A7C background.


White color preview on #1D4A7C background

This text has white color on #1D4A7C background.


Related colors

Complementary color

Complementary color for #hex is #E2B583.


I love getcolorcode.com

Triadic colors

1 #7C1D4A and #4A7C1D with #1D4A7C are triadic colors.

2 #7C4A1D and #4A1D7C with #1D4A7C are triadic colors.