COLOR #140027

HEX: #140027
RGB: (20,0,39)

Color info

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

RGB color model

#140027 color RGB value is (20,0,39).

  • red value is 20;
  • green value is 0;
  • blue value is 39.
RGB:
(20,0,39)
(8%,0%,15%)

RGB channels and saturation

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

20
0
39

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

Portions of RGB colors in percentages

R + G + B =
20 + 0 + 39 = 59 (100%)
R 20 of 59 ~ 33.9%
G 0 of 59 ~ 0%
B 39 of 59 ~ 66.1%

%33.9
%66.1

CMYK color model

#140027 color CMYK value is (49,100,0,85).

  • cyan value is 48.72%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(49,100,0,85)
C49M100Y0K85 
(49%,100%,0%,85%)
(0.49/1.00/0.00/0.85)	

CMYK percentages

%48.72
%100
%0
%84.71

Codes

Color #140027 in popluar color models

140027
RGB20039
HSL271°100.00%7.65%
HSB/HSV271°100.00%15.29%
CMYK48.72%100.00%0.00%
84.71%

Color #140027 in popluar number systems.

HEX140027
Decimal20039
Binary101000100111
Octal24047

Shades and tints

Shades of #140027

#140027
(20,0,39)
#130024
(19,0,36)
#120021
(18,0,33)
#11001E
(17,0,30)
#10001B
(16,0,27)
#0F0018
(15,0,24)
#0E0015
(14,0,21)
#0D0012
(13,0,18)
#0C000F
(12,0,15)
#0B000C
(11,0,12)
#0A0009
(10,0,9)
#000000
(0,0,0)

Tints of #140027

#140027
(20,0,39)
#29173A
(41,23,58)
#3E2E4D
(62,46,77)
#534560
(83,69,96)
#685C73
(104,92,115)
#7D7386
(125,115,134)
#928A99
(146,138,153)
#A7A1AC
(167,161,172)
#BCB8BF
(188,184,191)
#D1CFD2
(209,207,210)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140027; }

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

This text font color is #140027.


Background Color

.myBgColor { background-color: #140027; }

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

This div background color is #140027.


Border color

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

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

This div border color is #140027.


Opacity

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

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

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

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

This text has shadow with #140027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140027 on black background.


Color preview on white background

This text has color #140027 on white background.



Black color preview on #140027 background

This text has black color on #140027 background.


White color preview on #140027 background

This text has white color on #140027 background.