COLOR #14152A

HEX: #14152A
RGB: (20,21,42)

Color info

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

RGB color model

#14152A color RGB value is (20,21,42).

  • red value is 20;
  • green value is 21;
  • blue value is 42.
RGB:
(20,21,42)
(8%,8%,16%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 42 of 255 = 16%

20
21
42

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

Portions of RGB colors in percentages

R + G + B =
20 + 21 + 42 = 83 (100%)
R 20 of 83 ~ 24.1%
G 21 of 83 ~ 25.3%
B 42 of 83 ~ 50.6%

%24.1
%25.3
%50.6

CMYK color model

#14152A color CMYK value is (52,50,0,84).

  • cyan value is 52.38%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(52,50,0,84)
C52M50Y0K84 
(52%,50%,0%,84%)
(0.52/0.50/0.00/0.84)	

CMYK percentages

%52.38
%50
%0
%83.53

Codes

Color #14152A in popluar color models

14152A
RGB202142
HSL237°35.48%12.16%
HSB/HSV237°52.38%16.47%
CMYK52.38%50.00%0.00%
83.53%

Color #14152A in popluar number systems.

HEX14152A
Decimal202142
Binary1010010101101010
Octal242552

Shades and tints

Shades of #14152A

#14152A
(20,21,42)
#131427
(19,20,39)
#121324
(18,19,36)
#111221
(17,18,33)
#10111E
(16,17,30)
#0F101B
(15,16,27)
#0E0F18
(14,15,24)
#0D0E15
(13,14,21)
#0C0D12
(12,13,18)
#0B0C0F
(11,12,15)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #14152A

#14152A
(20,21,42)
#292A3D
(41,42,61)
#3E3F50
(62,63,80)
#535463
(83,84,99)
#686976
(104,105,118)
#7D7E89
(125,126,137)
#92939C
(146,147,156)
#A7A8AF
(167,168,175)
#BCBDC2
(188,189,194)
#D1D2D5
(209,210,213)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14152A; }

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

This text font color is #14152A.


Background Color

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

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

This div background color is #14152A.


Border color

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

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

This div border color is #14152A.


Opacity

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

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

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

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

This text has shadow with #14152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14152A on black background.


Color preview on white background

This text has color #14152A on white background.



Black color preview on #14152A background

This text has black color on #14152A background.


White color preview on #14152A background

This text has white color on #14152A background.