COLOR #140E41

HEX: #140E41 RGB: (20,14,65)

Color info

#140E41 contains red, green and blue colors in about the same proportion. Web safe color of #140E41 is #000033 (or #003).

RGB color model

#140E41 color RGB value is (20,14,65).

RGB: (20,14,65) (8%, 5%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 65 of 255 = 25%

20
14
65

R + G + B ~ 13%. #140E41 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 14 + 65 = 99 (100%)
R 20 of 99 ~ 20.2%
G 14 of 99 ~ 14.14%
B 65 of 99 ~ 65.66'%

%20.2
%14.14
%65.66

CMYK color model

#140E41 color CMYK value is (69,78,0,75).

  • cyan value is 69.23%
  • magenta value is 78.46%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (69,78,0,75)
C69M78Y0K75 (69%, 78%, 0%, 75%)
(0.69 / 0.78 / 0.00 / 0.75)

CMYK percentages

%69.23
%78.46
%0
%74.51

Codes

Color #140E41 in popluar color models

14 0E 41
RGB 20 14 65
HSL 247° 64.56% 15.49%
HSB/HSV 247° 78.46% 25.49%
CMYK 69.23% 78.46% 0.00%
74.51%

Color #140E41 in popluar number systems.

HEX 14 0E 41
Decimal 20 14 65
Binary 10100 1110 1000001
Octal 24 16 101

Shades and tints

Shades of #140E41

#140E41
(20,14,65)
#130D3C
(19,13,60)
#120C37
(18,12,55)
#110B32
(17,11,50)
#100A2D
(16,10,45)
#0F0928
(15,9,40)
#0E0823
(14,8,35)
#0D071E
(13,7,30)
#0C0619
(12,6,25)
#0B0514
(11,5,20)
#0A040F
(10,4,15)
#000000
(0,0,0)

Tints of #140E41

#140E41
(20,14,65)
#292352
(41,35,82)
#3E3863
(62,56,99)
#534D74
(83,77,116)
#686285
(104,98,133)
#7D7796
(125,119,150)
#928CA7
(146,140,167)
#A7A1B8
(167,161,184)
#BCB6C9
(188,182,201)
#D1CBDA
(209,203,218)
#E6E0EB
(230,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140E41 color. Also use rgb(20,14,65) instead hex code.

Text Font Color

.myTextColor { color: #140E41; }

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

This text font color is #140E41.

Background Color

.myBgColor { background-color: #140E41; }

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

This div background color is #140E41.

Border color

.myBorderColor { border: 1px solid #140E41; }

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

This div border color is #140E41.

Opacity

.myOpacity80 { color: #140E41; opacity: 0.8; }

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

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

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

This text has shadow with #140E41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140E41.

Preview

Color preview on black background

This text has color #140E41 on black background.


Color preview on white background

This text has color #140E41 on white background.


Black color preview on #140E41 background

This text has black color on #140E41 background.


White color preview on #140E41 background

This text has white color on #140E41 background.


Related colors

Complementary color

Complementary color for #hex is #EBF1BE.


I love getcolorcode.com

Triadic colors

1 #41140E and #0E4114 with #140E41 are triadic colors.

2 #410E14 and #0E1441 with #140E41 are triadic colors.