COLOR #001A2A

HEX: #001A2A
RGB: (0,26,42)

Color info

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

RGB color model

#001A2A color RGB value is (0,26,42).

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

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 42 of 255 = 16%

0
26
42

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

Portions of RGB colors in percentages

R + G + B =
0 + 26 + 42 = 68 (100%)
R 0 of 68 ~ 0%
G 26 of 68 ~ 38.24%
B 42 of 68 ~ 61.76%

%38.24
%61.76

CMYK color model

#001A2A color CMYK value is (100,38,0,84).

  • cyan value is 100.00%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,38,0,84)
C100M38Y0K84 
(100%,38%,0%,84%)
(1.00/0.38/0.00/0.84)	

CMYK percentages

%100
%38.1
%0
%83.53

Codes

Color #001A2A in popluar color models

001A2A
RGB02642
HSL203°100.00%8.24%
HSB/HSV203°100.00%16.47%
CMYK100.00%38.10%0.00%
83.53%

Color #001A2A in popluar number systems.

HEX001A2A
Decimal02642
Binary011010101010
Octal03252

Shades and tints

Shades of #001A2A

#001A2A
(0,26,42)
#001827
(0,24,39)
#001624
(0,22,36)
#001421
(0,20,33)
#00121E
(0,18,30)
#00101B
(0,16,27)
#000E18
(0,14,24)
#000C15
(0,12,21)
#000A12
(0,10,18)
#00080F
(0,8,15)
#00060C
(0,6,12)
#000000
(0,0,0)

Tints of #001A2A

#001A2A
(0,26,42)
#172E3D
(23,46,61)
#2E4250
(46,66,80)
#455663
(69,86,99)
#5C6A76
(92,106,118)
#737E89
(115,126,137)
#8A929C
(138,146,156)
#A1A6AF
(161,166,175)
#B8BAC2
(184,186,194)
#CFCED5
(207,206,213)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A2A; }

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

This text font color is #001A2A.


Background Color

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

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

This div background color is #001A2A.


Border color

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

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

This div border color is #001A2A.


Opacity

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

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

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

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

This text has shadow with #001A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A2A on black background.


Color preview on white background

This text has color #001A2A on white background.



Black color preview on #001A2A background

This text has black color on #001A2A background.


White color preview on #001A2A background

This text has white color on #001A2A background.