COLOR #14024A

HEX: #14024A
RGB: (20,2,74)

Color info

#14024A contains mainly red and blue colors. Web safe color of #14024A is #000033 (or #003).

RGB color model

#14024A color RGB value is (20,2,74).

  • red value is 20;
  • green value is 2;
  • blue value is 74.
RGB:
(20,2,74)
(8%,1%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 2 of 255 = 1%
B 74 of 255 = 29%

20
2
74

R + G + B ~ 13%. #14024A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 2 + 74 = 96 (100%)
R 20 of 96 ~ 20.83%
G 2 of 96 ~ 2.08%
B 74 of 96 ~ 77.08%

%20.83
%77.08

CMYK color model

#14024A color CMYK value is (73,97,0,71).

  • cyan value is 72.97%
  • magenta value is 97.30%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(73,97,0,71)
C73M97Y0K71 
(73%,97%,0%,71%)
(0.73/0.97/0.00/0.71)	

CMYK percentages

%72.97
%97.3
%0
%70.98

Codes

Color #14024A in popluar color models

14024A
RGB20274
HSL255°94.74%14.90%
HSB/HSV255°97.30%29.02%
CMYK72.97%97.30%0.00%
70.98%

Color #14024A in popluar number systems.

HEX14024A
Decimal20274
Binary10100101001010
Octal242112

Shades and tints

Shades of #14024A

#14024A
(20,2,74)
#130244
(19,2,68)
#12023E
(18,2,62)
#110238
(17,2,56)
#100232
(16,2,50)
#0F022C
(15,2,44)
#0E0226
(14,2,38)
#0D0220
(13,2,32)
#0C021A
(12,2,26)
#0B0214
(11,2,20)
#0A020E
(10,2,14)
#000000
(0,0,0)

Tints of #14024A

#14024A
(20,2,74)
#29195A
(41,25,90)
#3E306A
(62,48,106)
#53477A
(83,71,122)
#685E8A
(104,94,138)
#7D759A
(125,117,154)
#928CAA
(146,140,170)
#A7A3BA
(167,163,186)
#BCBACA
(188,186,202)
#D1D1DA
(209,209,218)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14024A color. Also use rgb(20,2,74) instead hex code.

Text Font Color

.myTextColor { color: #14024A; }

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

This text font color is #14024A.


Background Color

.myBgColor { background-color: #14024A; }

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

This div background color is #14024A.


Border color

.myBorderColor { border: 1px solid #14024A; }

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

This div border color is #14024A.


Opacity

.myOpacity80 { color: #14024A; opacity: 0.8; }

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

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

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

This text has shadow with #14024A color.

.textShadow {text-shadow: 3px 3px 1px #14024A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14024A on black background.


Color preview on white background

This text has color #14024A on white background.



Black color preview on #14024A background

This text has black color on #14024A background.


White color preview on #14024A background

This text has white color on #14024A background.