COLOR #1D358E

HEX: #1D358E
RGB: (29,53,142)

Color info

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

RGB color model

#1D358E color RGB value is (29,53,142).

  • red value is 29;
  • green value is 53;
  • blue value is 142.
RGB:
(29,53,142)
(11%,21%,56%)

RGB channels and saturation

R 29 of 255 = 11%
G 53 of 255 = 21%
B 142 of 255 = 56%

29
53
142

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

Portions of RGB colors in percentages

R + G + B =
29 + 53 + 142 = 224 (100%)
R 29 of 224 ~ 12.95%
G 53 of 224 ~ 23.66%
B 142 of 224 ~ 63.39%

%12.95
%23.66
%63.39

CMYK color model

#1D358E color CMYK value is (80,63,0,44).

  • cyan value is 79.58%
  • magenta value is 62.68%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(80,63,0,44)
C80M63Y0K44 
(80%,63%,0%,44%)
(0.80/0.63/0.00/0.44)	

CMYK percentages

%79.58
%62.68
%0
%44.31

Codes

Color #1D358E in popluar color models

1D358E
RGB2953142
HSL227°66.08%33.53%
HSB/HSV227°79.58%55.69%
CMYK79.58%62.68%0.00%
44.31%

Color #1D358E in popluar number systems.

HEX1D358E
Decimal2953142
Binary1110111010110001110
Octal3565216

Shades and tints

Shades of #1D358E

#1D358E
(29,53,142)
#1B3182
(27,49,130)
#192D76
(25,45,118)
#17296A
(23,41,106)
#15255E
(21,37,94)
#132152
(19,33,82)
#111D46
(17,29,70)
#0F193A
(15,25,58)
#0D152E
(13,21,46)
#0B1122
(11,17,34)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #1D358E

#1D358E
(29,53,142)
#314798
(49,71,152)
#4559A2
(69,89,162)
#596BAC
(89,107,172)
#6D7DB6
(109,125,182)
#818FC0
(129,143,192)
#95A1CA
(149,161,202)
#A9B3D4
(169,179,212)
#BDC5DE
(189,197,222)
#D1D7E8
(209,215,232)
#E5E9F2
(229,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D358E color. Also use rgb(29,53,142) instead hex code.

Text Font Color

.myTextColor { color: #1D358E; }

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

This text font color is #1D358E.


Background Color

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

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

This div background color is #1D358E.


Border color

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

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

This div border color is #1D358E.


Opacity

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

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

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

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

This text has shadow with #1D358E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D358E on black background.


Color preview on white background

This text has color #1D358E on white background.



Black color preview on #1D358E background

This text has black color on #1D358E background.


White color preview on #1D358E background

This text has white color on #1D358E background.