COLOR #140040

HEX: #140040 RGB: (20,0,64)

Color info

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

RGB color model

#140040 color RGB value is (20,0,64).

RGB: (20,0,64) (8%, 0%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 0 of 255 = 0%
B 64 of 255 = 25%

20
0
64

R + G + B ~ 11%. #140040 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 0 + 64 = 84 (100%)
R 20 of 84 ~ 23.81%
G 0 of 84 ~ 0%
B 64 of 84 ~ 76.19'%

%23.81
%76.19

CMYK color model

#140040 color CMYK value is (69,100,0,75).

  • cyan value is 68.75%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (69,100,0,75)
C69M100Y0K75 (69%, 100%, 0%, 75%)
(0.69 / 1.00 / 0.00 / 0.75)

CMYK percentages

%68.75
%100
%0
%74.9

Codes

Color #140040 in popluar color models

14 00 40
RGB 20 0 64
HSL 259° 100.00% 12.55%
HSB/HSV 259° 100.00% 25.10%
CMYK 68.75% 100.00% 0.00%
74.90%

Color #140040 in popluar number systems.

HEX 14 00 40
Decimal 20 0 64
Binary 10100 0 1000000
Octal 24 0 100

Shades and tints

Shades of #140040

#140040
(20,0,64)
#13003B
(19,0,59)
#120036
(18,0,54)
#110031
(17,0,49)
#10002C
(16,0,44)
#0F0027
(15,0,39)
#0E0022
(14,0,34)
#0D001D
(13,0,29)
#0C0018
(12,0,24)
#0B0013
(11,0,19)
#0A000E
(10,0,14)
#000000
(0,0,0)

Tints of #140040

#140040
(20,0,64)
#291751
(41,23,81)
#3E2E62
(62,46,98)
#534573
(83,69,115)
#685C84
(104,92,132)
#7D7395
(125,115,149)
#928AA6
(146,138,166)
#A7A1B7
(167,161,183)
#BCB8C8
(188,184,200)
#D1CFD9
(209,207,217)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140040; }

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

This text font color is #140040.

Background Color

.myBgColor { background-color: #140040; }

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

This div background color is #140040.

Border color

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

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

This div border color is #140040.

Opacity

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

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

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

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

This text has shadow with #140040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140040.

Preview

Color preview on black background

This text has color #140040 on black background.


Color preview on white background

This text has color #140040 on white background.


Black color preview on #140040 background

This text has black color on #140040 background.


White color preview on #140040 background

This text has white color on #140040 background.


Related colors

Complementary color

Complementary color for #hex is #EBFFBF.


I love getcolorcode.com

Triadic colors

1 #401400 and #004014 with #140040 are triadic colors.

2 #400014 and #001440 with #140040 are triadic colors.