COLOR #1D2859

HEX: #1D2859
RGB: (29,40,89)

Color info

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

RGB color model

#1D2859 color RGB value is (29,40,89).

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

RGB channels and saturation

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

29
40
89

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

Portions of RGB colors in percentages

R + G + B =
29 + 40 + 89 = 158 (100%)
R 29 of 158 ~ 18.35%
G 40 of 158 ~ 25.32%
B 89 of 158 ~ 56.33%

%18.35
%25.32
%56.33

CMYK color model

#1D2859 color CMYK value is (67,55,0,65).

  • cyan value is 67.42%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(67,55,0,65)
C67M55Y0K65 
(67%,55%,0%,65%)
(0.67/0.55/0.00/0.65)	

CMYK percentages

%67.42
%55.06
%0
%65.1

Codes

Color #1D2859 in popluar color models

1D2859
RGB294089
HSL229°50.85%23.14%
HSB/HSV229°67.42%34.90%
CMYK67.42%55.06%0.00%
65.10%

Color #1D2859 in popluar number systems.

HEX1D2859
Decimal294089
Binary111011010001011001
Octal3550131

Shades and tints

Shades of #1D2859

#1D2859
(29,40,89)
#1B2551
(27,37,81)
#192249
(25,34,73)
#171F41
(23,31,65)
#151C39
(21,28,57)
#131931
(19,25,49)
#111629
(17,22,41)
#0F1321
(15,19,33)
#0D1019
(13,16,25)
#0B0D11
(11,13,17)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #1D2859

#1D2859
(29,40,89)
#313B68
(49,59,104)
#454E77
(69,78,119)
#596186
(89,97,134)
#6D7495
(109,116,149)
#8187A4
(129,135,164)
#959AB3
(149,154,179)
#A9ADC2
(169,173,194)
#BDC0D1
(189,192,209)
#D1D3E0
(209,211,224)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D2859; }

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

This text font color is #1D2859.


Background Color

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

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

This div background color is #1D2859.


Border color

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

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

This div border color is #1D2859.


Opacity

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

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

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

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

This text has shadow with #1D2859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2859 on black background.


Color preview on white background

This text has color #1D2859 on white background.



Black color preview on #1D2859 background

This text has black color on #1D2859 background.


White color preview on #1D2859 background

This text has white color on #1D2859 background.