COLOR #14062B

HEX: #14062B
RGB: (20,6,43)

Color info

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

RGB color model

#14062B color RGB value is (20,6,43).

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

RGB channels and saturation

R 20 of 255 = 8%
G 6 of 255 = 2%
B 43 of 255 = 17%

20
6
43

R + G + B ~ 9%. #14062B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 6 + 43 = 69 (100%)
R 20 of 69 ~ 28.99%
G 6 of 69 ~ 8.7%
B 43 of 69 ~ 62.32%

%28.99
%62.32

CMYK color model

#14062B color CMYK value is (53,86,0,83).

  • cyan value is 53.49%
  • magenta value is 86.05%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(53,86,0,83)
C53M86Y0K83 
(53%,86%,0%,83%)
(0.53/0.86/0.00/0.83)	

CMYK percentages

%53.49
%86.05
%0
%83.14

Codes

Color #14062B in popluar color models

14062B
RGB20643
HSL263°75.51%9.61%
HSB/HSV263°86.05%16.86%
CMYK53.49%86.05%0.00%
83.14%

Color #14062B in popluar number systems.

HEX14062B
Decimal20643
Binary10100110101011
Octal24653

Shades and tints

Shades of #14062B

#14062B
(20,6,43)
#130628
(19,6,40)
#120625
(18,6,37)
#110622
(17,6,34)
#10061F
(16,6,31)
#0F061C
(15,6,28)
#0E0619
(14,6,25)
#0D0616
(13,6,22)
#0C0613
(12,6,19)
#0B0610
(11,6,16)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #14062B

#14062B
(20,6,43)
#291C3E
(41,28,62)
#3E3251
(62,50,81)
#534864
(83,72,100)
#685E77
(104,94,119)
#7D748A
(125,116,138)
#928A9D
(146,138,157)
#A7A0B0
(167,160,176)
#BCB6C3
(188,182,195)
#D1CCD6
(209,204,214)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14062B; }

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

This text font color is #14062B.


Background Color

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

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

This div background color is #14062B.


Border color

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

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

This div border color is #14062B.


Opacity

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

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

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

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

This text has shadow with #14062B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14062B on black background.


Color preview on white background

This text has color #14062B on white background.



Black color preview on #14062B background

This text has black color on #14062B background.


White color preview on #14062B background

This text has white color on #14062B background.