COLOR #14013B

HEX: #14013B
RGB: (20,1,59)

Color info

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

RGB color model

#14013B color RGB value is (20,1,59).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 59 of 255 = 23%

20
1
59

R + G + B ~ 10%. #14013B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 59 = 80 (100%)
R 20 of 80 ~ 25%
G 1 of 80 ~ 1.25%
B 59 of 80 ~ 73.75%

%25
%73.75

CMYK color model

#14013B color CMYK value is (66,98,0,77).

  • cyan value is 66.10%
  • magenta value is 98.31%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(66,98,0,77)
C66M98Y0K77 
(66%,98%,0%,77%)
(0.66/0.98/0.00/0.77)	

CMYK percentages

%66.1
%98.31
%0
%76.86

Codes

Color #14013B in popluar color models

14013B
RGB20159
HSL260°96.67%11.76%
HSB/HSV260°98.31%23.14%
CMYK66.10%98.31%0.00%
76.86%

Color #14013B in popluar number systems.

HEX14013B
Decimal20159
Binary101001111011
Octal24173

Shades and tints

Shades of #14013B

#14013B
(20,1,59)
#130136
(19,1,54)
#120131
(18,1,49)
#11012C
(17,1,44)
#100127
(16,1,39)
#0F0122
(15,1,34)
#0E011D
(14,1,29)
#0D0118
(13,1,24)
#0C0113
(12,1,19)
#0B010E
(11,1,14)
#0A0109
(10,1,9)
#000000
(0,0,0)

Tints of #14013B

#14013B
(20,1,59)
#29184C
(41,24,76)
#3E2F5D
(62,47,93)
#53466E
(83,70,110)
#685D7F
(104,93,127)
#7D7490
(125,116,144)
#928BA1
(146,139,161)
#A7A2B2
(167,162,178)
#BCB9C3
(188,185,195)
#D1D0D4
(209,208,212)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14013B; }

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

This text font color is #14013B.


Background Color

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

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

This div background color is #14013B.


Border color

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

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

This div border color is #14013B.


Opacity

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

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

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

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

This text has shadow with #14013B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14013B on black background.


Color preview on white background

This text has color #14013B on white background.



Black color preview on #14013B background

This text has black color on #14013B background.


White color preview on #14013B background

This text has white color on #14013B background.