COLOR #140B38

HEX: #140B38
RGB: (20,11,56)

Color info

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

RGB color model

#140B38 color RGB value is (20,11,56).

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

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 56 of 255 = 22%

20
11
56

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

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 56 = 87 (100%)
R 20 of 87 ~ 22.99%
G 11 of 87 ~ 12.64%
B 56 of 87 ~ 64.37%

%22.99
%12.64
%64.37

CMYK color model

#140B38 color CMYK value is (64,80,0,78).

  • cyan value is 64.29%
  • magenta value is 80.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(64,80,0,78)
C64M80Y0K78 
(64%,80%,0%,78%)
(0.64/0.80/0.00/0.78)	

CMYK percentages

%64.29
%80.36
%0
%78.04

Codes

Color #140B38 in popluar color models

140B38
RGB201156
HSL252°67.16%13.14%
HSB/HSV252°80.36%21.96%
CMYK64.29%80.36%0.00%
78.04%

Color #140B38 in popluar number systems.

HEX140B38
Decimal201156
Binary101001011111000
Octal241370

Shades and tints

Shades of #140B38

#140B38
(20,11,56)
#130A33
(19,10,51)
#12092E
(18,9,46)
#110829
(17,8,41)
#100724
(16,7,36)
#0F061F
(15,6,31)
#0E051A
(14,5,26)
#0D0415
(13,4,21)
#0C0310
(12,3,16)
#0B020B
(11,2,11)
#0A0106
(10,1,6)
#000000
(0,0,0)

Tints of #140B38

#140B38
(20,11,56)
#29214A
(41,33,74)
#3E375C
(62,55,92)
#534D6E
(83,77,110)
#686380
(104,99,128)
#7D7992
(125,121,146)
#928FA4
(146,143,164)
#A7A5B6
(167,165,182)
#BCBBC8
(188,187,200)
#D1D1DA
(209,209,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B38; }

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

This text font color is #140B38.


Background Color

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

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

This div background color is #140B38.


Border color

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

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

This div border color is #140B38.


Opacity

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

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

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

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

This text has shadow with #140B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B38 on black background.


Color preview on white background

This text has color #140B38 on white background.



Black color preview on #140B38 background

This text has black color on #140B38 background.


White color preview on #140B38 background

This text has white color on #140B38 background.