COLOR #140123

HEX: #140123 RGB: (20,1,35)

Color info

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

RGB color model

#140123 color RGB value is (20,1,35).

RGB: (20,1,35) (8%, 0%, 14%)

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 35 of 255 = 14%

20
1
35

R + G + B ~ 7%. #140123 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 1 + 35 = 56 (100%)
R 20 of 56 ~ 35.71%
G 1 of 56 ~ 1.79%
B 35 of 56 ~ 62.5'%

%35.71
%62.5

CMYK color model

#140123 color CMYK value is (43,97,0,86).

  • cyan value is 42.86%
  • magenta value is 97.14%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (43,97,0,86)
C43M97Y0K86 (43%, 97%, 0%, 86%)
(0.43 / 0.97 / 0.00 / 0.86)

CMYK percentages

%42.86
%97.14
%0
%86.27

Codes

Color #140123 in popluar color models

14 01 23
RGB 20 1 35
HSL 274° 94.44% 7.06%
HSB/HSV 274° 97.14% 13.73%
CMYK 42.86% 97.14% 0.00%
86.27%

Color #140123 in popluar number systems.

HEX 14 01 23
Decimal 20 1 35
Binary 10100 1 100011
Octal 24 1 43

Shades and tints

Shades of #140123

#140123
(20,1,35)
#130120
(19,1,32)
#12011D
(18,1,29)
#11011A
(17,1,26)
#100117
(16,1,23)
#0F0114
(15,1,20)
#0E0111
(14,1,17)
#0D010E
(13,1,14)
#0C010B
(12,1,11)
#0B0108
(11,1,8)
#0A0105
(10,1,5)
#000000
(0,0,0)

Tints of #140123

#140123
(20,1,35)
#291837
(41,24,55)
#3E2F4B
(62,47,75)
#53465F
(83,70,95)
#685D73
(104,93,115)
#7D7487
(125,116,135)
#928B9B
(146,139,155)
#A7A2AF
(167,162,175)
#BCB9C3
(188,185,195)
#D1D0D7
(209,208,215)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140123; }

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

This text font color is #140123.

Background Color

.myBgColor { background-color: #140123; }

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

This div background color is #140123.

Border color

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

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

This div border color is #140123.

Opacity

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

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

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

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

This text has shadow with #140123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140123.

Preview

Color preview on black background

This text has color #140123 on black background.


Color preview on white background

This text has color #140123 on white background.


Black color preview on #140123 background

This text has black color on #140123 background.


White color preview on #140123 background

This text has white color on #140123 background.


Related colors

Complementary color

Complementary color for #hex is #EBFEDC.


I love getcolorcode.com

Triadic colors

1 #231401 and #012314 with #140123 are triadic colors.

2 #230114 and #011423 with #140123 are triadic colors.