COLOR #14152D

HEX: #14152D RGB: (20,21,45)

Color info

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

RGB color model

#14152D color RGB value is (20,21,45).

RGB: (20,21,45) (8%, 8%, 18%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 45 of 255 = 18%

20
21
45

R + G + B ~ 11%. #14152D is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 45 = 86 (100%)
R 20 of 86 ~ 23.26%
G 21 of 86 ~ 24.42%
B 45 of 86 ~ 52.33'%

%23.26
%24.42
%52.33

CMYK color model

#14152D color CMYK value is (56,53,0,82).

  • cyan value is 55.56%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK: (56,53,0,82) C56M53Y0K82 (56%,53%,0%,82%) (0.56/0.53/0.00/0.82) 

CMYK percentages

%55.56
%53.33
%0
%82.35

Codes

Color #14152D in popluar color models

14 15 2D
RGB 20 21 45
HSL 238° 38.46% 12.75%
HSB/HSV 238° 55.56% 17.65%
CMYK 55.56% 53.33% 0.00%
82.35%

Color #14152D in popluar number systems.

HEX 14 15 2D
Decimal 20 21 45
Binary 10100 10101 101101
Octal 24 25 55

Shades and tints

Shades of #14152D

#14152D
(20,21,45)
#131429
(19,20,41)
#121325
(18,19,37)
#111221
(17,18,33)
#10111D
(16,17,29)
#0F1019
(15,16,25)
#0E0F15
(14,15,21)
#0D0E11
(13,14,17)
#0C0D0D
(12,13,13)
#0B0C09
(11,12,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #14152D

#14152D
(20,21,45)
#292A40
(41,42,64)
#3E3F53
(62,63,83)
#535466
(83,84,102)
#686979
(104,105,121)
#7D7E8C
(125,126,140)
#92939F
(146,147,159)
#A7A8B2
(167,168,178)
#BCBDC5
(188,189,197)
#D1D2D8
(209,210,216)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14152D color. Also use rgb(20,21,45) instead hex code.

Text Font Color

.myTextColor { color: #14152D; }

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

This text font color is #14152D.

Background Color

.myBgColor { background-color: #14152D; }

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

This div background color is #14152D.

Border color

.myBorderColor { border: 1px solid #14152D; }

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

This div border color is #14152D.

Opacity

.myOpacity80 { color: #14152D; opacity: 0.8; }

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

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

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

This text has shadow with #14152D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14152D.

Preview

Color preview on black background

This text has color #14152D on black background.


Color preview on white background

This text has color #14152D on white background.


Black color preview on #14152D background

This text has black color on #14152D background.


White color preview on #14152D background

This text has white color on #14152D background.


Related colors

Complementary color

Complementary color for #hex is #EBEAD2.


I love getcolorcode.com

Triadic colors

1 #2D1415 and #152D14 with #14152D are triadic colors.

2 #2D1514 and #15142D with #14152D are triadic colors.