COLOR #140D60

HEX: #140D60
RGB: (20,13,96)

Color info

#140D60 contains mainly blue color. Web safe color of #140D60 is #000066 (or #006).

RGB color model

#140D60 color RGB value is (20,13,96).

  • red value is 20;
  • green value is 13;
  • blue value is 96.
RGB:
(20,13,96)
(8%,5%,38%)

RGB channels and saturation

R 20 of 255 = 8%
G 13 of 255 = 5%
B 96 of 255 = 38%

20
13
96

R + G + B ~ 17%. #140D60 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 13 + 96 = 129 (100%)
R 20 of 129 ~ 15.5%
G 13 of 129 ~ 10.08%
B 96 of 129 ~ 74.42%

%15.5
%10.08
%74.42

CMYK color model

#140D60 color CMYK value is (79,86,0,62).

  • cyan value is 79.17%
  • magenta value is 86.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(79,86,0,62)
C79M86Y0K62 
(79%,86%,0%,62%)
(0.79/0.86/0.00/0.62)	

CMYK percentages

%79.17
%86.46
%0
%62.35

Codes

Color #140D60 in popluar color models

140D60
RGB201396
HSL245°76.15%21.37%
HSB/HSV245°86.46%37.65%
CMYK79.17%86.46%0.00%
62.35%

Color #140D60 in popluar number systems.

HEX140D60
Decimal201396
Binary1010011011100000
Octal2415140

Shades and tints

Shades of #140D60

#140D60
(20,13,96)
#130C58
(19,12,88)
#120B50
(18,11,80)
#110A48
(17,10,72)
#100940
(16,9,64)
#0F0838
(15,8,56)
#0E0730
(14,7,48)
#0D0628
(13,6,40)
#0C0520
(12,5,32)
#0B0418
(11,4,24)
#0A0310
(10,3,16)
#000000
(0,0,0)

Tints of #140D60

#140D60
(20,13,96)
#29236E
(41,35,110)
#3E397C
(62,57,124)
#534F8A
(83,79,138)
#686598
(104,101,152)
#7D7BA6
(125,123,166)
#9291B4
(146,145,180)
#A7A7C2
(167,167,194)
#BCBDD0
(188,189,208)
#D1D3DE
(209,211,222)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140D60 color. Also use rgb(20,13,96) instead hex code.

Text Font Color

.myTextColor { color: #140D60; }

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

This text font color is #140D60.


Background Color

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

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

This div background color is #140D60.


Border color

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

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

This div border color is #140D60.


Opacity

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

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

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

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

This text has shadow with #140D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140D60 on black background.


Color preview on white background

This text has color #140D60 on white background.



Black color preview on #140D60 background

This text has black color on #140D60 background.


White color preview on #140D60 background

This text has white color on #140D60 background.