COLOR #1D2992

HEX: #1D2992 RGB: (29,41,146)

Color info

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

RGB color model

#1D2992 color RGB value is (29,41,146).

RGB: (29,41,146) (11%, 16%, 57%)

RGB channels and saturation

R 29 of 255 = 11%
G 41 of 255 = 16%
B 146 of 255 = 57%

29
41
146

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

Portions of RGB colors in percentages

R + G + B = 29 + 41 + 146 = 216 (100%)
R 29 of 216 ~ 13.43%
G 41 of 216 ~ 18.98%
B 146 of 216 ~ 67.59'%

%13.43
%18.98
%67.59

CMYK color model

#1D2992 color CMYK value is (80,72,0,43).

  • cyan value is 80.14%
  • magenta value is 71.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (80,72,0,43) C80M72Y0K43 (80%,72%,0%,43%) (0.80/0.72/0.00/0.43) 

CMYK percentages

%80.14
%71.92
%0
%42.75

Codes

Color #1D2992 in popluar color models

1D 29 92
RGB 29 41 146
HSL 234° 66.86% 34.31%
HSB/HSV 234° 80.14% 57.25%
CMYK 80.14% 71.92% 0.00%
42.75%

Color #1D2992 in popluar number systems.

HEX 1D 29 92
Decimal 29 41 146
Binary 11101 101001 10010010
Octal 35 51 222

Shades and tints

Shades of #1D2992

#1D2992
(29,41,146)
#1B2685
(27,38,133)
#192378
(25,35,120)
#17206B
(23,32,107)
#151D5E
(21,29,94)
#131A51
(19,26,81)
#111744
(17,23,68)
#0F1437
(15,20,55)
#0D112A
(13,17,42)
#0B0E1D
(11,14,29)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #1D2992

#1D2992
(29,41,146)
#313C9B
(49,60,155)
#454FA4
(69,79,164)
#5962AD
(89,98,173)
#6D75B6
(109,117,182)
#8188BF
(129,136,191)
#959BC8
(149,155,200)
#A9AED1
(169,174,209)
#BDC1DA
(189,193,218)
#D1D4E3
(209,212,227)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D2992; }

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

This text font color is #1D2992.

Background Color

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

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

This div background color is #1D2992.

Border color

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

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

This div border color is #1D2992.

Opacity

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

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

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

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

This text has shadow with #1D2992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D2992.

Preview

Color preview on black background

This text has color #1D2992 on black background.


Color preview on white background

This text has color #1D2992 on white background.


Black color preview on #1D2992 background

This text has black color on #1D2992 background.


White color preview on #1D2992 background

This text has white color on #1D2992 background.


Related colors

Complementary color

Complementary color for #hex is #E2D66D.


I love getcolorcode.com

Triadic colors

1 #921D29 and #29921D with #1D2992 are triadic colors.

2 #92291D and #291D92 with #1D2992 are triadic colors.