COLOR #1D2959

HEX: #1D2959
RGB: (29,41,89)

Color info

#1D2959 contains mainly green and blue colors. Web safe color of #1D2959 is #333366 (or #336).

RGB color model

#1D2959 color RGB value is (29,41,89).

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

RGB channels and saturation

R 29 of 255 = 11%
G 41 of 255 = 16%
B 89 of 255 = 35%

29
41
89

R + G + B ~ 21%. #1D2959 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 41 + 89 = 159 (100%)
R 29 of 159 ~ 18.24%
G 41 of 159 ~ 25.79%
B 89 of 159 ~ 55.97%

%18.24
%25.79
%55.97

CMYK color model

#1D2959 color CMYK value is (67,54,0,65).

  • cyan value is 67.42%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(67,54,0,65)
C67M54Y0K65 
(67%,54%,0%,65%)
(0.67/0.54/0.00/0.65)	

CMYK percentages

%67.42
%53.93
%0
%65.1

Codes

Color #1D2959 in popluar color models

1D2959
RGB294189
HSL228°50.85%23.14%
HSB/HSV228°67.42%34.90%
CMYK67.42%53.93%0.00%
65.10%

Color #1D2959 in popluar number systems.

HEX1D2959
Decimal294189
Binary111011010011011001
Octal3551131

Shades and tints

Shades of #1D2959

#1D2959
(29,41,89)
#1B2651
(27,38,81)
#192349
(25,35,73)
#172041
(23,32,65)
#151D39
(21,29,57)
#131A31
(19,26,49)
#111729
(17,23,41)
#0F1421
(15,20,33)
#0D1119
(13,17,25)
#0B0E11
(11,14,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D2959

#1D2959
(29,41,89)
#313C68
(49,60,104)
#454F77
(69,79,119)
#596286
(89,98,134)
#6D7595
(109,117,149)
#8188A4
(129,136,164)
#959BB3
(149,155,179)
#A9AEC2
(169,174,194)
#BDC1D1
(189,193,209)
#D1D4E0
(209,212,224)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D2959; }

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

This text font color is #1D2959.


Background Color

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

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

This div background color is #1D2959.


Border color

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

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

This div border color is #1D2959.


Opacity

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

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

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

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

This text has shadow with #1D2959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2959 on black background.


Color preview on white background

This text has color #1D2959 on white background.



Black color preview on #1D2959 background

This text has black color on #1D2959 background.


White color preview on #1D2959 background

This text has white color on #1D2959 background.