COLOR #001D29

HEX: #001D29
RGB: (0,29,41)

Color info

#001D29 contains only green and blue colors. Web safe color of #001D29 is #003333 (or #033).

RGB color model

#001D29 color RGB value is (0,29,41).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 41 of 255 = 16%

0
29
41

R + G + B ~ 9%. #001D29 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 41 = 70 (100%)
R 0 of 70 ~ 0%
G 29 of 70 ~ 41.43%
B 41 of 70 ~ 58.57%

%41.43
%58.57

CMYK color model

#001D29 color CMYK value is (100,29,0,84).

  • cyan value is 100.00%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,29,0,84)
C100M29Y0K84 
(100%,29%,0%,84%)
(1.00/0.29/0.00/0.84)	

CMYK percentages

%100
%29.27
%0
%83.92

Codes

Color #001D29 in popluar color models

001D29
RGB02941
HSL198°100.00%8.04%
HSB/HSV198°100.00%16.08%
CMYK100.00%29.27%0.00%
83.92%

Color #001D29 in popluar number systems.

HEX001D29
Decimal02941
Binary011101101001
Octal03551

Shades and tints

Shades of #001D29

#001D29
(0,29,41)
#001B26
(0,27,38)
#001923
(0,25,35)
#001720
(0,23,32)
#00151D
(0,21,29)
#00131A
(0,19,26)
#001117
(0,17,23)
#000F14
(0,15,20)
#000D11
(0,13,17)
#000B0E
(0,11,14)
#00090B
(0,9,11)
#000000
(0,0,0)

Tints of #001D29

#001D29
(0,29,41)
#17313C
(23,49,60)
#2E454F
(46,69,79)
#455962
(69,89,98)
#5C6D75
(92,109,117)
#738188
(115,129,136)
#8A959B
(138,149,155)
#A1A9AE
(161,169,174)
#B8BDC1
(184,189,193)
#CFD1D4
(207,209,212)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001D29 color. Also use rgb(0,29,41) instead hex code.

Text Font Color

.myTextColor { color: #001D29; }

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

This text font color is #001D29.


Background Color

.myBgColor { background-color: #001D29; }

<div style="background-color:#001D29">Inner text</div>

This div background color is #001D29.


Border color

.myBorderColor { border: 1px solid #001D29; }

<div style="border:3px solid #001D29">Div</div>

This div border color is #001D29.


Opacity

.myOpacity80 { color: #001D29; opacity: 0.8; }

<p style="color:#001D29;opacity:0.8;">80%</p>

Text with #001D29 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 #001D29;}

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

This text has shadow with #001D29 color.

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

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

This text has shadow with #001D29 primary color and red secondary color.


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

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

This text has shadow with #001D29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D29 on black background.


Color preview on white background

This text has color #001D29 on white background.



Black color preview on #001D29 background

This text has black color on #001D29 background.


White color preview on #001D29 background

This text has white color on #001D29 background.