COLOR #14012B

HEX: #14012B
RGB: (20,1,43)

Color info

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

RGB color model

#14012B color RGB value is (20,1,43).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 43 of 255 = 17%

20
1
43

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

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 43 = 64 (100%)
R 20 of 64 ~ 31.25%
G 1 of 64 ~ 1.56%
B 43 of 64 ~ 67.19%

%31.25
%67.19

CMYK color model

#14012B color CMYK value is (53,98,0,83).

  • cyan value is 53.49%
  • magenta value is 97.67%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(53,98,0,83)
C53M98Y0K83 
(53%,98%,0%,83%)
(0.53/0.98/0.00/0.83)	

CMYK percentages

%53.49
%97.67
%0
%83.14

Codes

Color #14012B in popluar color models

14012B
RGB20143
HSL267°95.45%8.63%
HSB/HSV267°97.67%16.86%
CMYK53.49%97.67%0.00%
83.14%

Color #14012B in popluar number systems.

HEX14012B
Decimal20143
Binary101001101011
Octal24153

Shades and tints

Shades of #14012B

#14012B
(20,1,43)
#130128
(19,1,40)
#120125
(18,1,37)
#110122
(17,1,34)
#10011F
(16,1,31)
#0F011C
(15,1,28)
#0E0119
(14,1,25)
#0D0116
(13,1,22)
#0C0113
(12,1,19)
#0B0110
(11,1,16)
#0A010D
(10,1,13)
#000000
(0,0,0)

Tints of #14012B

#14012B
(20,1,43)
#29183E
(41,24,62)
#3E2F51
(62,47,81)
#534664
(83,70,100)
#685D77
(104,93,119)
#7D748A
(125,116,138)
#928B9D
(146,139,157)
#A7A2B0
(167,162,176)
#BCB9C3
(188,185,195)
#D1D0D6
(209,208,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14012B; }

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

This text font color is #14012B.


Background Color

.myBgColor { background-color: #14012B; }

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

This div background color is #14012B.


Border color

.myBorderColor { border: 1px solid #14012B; }

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

This div border color is #14012B.


Opacity

.myOpacity80 { color: #14012B; opacity: 0.8; }

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

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

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

This text has shadow with #14012B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14012B on black background.


Color preview on white background

This text has color #14012B on white background.



Black color preview on #14012B background

This text has black color on #14012B background.


White color preview on #14012B background

This text has white color on #14012B background.