COLOR #001E43

HEX: #001E43
RGB: (0,30,67)

Color info

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

RGB color model

#001E43 color RGB value is (0,30,67).

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

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 67 of 255 = 26%

0
30
67

R + G + B ~ 13%. #001E43 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 67 = 97 (100%)
R 0 of 97 ~ 0%
G 30 of 97 ~ 30.93%
B 67 of 97 ~ 69.07%

%30.93
%69.07

CMYK color model

#001E43 color CMYK value is (100,55,0,74).

  • cyan value is 100.00%
  • magenta value is 55.22%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(100,55,0,74)
C100M55Y0K74 
(100%,55%,0%,74%)
(1.00/0.55/0.00/0.74)	

CMYK percentages

%100
%55.22
%0
%73.73

Codes

Color #001E43 in popluar color models

001E43
RGB03067
HSL213°100.00%13.14%
HSB/HSV213°100.00%26.27%
CMYK100.00%55.22%0.00%
73.73%

Color #001E43 in popluar number systems.

HEX001E43
Decimal03067
Binary0111101000011
Octal036103

Shades and tints

Shades of #001E43

#001E43
(0,30,67)
#001C3D
(0,28,61)
#001A37
(0,26,55)
#001831
(0,24,49)
#00162B
(0,22,43)
#001425
(0,20,37)
#00121F
(0,18,31)
#001019
(0,16,25)
#000E13
(0,14,19)
#000C0D
(0,12,13)
#000A07
(0,10,7)
#000000
(0,0,0)

Tints of #001E43

#001E43
(0,30,67)
#173254
(23,50,84)
#2E4665
(46,70,101)
#455A76
(69,90,118)
#5C6E87
(92,110,135)
#738298
(115,130,152)
#8A96A9
(138,150,169)
#A1AABA
(161,170,186)
#B8BECB
(184,190,203)
#CFD2DC
(207,210,220)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E43; }

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

This text font color is #001E43.


Background Color

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

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

This div background color is #001E43.


Border color

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

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

This div border color is #001E43.


Opacity

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

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

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

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

This text has shadow with #001E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E43 on black background.


Color preview on white background

This text has color #001E43 on white background.



Black color preview on #001E43 background

This text has black color on #001E43 background.


White color preview on #001E43 background

This text has white color on #001E43 background.