COLOR #1D0D89

HEX: #1D0D89
RGB: (29,13,137)

Color info

#1D0D89 contains mainly blue color. Web safe color of #1D0D89 is #330099 (or #309).

RGB color model

#1D0D89 color RGB value is (29,13,137).

  • red value is 29;
  • green value is 13;
  • blue value is 137.
RGB:
(29,13,137)
(11%,5%,54%)

RGB channels and saturation

R 29 of 255 = 11%
G 13 of 255 = 5%
B 137 of 255 = 54%

29
13
137

R + G + B ~ 23%. #1D0D89 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 13 + 137 = 179 (100%)
R 29 of 179 ~ 16.2%
G 13 of 179 ~ 7.26%
B 137 of 179 ~ 76.54%

%16.2
%76.54

CMYK color model

#1D0D89 color CMYK value is (79,91,0,46).

  • cyan value is 78.83%
  • magenta value is 90.51%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(79,91,0,46)
C79M91Y0K46 
(79%,91%,0%,46%)
(0.79/0.91/0.00/0.46)	

CMYK percentages

%78.83
%90.51
%0
%46.27

Codes

Color #1D0D89 in popluar color models

1D0D89
RGB2913137
HSL248°82.67%29.41%
HSB/HSV248°90.51%53.73%
CMYK78.83%90.51%0.00%
46.27%

Color #1D0D89 in popluar number systems.

HEX1D0D89
Decimal2913137
Binary11101110110001001
Octal3515211

Shades and tints

Shades of #1D0D89

#1D0D89
(29,13,137)
#1B0C7D
(27,12,125)
#190B71
(25,11,113)
#170A65
(23,10,101)
#150959
(21,9,89)
#13084D
(19,8,77)
#110741
(17,7,65)
#0F0635
(15,6,53)
#0D0529
(13,5,41)
#0B041D
(11,4,29)
#090311
(9,3,17)
#000000
(0,0,0)

Tints of #1D0D89

#1D0D89
(29,13,137)
#312393
(49,35,147)
#45399D
(69,57,157)
#594FA7
(89,79,167)
#6D65B1
(109,101,177)
#817BBB
(129,123,187)
#9591C5
(149,145,197)
#A9A7CF
(169,167,207)
#BDBDD9
(189,189,217)
#D1D3E3
(209,211,227)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0D89 color. Also use rgb(29,13,137) instead hex code.

Text Font Color

.myTextColor { color: #1D0D89; }

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

This text font color is #1D0D89.


Background Color

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

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

This div background color is #1D0D89.


Border color

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

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

This div border color is #1D0D89.


Opacity

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

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

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

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

This text has shadow with #1D0D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0D89 on black background.


Color preview on white background

This text has color #1D0D89 on white background.



Black color preview on #1D0D89 background

This text has black color on #1D0D89 background.


White color preview on #1D0D89 background

This text has white color on #1D0D89 background.