COLOR #1D247D

HEX: #1D247D
RGB: (29,36,125)

Color info

#1D247D contains mainly blue color. Web safe color of #1D247D is #333366 (or #336).

RGB color model

#1D247D color RGB value is (29,36,125).

  • red value is 29;
  • green value is 36;
  • blue value is 125.
RGB:
(29,36,125)
(11%,14%,49%)

RGB channels and saturation

R 29 of 255 = 11%
G 36 of 255 = 14%
B 125 of 255 = 49%

29
36
125

R + G + B ~ 25%. #1D247D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 36 + 125 = 190 (100%)
R 29 of 190 ~ 15.26%
G 36 of 190 ~ 18.95%
B 125 of 190 ~ 65.79%

%15.26
%18.95
%65.79

CMYK color model

#1D247D color CMYK value is (77,71,0,51).

  • cyan value is 76.80%
  • magenta value is 71.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(77,71,0,51)
C77M71Y0K51 
(77%,71%,0%,51%)
(0.77/0.71/0.00/0.51)	

CMYK percentages

%76.8
%71.2
%0
%50.98

Codes

Color #1D247D in popluar color models

1D247D
RGB2936125
HSL236°62.34%30.20%
HSB/HSV236°76.80%49.02%
CMYK76.80%71.20%0.00%
50.98%

Color #1D247D in popluar number systems.

HEX1D247D
Decimal2936125
Binary111011001001111101
Octal3544175

Shades and tints

Shades of #1D247D

#1D247D
(29,36,125)
#1B2172
(27,33,114)
#191E67
(25,30,103)
#171B5C
(23,27,92)
#151851
(21,24,81)
#131546
(19,21,70)
#11123B
(17,18,59)
#0F0F30
(15,15,48)
#0D0C25
(13,12,37)
#0B091A
(11,9,26)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #1D247D

#1D247D
(29,36,125)
#313788
(49,55,136)
#454A93
(69,74,147)
#595D9E
(89,93,158)
#6D70A9
(109,112,169)
#8183B4
(129,131,180)
#9596BF
(149,150,191)
#A9A9CA
(169,169,202)
#BDBCD5
(189,188,213)
#D1CFE0
(209,207,224)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D247D color. Also use rgb(29,36,125) instead hex code.

Text Font Color

.myTextColor { color: #1D247D; }

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

This text font color is #1D247D.


Background Color

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

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

This div background color is #1D247D.


Border color

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

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

This div border color is #1D247D.


Opacity

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

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

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

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

This text has shadow with #1D247D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D247D on black background.


Color preview on white background

This text has color #1D247D on white background.



Black color preview on #1D247D background

This text has black color on #1D247D background.


White color preview on #1D247D background

This text has white color on #1D247D background.