COLOR #001426

HEX: #001426 RGB: (0,20,38)

Color info

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

RGB color model

#001426 color RGB value is (0,20,38).

RGB: (0,20,38) (0%, 8%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 38 of 255 = 15%

0
20
38

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

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 38 = 58 (100%)
R 0 of 58 ~ 0%
G 20 of 58 ~ 34.48%
B 38 of 58 ~ 65.52'%

%34.48
%65.52

CMYK color model

#001426 color CMYK value is (100,47,0,85).

  • cyan value is 100.00%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (100,47,0,85)
C100M47Y0K85 (100%, 47%, 0%, 85%)
(1.00 / 0.47 / 0.00 / 0.85)

CMYK percentages

%100
%47.37
%0
%85.1

Codes

Color #001426 in popluar color models

00 14 26
RGB 0 20 38
HSL 208° 100.00% 7.45%
HSB/HSV 208° 100.00% 14.90%
CMYK 100.00% 47.37% 0.00%
85.10%

Color #001426 in popluar number systems.

HEX 00 14 26
Decimal 0 20 38
Binary 0 10100 100110
Octal 0 24 46

Shades and tints

Shades of #001426

#001426
(0,20,38)
#001323
(0,19,35)
#001220
(0,18,32)
#00111D
(0,17,29)
#00101A
(0,16,26)
#000F17
(0,15,23)
#000E14
(0,14,20)
#000D11
(0,13,17)
#000C0E
(0,12,14)
#000B0B
(0,11,11)
#000A08
(0,10,8)
#000000
(0,0,0)

Tints of #001426

#001426
(0,20,38)
#172939
(23,41,57)
#2E3E4C
(46,62,76)
#45535F
(69,83,95)
#5C6872
(92,104,114)
#737D85
(115,125,133)
#8A9298
(138,146,152)
#A1A7AB
(161,167,171)
#B8BCBE
(184,188,190)
#CFD1D1
(207,209,209)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001426 color. Also use rgb(0,20,38) instead hex code.

Text Font Color

.myTextColor { color: #001426; }

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

This text font color is #001426.

Background Color

.myBgColor { background-color: #001426; }

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

This div background color is #001426.

Border color

.myBorderColor { border: 1px solid #001426; }

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

This div border color is #001426.

Opacity

.myOpacity80 { color: #001426; opacity: 0.8; }

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

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

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

This text has shadow with #001426 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001426.

Preview

Color preview on black background

This text has color #001426 on black background.


Color preview on white background

This text has color #001426 on white background.


Black color preview on #001426 background

This text has black color on #001426 background.


White color preview on #001426 background

This text has white color on #001426 background.


Related colors

Complementary color

Complementary color for #hex is #FFEBD9.


I love getcolorcode.com

Triadic colors

1 #260014 and #142600 with #001426 are triadic colors.

2 #261400 and #140026 with #001426 are triadic colors.