COLOR #1D4A83

HEX: #1D4A83
RGB: (29,74,131)

Color info

#1D4A83 contains mainly green and blue colors. Web safe color of #1D4A83 is #333399 (or #339).

RGB color model

#1D4A83 color RGB value is (29,74,131).

  • red value is 29;
  • green value is 74;
  • blue value is 131.
RGB:
(29,74,131)
(11%,29%,51%)

RGB channels and saturation

R 29 of 255 = 11%
G 74 of 255 = 29%
B 131 of 255 = 51%

29
74
131

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

Portions of RGB colors in percentages

R + G + B =
29 + 74 + 131 = 234 (100%)
R 29 of 234 ~ 12.39%
G 74 of 234 ~ 31.62%
B 131 of 234 ~ 55.98%

%12.39
%31.62
%55.98

CMYK color model

#1D4A83 color CMYK value is (78,44,0,49).

  • cyan value is 77.86%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(78,44,0,49)
C78M44Y0K49 
(78%,44%,0%,49%)
(0.78/0.44/0.00/0.49)	

CMYK percentages

%77.86
%43.51
%0
%48.63

Codes

Color #1D4A83 in popluar color models

1D4A83
RGB2974131
HSL214°63.75%31.37%
HSB/HSV214°77.86%51.37%
CMYK77.86%43.51%0.00%
48.63%

Color #1D4A83 in popluar number systems.

HEX1D4A83
Decimal2974131
Binary11101100101010000011
Octal35112203

Shades and tints

Shades of #1D4A83

#1D4A83
(29,74,131)
#1B4478
(27,68,120)
#193E6D
(25,62,109)
#173862
(23,56,98)
#153257
(21,50,87)
#132C4C
(19,44,76)
#112641
(17,38,65)
#0F2036
(15,32,54)
#0D1A2B
(13,26,43)
#0B1420
(11,20,32)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #1D4A83

#1D4A83
(29,74,131)
#315A8E
(49,90,142)
#456A99
(69,106,153)
#597AA4
(89,122,164)
#6D8AAF
(109,138,175)
#819ABA
(129,154,186)
#95AAC5
(149,170,197)
#A9BAD0
(169,186,208)
#BDCADB
(189,202,219)
#D1DAE6
(209,218,230)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4A83; }

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

This text font color is #1D4A83.


Background Color

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

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

This div background color is #1D4A83.


Border color

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

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

This div border color is #1D4A83.


Opacity

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

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

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

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

This text has shadow with #1D4A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4A83 on black background.


Color preview on white background

This text has color #1D4A83 on white background.



Black color preview on #1D4A83 background

This text has black color on #1D4A83 background.


White color preview on #1D4A83 background

This text has white color on #1D4A83 background.