COLOR #001A1D

HEX: #001A1D
RGB: (0,26,29)

Color info

#001A1D contains only green and blue colors. Web safe color of #001A1D is #000033 (or #003).

RGB color model

#001A1D color RGB value is (0,26,29).

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

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 29 of 255 = 11%

0
26
29

R + G + B ~ 7%. #001A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 26 + 29 = 55 (100%)
R 0 of 55 ~ 0%
G 26 of 55 ~ 47.27%
B 29 of 55 ~ 52.73%

%47.27
%52.73

CMYK color model

#001A1D color CMYK value is (100,10,0,89).

  • cyan value is 100.00%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(100,10,0,89)
C100M10Y0K89 
(100%,10%,0%,89%)
(1.00/0.10/0.00/0.89)	

CMYK percentages

%100
%10.34
%0
%88.63

Codes

Color #001A1D in popluar color models

001A1D
RGB02629
HSL186°100.00%5.69%
HSB/HSV186°100.00%11.37%
CMYK100.00%10.34%0.00%
88.63%

Color #001A1D in popluar number systems.

HEX001A1D
Decimal02629
Binary01101011101
Octal03235

Shades and tints

Shades of #001A1D

#001A1D
(0,26,29)
#00181B
(0,24,27)
#001619
(0,22,25)
#001417
(0,20,23)
#001215
(0,18,21)
#001013
(0,16,19)
#000E11
(0,14,17)
#000C0F
(0,12,15)
#000A0D
(0,10,13)
#00080B
(0,8,11)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #001A1D

#001A1D
(0,26,29)
#172E31
(23,46,49)
#2E4245
(46,66,69)
#455659
(69,86,89)
#5C6A6D
(92,106,109)
#737E81
(115,126,129)
#8A9295
(138,146,149)
#A1A6A9
(161,166,169)
#B8BABD
(184,186,189)
#CFCED1
(207,206,209)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A1D; }

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

This text font color is #001A1D.


Background Color

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

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

This div background color is #001A1D.


Border color

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

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

This div border color is #001A1D.


Opacity

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

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

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

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

This text has shadow with #001A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A1D on black background.


Color preview on white background

This text has color #001A1D on white background.



Black color preview on #001A1D background

This text has black color on #001A1D background.


White color preview on #001A1D background

This text has white color on #001A1D background.