COLOR #140B40

HEX: #140B40
RGB: (20,11,64)

Color info

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

RGB color model

#140B40 color RGB value is (20,11,64).

  • red value is 20;
  • green value is 11;
  • blue value is 64.
RGB:
(20,11,64)
(8%,4%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 64 of 255 = 25%

20
11
64

R + G + B ~ 12%. #140B40 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 64 = 95 (100%)
R 20 of 95 ~ 21.05%
G 11 of 95 ~ 11.58%
B 64 of 95 ~ 67.37%

%21.05
%11.58
%67.37

CMYK color model

#140B40 color CMYK value is (69,83,0,75).

  • cyan value is 68.75%
  • magenta value is 82.81%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(69,83,0,75)
C69M83Y0K75 
(69%,83%,0%,75%)
(0.69/0.83/0.00/0.75)	

CMYK percentages

%68.75
%82.81
%0
%74.9

Codes

Color #140B40 in popluar color models

140B40
RGB201164
HSL250°70.67%14.71%
HSB/HSV250°82.81%25.10%
CMYK68.75%82.81%0.00%
74.90%

Color #140B40 in popluar number systems.

HEX140B40
Decimal201164
Binary1010010111000000
Octal2413100

Shades and tints

Shades of #140B40

#140B40
(20,11,64)
#130A3B
(19,10,59)
#120936
(18,9,54)
#110831
(17,8,49)
#10072C
(16,7,44)
#0F0627
(15,6,39)
#0E0522
(14,5,34)
#0D041D
(13,4,29)
#0C0318
(12,3,24)
#0B0213
(11,2,19)
#0A010E
(10,1,14)
#000000
(0,0,0)

Tints of #140B40

#140B40
(20,11,64)
#292151
(41,33,81)
#3E3762
(62,55,98)
#534D73
(83,77,115)
#686384
(104,99,132)
#7D7995
(125,121,149)
#928FA6
(146,143,166)
#A7A5B7
(167,165,183)
#BCBBC8
(188,187,200)
#D1D1D9
(209,209,217)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B40; }

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

This text font color is #140B40.


Background Color

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

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

This div background color is #140B40.


Border color

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

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

This div border color is #140B40.


Opacity

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

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

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

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

This text has shadow with #140B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B40 on black background.


Color preview on white background

This text has color #140B40 on white background.



Black color preview on #140B40 background

This text has black color on #140B40 background.


White color preview on #140B40 background

This text has white color on #140B40 background.