COLOR #1D2988

HEX: #1D2988
RGB: (29,41,136)

Color info

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

RGB color model

#1D2988 color RGB value is (29,41,136).

  • red value is 29;
  • green value is 41;
  • blue value is 136.
RGB:
(29,41,136)
(11%,16%,53%)

RGB channels and saturation

R 29 of 255 = 11%
G 41 of 255 = 16%
B 136 of 255 = 53%

29
41
136

R + G + B ~ 27%. #1D2988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 41 + 136 = 206 (100%)
R 29 of 206 ~ 14.08%
G 41 of 206 ~ 19.9%
B 136 of 206 ~ 66.02%

%14.08
%19.9
%66.02

CMYK color model

#1D2988 color CMYK value is (79,70,0,47).

  • cyan value is 78.68%
  • magenta value is 69.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(79,70,0,47)
C79M70Y0K47 
(79%,70%,0%,47%)
(0.79/0.70/0.00/0.47)	

CMYK percentages

%78.68
%69.85
%0
%46.67

Codes

Color #1D2988 in popluar color models

1D2988
RGB2941136
HSL233°64.85%32.35%
HSB/HSV233°78.68%53.33%
CMYK78.68%69.85%0.00%
46.67%

Color #1D2988 in popluar number systems.

HEX1D2988
Decimal2941136
Binary1110110100110001000
Octal3551210

Shades and tints

Shades of #1D2988

#1D2988
(29,41,136)
#1B267C
(27,38,124)
#192370
(25,35,112)
#172064
(23,32,100)
#151D58
(21,29,88)
#131A4C
(19,26,76)
#111740
(17,23,64)
#0F1434
(15,20,52)
#0D1128
(13,17,40)
#0B0E1C
(11,14,28)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #1D2988

#1D2988
(29,41,136)
#313C92
(49,60,146)
#454F9C
(69,79,156)
#5962A6
(89,98,166)
#6D75B0
(109,117,176)
#8188BA
(129,136,186)
#959BC4
(149,155,196)
#A9AECE
(169,174,206)
#BDC1D8
(189,193,216)
#D1D4E2
(209,212,226)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D2988 color. Also use rgb(29,41,136) instead hex code.

Text Font Color

.myTextColor { color: #1D2988; }

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

This text font color is #1D2988.


Background Color

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

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

This div background color is #1D2988.


Border color

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

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

This div border color is #1D2988.


Opacity

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

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

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

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

This text has shadow with #1D2988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2988 on black background.


Color preview on white background

This text has color #1D2988 on white background.



Black color preview on #1D2988 background

This text has black color on #1D2988 background.


White color preview on #1D2988 background

This text has white color on #1D2988 background.