COLOR #140A37

HEX: #140A37
RGB: (20,10,55)

Color info

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

RGB color model

#140A37 color RGB value is (20,10,55).

  • red value is 20;
  • green value is 10;
  • blue value is 55.
RGB:
(20,10,55)
(8%,4%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 10 of 255 = 4%
B 55 of 255 = 22%

20
10
55

R + G + B ~ 11%. #140A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 10 + 55 = 85 (100%)
R 20 of 85 ~ 23.53%
G 10 of 85 ~ 11.76%
B 55 of 85 ~ 64.71%

%23.53
%11.76
%64.71

CMYK color model

#140A37 color CMYK value is (64,82,0,78).

  • cyan value is 63.64%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(64,82,0,78)
C64M82Y0K78 
(64%,82%,0%,78%)
(0.64/0.82/0.00/0.78)	

CMYK percentages

%63.64
%81.82
%0
%78.43

Codes

Color #140A37 in popluar color models

140A37
RGB201055
HSL253°69.23%12.75%
HSB/HSV253°81.82%21.57%
CMYK63.64%81.82%0.00%
78.43%

Color #140A37 in popluar number systems.

HEX140A37
Decimal201055
Binary101001010110111
Octal241267

Shades and tints

Shades of #140A37

#140A37
(20,10,55)
#130A32
(19,10,50)
#120A2D
(18,10,45)
#110A28
(17,10,40)
#100A23
(16,10,35)
#0F0A1E
(15,10,30)
#0E0A19
(14,10,25)
#0D0A14
(13,10,20)
#0C0A0F
(12,10,15)
#0B0A0A
(11,10,10)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #140A37

#140A37
(20,10,55)
#292049
(41,32,73)
#3E365B
(62,54,91)
#534C6D
(83,76,109)
#68627F
(104,98,127)
#7D7891
(125,120,145)
#928EA3
(146,142,163)
#A7A4B5
(167,164,181)
#BCBAC7
(188,186,199)
#D1D0D9
(209,208,217)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140A37 color. Also use rgb(20,10,55) instead hex code.

Text Font Color

.myTextColor { color: #140A37; }

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

This text font color is #140A37.


Background Color

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

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

This div background color is #140A37.


Border color

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

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

This div border color is #140A37.


Opacity

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

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

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

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

This text has shadow with #140A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140A37 on black background.


Color preview on white background

This text has color #140A37 on white background.



Black color preview on #140A37 background

This text has black color on #140A37 background.


White color preview on #140A37 background

This text has white color on #140A37 background.