COLOR #001E29

HEX: #001E29
RGB: (0,30,41)

Color info

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

RGB color model

#001E29 color RGB value is (0,30,41).

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

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 41 of 255 = 16%

0
30
41

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

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 41 = 71 (100%)
R 0 of 71 ~ 0%
G 30 of 71 ~ 42.25%
B 41 of 71 ~ 57.75%

%42.25
%57.75

CMYK color model

#001E29 color CMYK value is (100,27,0,84).

  • cyan value is 100.00%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,27,0,84)
C100M27Y0K84 
(100%,27%,0%,84%)
(1.00/0.27/0.00/0.84)	

CMYK percentages

%100
%26.83
%0
%83.92

Codes

Color #001E29 in popluar color models

001E29
RGB03041
HSL196°100.00%8.04%
HSB/HSV196°100.00%16.08%
CMYK100.00%26.83%0.00%
83.92%

Color #001E29 in popluar number systems.

HEX001E29
Decimal03041
Binary011110101001
Octal03651

Shades and tints

Shades of #001E29

#001E29
(0,30,41)
#001C26
(0,28,38)
#001A23
(0,26,35)
#001820
(0,24,32)
#00161D
(0,22,29)
#00141A
(0,20,26)
#001217
(0,18,23)
#001014
(0,16,20)
#000E11
(0,14,17)
#000C0E
(0,12,14)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #001E29

#001E29
(0,30,41)
#17323C
(23,50,60)
#2E464F
(46,70,79)
#455A62
(69,90,98)
#5C6E75
(92,110,117)
#738288
(115,130,136)
#8A969B
(138,150,155)
#A1AAAE
(161,170,174)
#B8BEC1
(184,190,193)
#CFD2D4
(207,210,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E29; }

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

This text font color is #001E29.


Background Color

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

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

This div background color is #001E29.


Border color

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

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

This div border color is #001E29.


Opacity

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

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

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

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

This text has shadow with #001E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E29 on black background.


Color preview on white background

This text has color #001E29 on white background.



Black color preview on #001E29 background

This text has black color on #001E29 background.


White color preview on #001E29 background

This text has white color on #001E29 background.