COLOR #001A21

HEX: #001A21 RGB: (0,26,33)

Color info

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

RGB color model

#001A21 color RGB value is (0,26,33).

RGB: (0,26,33) (0%, 10%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 33 of 255 = 13%

0
26
33

R + G + B ~ 8%. #001A21 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 26 + 33 = 59 (100%)
R 0 of 59 ~ 0%
G 26 of 59 ~ 44.07%
B 33 of 59 ~ 55.93'%

%44.07
%55.93

CMYK color model

#001A21 color CMYK value is (100,21,0,87).

  • cyan value is 100.00%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (100,21,0,87)
C100M21Y0K87 (100%, 21%, 0%, 87%)
(1.00 / 0.21 / 0.00 / 0.87)

CMYK percentages

%100
%21.21
%0
%87.06

Codes

Color #001A21 in popluar color models

00 1A 21
RGB 0 26 33
HSL 193° 100.00% 6.47%
HSB/HSV 193° 100.00% 12.94%
CMYK 100.00% 21.21% 0.00%
87.06%

Color #001A21 in popluar number systems.

HEX 00 1A 21
Decimal 0 26 33
Binary 0 11010 100001
Octal 0 32 41

Shades and tints

Shades of #001A21

#001A21
(0,26,33)
#00181E
(0,24,30)
#00161B
(0,22,27)
#001418
(0,20,24)
#001215
(0,18,21)
#001012
(0,16,18)
#000E0F
(0,14,15)
#000C0C
(0,12,12)
#000A09
(0,10,9)
#000806
(0,8,6)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #001A21

#001A21
(0,26,33)
#172E35
(23,46,53)
#2E4249
(46,66,73)
#45565D
(69,86,93)
#5C6A71
(92,106,113)
#737E85
(115,126,133)
#8A9299
(138,146,153)
#A1A6AD
(161,166,173)
#B8BAC1
(184,186,193)
#CFCED5
(207,206,213)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A21; }

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

This text font color is #001A21.

Background Color

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

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

This div background color is #001A21.

Border color

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

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

This div border color is #001A21.

Opacity

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

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

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

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

This text has shadow with #001A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001A21.

Preview

Color preview on black background

This text has color #001A21 on black background.


Color preview on white background

This text has color #001A21 on white background.


Black color preview on #001A21 background

This text has black color on #001A21 background.


White color preview on #001A21 background

This text has white color on #001A21 background.


Related colors

Complementary color

Complementary color for #hex is #FFE5DE.


I love getcolorcode.com

Triadic colors

1 #21001A and #1A2100 with #001A21 are triadic colors.

2 #211A00 and #1A0021 with #001A21 are triadic colors.