COLOR #14005B

HEX: #14005B
RGB: (20,0,91)

Color info

#14005B contains mainly blue color. Web safe color of #14005B is #000066 (or #006).

RGB color model

#14005B color RGB value is (20,0,91).

  • red value is 20;
  • green value is 0;
  • blue value is 91.
RGB:
(20,0,91)
(8%,0%,36%)

RGB channels and saturation

R 20 of 255 = 8%
G 0 of 255 = 0%
B 91 of 255 = 36%

20
0
91

R + G + B ~ 15%. #14005B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 0 + 91 = 111 (100%)
R 20 of 111 ~ 18.02%
G 0 of 111 ~ 0%
B 91 of 111 ~ 81.98%

%18.02
%81.98

CMYK color model

#14005B color CMYK value is (78,100,0,64).

  • cyan value is 78.02%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(78,100,0,64)
C78M100Y0K64 
(78%,100%,0%,64%)
(0.78/1.00/0.00/0.64)	

CMYK percentages

%78.02
%100
%0
%64.31

Codes

Color #14005B in popluar color models

14005B
RGB20091
HSL253°100.00%17.84%
HSB/HSV253°100.00%35.69%
CMYK78.02%100.00%0.00%
64.31%

Color #14005B in popluar number systems.

HEX14005B
Decimal20091
Binary1010001011011
Octal240133

Shades and tints

Shades of #14005B

#14005B
(20,0,91)
#130053
(19,0,83)
#12004B
(18,0,75)
#110043
(17,0,67)
#10003B
(16,0,59)
#0F0033
(15,0,51)
#0E002B
(14,0,43)
#0D0023
(13,0,35)
#0C001B
(12,0,27)
#0B0013
(11,0,19)
#0A000B
(10,0,11)
#000000
(0,0,0)

Tints of #14005B

#14005B
(20,0,91)
#291769
(41,23,105)
#3E2E77
(62,46,119)
#534585
(83,69,133)
#685C93
(104,92,147)
#7D73A1
(125,115,161)
#928AAF
(146,138,175)
#A7A1BD
(167,161,189)
#BCB8CB
(188,184,203)
#D1CFD9
(209,207,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14005B color. Also use rgb(20,0,91) instead hex code.

Text Font Color

.myTextColor { color: #14005B; }

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

This text font color is #14005B.


Background Color

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

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

This div background color is #14005B.


Border color

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

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

This div border color is #14005B.


Opacity

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

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

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

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

This text has shadow with #14005B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14005B on black background.


Color preview on white background

This text has color #14005B on white background.



Black color preview on #14005B background

This text has black color on #14005B background.


White color preview on #14005B background

This text has white color on #14005B background.