COLOR #140126

HEX: #140126
RGB: (20,1,38)

Color info

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

RGB color model

#140126 color RGB value is (20,1,38).

  • red value is 20;
  • green value is 1;
  • blue value is 38.
RGB:
(20,1,38)
(8%,0%,15%)

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 38 of 255 = 15%

20
1
38

R + G + B ~ 8%. #140126 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 38 = 59 (100%)
R 20 of 59 ~ 33.9%
G 1 of 59 ~ 1.69%
B 38 of 59 ~ 64.41%

%33.9
%64.41

CMYK color model

#140126 color CMYK value is (47,97,0,85).

  • cyan value is 47.37%
  • magenta value is 97.37%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(47,97,0,85)
C47M97Y0K85 
(47%,97%,0%,85%)
(0.47/0.97/0.00/0.85)	

CMYK percentages

%47.37
%97.37
%0
%85.1

Codes

Color #140126 in popluar color models

140126
RGB20138
HSL271°94.87%7.65%
HSB/HSV271°97.37%14.90%
CMYK47.37%97.37%0.00%
85.10%

Color #140126 in popluar number systems.

HEX140126
Decimal20138
Binary101001100110
Octal24146

Shades and tints

Shades of #140126

#140126
(20,1,38)
#130123
(19,1,35)
#120120
(18,1,32)
#11011D
(17,1,29)
#10011A
(16,1,26)
#0F0117
(15,1,23)
#0E0114
(14,1,20)
#0D0111
(13,1,17)
#0C010E
(12,1,14)
#0B010B
(11,1,11)
#0A0108
(10,1,8)
#000000
(0,0,0)

Tints of #140126

#140126
(20,1,38)
#291839
(41,24,57)
#3E2F4C
(62,47,76)
#53465F
(83,70,95)
#685D72
(104,93,114)
#7D7485
(125,116,133)
#928B98
(146,139,152)
#A7A2AB
(167,162,171)
#BCB9BE
(188,185,190)
#D1D0D1
(209,208,209)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140126 color. Also use rgb(20,1,38) instead hex code.

Text Font Color

.myTextColor { color: #140126; }

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

This text font color is #140126.


Background Color

.myBgColor { background-color: #140126; }

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

This div background color is #140126.


Border color

.myBorderColor { border: 1px solid #140126; }

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

This div border color is #140126.


Opacity

.myOpacity80 { color: #140126; opacity: 0.8; }

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

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

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

This text has shadow with #140126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140126 on black background.


Color preview on white background

This text has color #140126 on white background.



Black color preview on #140126 background

This text has black color on #140126 background.


White color preview on #140126 background

This text has white color on #140126 background.