COLOR #1D4284

HEX: #1D4284
RGB: (29,66,132)

Color info

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

RGB color model

#1D4284 color RGB value is (29,66,132).

  • red value is 29;
  • green value is 66;
  • blue value is 132.
RGB:
(29,66,132)
(11%,26%,52%)

RGB channels and saturation

R 29 of 255 = 11%
G 66 of 255 = 26%
B 132 of 255 = 52%

29
66
132

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

Portions of RGB colors in percentages

R + G + B =
29 + 66 + 132 = 227 (100%)
R 29 of 227 ~ 12.78%
G 66 of 227 ~ 29.07%
B 132 of 227 ~ 58.15%

%12.78
%29.07
%58.15

CMYK color model

#1D4284 color CMYK value is (78,50,0,48).

  • cyan value is 78.03%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(78,50,0,48)
C78M50Y0K48 
(78%,50%,0%,48%)
(0.78/0.50/0.00/0.48)	

CMYK percentages

%78.03
%50
%0
%48.24

Codes

Color #1D4284 in popluar color models

1D4284
RGB2966132
HSL218°63.98%31.57%
HSB/HSV218°78.03%51.76%
CMYK78.03%50.00%0.00%
48.24%

Color #1D4284 in popluar number systems.

HEX1D4284
Decimal2966132
Binary11101100001010000100
Octal35102204

Shades and tints

Shades of #1D4284

#1D4284
(29,66,132)
#1B3C78
(27,60,120)
#19366C
(25,54,108)
#173060
(23,48,96)
#152A54
(21,42,84)
#132448
(19,36,72)
#111E3C
(17,30,60)
#0F1830
(15,24,48)
#0D1224
(13,18,36)
#0B0C18
(11,12,24)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #1D4284

#1D4284
(29,66,132)
#31538F
(49,83,143)
#45649A
(69,100,154)
#5975A5
(89,117,165)
#6D86B0
(109,134,176)
#8197BB
(129,151,187)
#95A8C6
(149,168,198)
#A9B9D1
(169,185,209)
#BDCADC
(189,202,220)
#D1DBE7
(209,219,231)
#E5ECF2
(229,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4284 color. Also use rgb(29,66,132) instead hex code.

Text Font Color

.myTextColor { color: #1D4284; }

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

This text font color is #1D4284.


Background Color

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

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

This div background color is #1D4284.


Border color

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

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

This div border color is #1D4284.


Opacity

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

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

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

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

This text has shadow with #1D4284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4284 on black background.


Color preview on white background

This text has color #1D4284 on white background.



Black color preview on #1D4284 background

This text has black color on #1D4284 background.


White color preview on #1D4284 background

This text has white color on #1D4284 background.