COLOR #140E8B

HEX: #140E8B
RGB: (20,14,139)

Color info

#140E8B contains mainly blue color. Web safe color of #140E8B is #000099 (or #009).

RGB color model

#140E8B color RGB value is (20,14,139).

  • red value is 20;
  • green value is 14;
  • blue value is 139.
RGB:
(20,14,139)
(8%,5%,55%)

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 139 of 255 = 55%

20
14
139

R + G + B ~ 23%. #140E8B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 139 = 173 (100%)
R 20 of 173 ~ 11.56%
G 14 of 173 ~ 8.09%
B 139 of 173 ~ 80.35%

%11.56
%80.35

CMYK color model

#140E8B color CMYK value is (86,90,0,45).

  • cyan value is 85.61%
  • magenta value is 89.93%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(86,90,0,45)
C86M90Y0K45 
(86%,90%,0%,45%)
(0.86/0.90/0.00/0.45)	

CMYK percentages

%85.61
%89.93
%0
%45.49

Codes

Color #140E8B in popluar color models

140E8B
RGB2014139
HSL243°81.70%30.00%
HSB/HSV243°89.93%54.51%
CMYK85.61%89.93%0.00%
45.49%

Color #140E8B in popluar number systems.

HEX140E8B
Decimal2014139
Binary10100111010001011
Octal2416213

Shades and tints

Shades of #140E8B

#140E8B
(20,14,139)
#130D7F
(19,13,127)
#120C73
(18,12,115)
#110B67
(17,11,103)
#100A5B
(16,10,91)
#0F094F
(15,9,79)
#0E0843
(14,8,67)
#0D0737
(13,7,55)
#0C062B
(12,6,43)
#0B051F
(11,5,31)
#0A0413
(10,4,19)
#000000
(0,0,0)

Tints of #140E8B

#140E8B
(20,14,139)
#292395
(41,35,149)
#3E389F
(62,56,159)
#534DA9
(83,77,169)
#6862B3
(104,98,179)
#7D77BD
(125,119,189)
#928CC7
(146,140,199)
#A7A1D1
(167,161,209)
#BCB6DB
(188,182,219)
#D1CBE5
(209,203,229)
#E6E0EF
(230,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140E8B; }

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

This text font color is #140E8B.


Background Color

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

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

This div background color is #140E8B.


Border color

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

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

This div border color is #140E8B.


Opacity

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

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

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

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

This text has shadow with #140E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E8B on black background.


Color preview on white background

This text has color #140E8B on white background.



Black color preview on #140E8B background

This text has black color on #140E8B background.


White color preview on #140E8B background

This text has white color on #140E8B background.