COLOR #1D378C

HEX: #1D378C
RGB: (29,55,140)

Color info

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

RGB color model

#1D378C color RGB value is (29,55,140).

  • red value is 29;
  • green value is 55;
  • blue value is 140.
RGB:
(29,55,140)
(11%,22%,55%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 140 of 255 = 55%

29
55
140

R + G + B ~ 29%. #1D378C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 140 = 224 (100%)
R 29 of 224 ~ 12.95%
G 55 of 224 ~ 24.55%
B 140 of 224 ~ 62.5%

%12.95
%24.55
%62.5

CMYK color model

#1D378C color CMYK value is (79,61,0,45).

  • cyan value is 79.29%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(79,61,0,45)
C79M61Y0K45 
(79%,61%,0%,45%)
(0.79/0.61/0.00/0.45)	

CMYK percentages

%79.29
%60.71
%0
%45.1

Codes

Color #1D378C in popluar color models

1D378C
RGB2955140
HSL226°65.68%33.14%
HSB/HSV226°79.29%54.90%
CMYK79.29%60.71%0.00%
45.10%

Color #1D378C in popluar number systems.

HEX1D378C
Decimal2955140
Binary1110111011110001100
Octal3567214

Shades and tints

Shades of #1D378C

#1D378C
(29,55,140)
#1B3280
(27,50,128)
#192D74
(25,45,116)
#172868
(23,40,104)
#15235C
(21,35,92)
#131E50
(19,30,80)
#111944
(17,25,68)
#0F1438
(15,20,56)
#0D0F2C
(13,15,44)
#0B0A20
(11,10,32)
#090514
(9,5,20)
#000000
(0,0,0)

Tints of #1D378C

#1D378C
(29,55,140)
#314996
(49,73,150)
#455BA0
(69,91,160)
#596DAA
(89,109,170)
#6D7FB4
(109,127,180)
#8191BE
(129,145,190)
#95A3C8
(149,163,200)
#A9B5D2
(169,181,210)
#BDC7DC
(189,199,220)
#D1D9E6
(209,217,230)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D378C color. Also use rgb(29,55,140) instead hex code.

Text Font Color

.myTextColor { color: #1D378C; }

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

This text font color is #1D378C.


Background Color

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

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

This div background color is #1D378C.


Border color

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

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

This div border color is #1D378C.


Opacity

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

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

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

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

This text has shadow with #1D378C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D378C on black background.


Color preview on white background

This text has color #1D378C on white background.



Black color preview on #1D378C background

This text has black color on #1D378C background.


White color preview on #1D378C background

This text has white color on #1D378C background.