COLOR #1D2496

HEX: #1D2496
RGB: (29,36,150)

Color info

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

RGB color model

#1D2496 color RGB value is (29,36,150).

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

RGB channels and saturation

R 29 of 255 = 11%
G 36 of 255 = 14%
B 150 of 255 = 59%

29
36
150

R + G + B ~ 28%. #1D2496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 36 + 150 = 215 (100%)
R 29 of 215 ~ 13.49%
G 36 of 215 ~ 16.74%
B 150 of 215 ~ 69.77%

%13.49
%16.74
%69.77

CMYK color model

#1D2496 color CMYK value is (81,76,0,41).

  • cyan value is 80.67%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(81,76,0,41)
C81M76Y0K41 
(81%,76%,0%,41%)
(0.81/0.76/0.00/0.41)	

CMYK percentages

%80.67
%76
%0
%41.18

Codes

Color #1D2496 in popluar color models

1D2496
RGB2936150
HSL237°67.60%35.10%
HSB/HSV237°80.67%58.82%
CMYK80.67%76.00%0.00%
41.18%

Color #1D2496 in popluar number systems.

HEX1D2496
Decimal2936150
Binary1110110010010010110
Octal3544226

Shades and tints

Shades of #1D2496

#1D2496
(29,36,150)
#1B2189
(27,33,137)
#191E7C
(25,30,124)
#171B6F
(23,27,111)
#151862
(21,24,98)
#131555
(19,21,85)
#111248
(17,18,72)
#0F0F3B
(15,15,59)
#0D0C2E
(13,12,46)
#0B0921
(11,9,33)
#090614
(9,6,20)
#000000
(0,0,0)

Tints of #1D2496

#1D2496
(29,36,150)
#31379F
(49,55,159)
#454AA8
(69,74,168)
#595DB1
(89,93,177)
#6D70BA
(109,112,186)
#8183C3
(129,131,195)
#9596CC
(149,150,204)
#A9A9D5
(169,169,213)
#BDBCDE
(189,188,222)
#D1CFE7
(209,207,231)
#E5E2F0
(229,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D2496; }

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

This text font color is #1D2496.


Background Color

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

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

This div background color is #1D2496.


Border color

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

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

This div border color is #1D2496.


Opacity

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

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

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

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

This text has shadow with #1D2496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2496 on black background.


Color preview on white background

This text has color #1D2496 on white background.



Black color preview on #1D2496 background

This text has black color on #1D2496 background.


White color preview on #1D2496 background

This text has white color on #1D2496 background.