COLOR #14076C

HEX: #14076C
RGB: (20,7,108)

Color info

#14076C contains mainly blue color. Web safe color of #14076C is #000066 (or #006).

RGB color model

#14076C color RGB value is (20,7,108).

  • red value is 20;
  • green value is 7;
  • blue value is 108.
RGB:
(20,7,108)
(8%,3%,42%)

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 108 of 255 = 42%

20
7
108

R + G + B ~ 18%. #14076C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 108 = 135 (100%)
R 20 of 135 ~ 14.81%
G 7 of 135 ~ 5.19%
B 108 of 135 ~ 80%

%14.81
%80

CMYK color model

#14076C color CMYK value is (81,94,0,58).

  • cyan value is 81.48%
  • magenta value is 93.52%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(81,94,0,58)
C81M94Y0K58 
(81%,94%,0%,58%)
(0.81/0.94/0.00/0.58)	

CMYK percentages

%81.48
%93.52
%0
%57.65

Codes

Color #14076C in popluar color models

14076C
RGB207108
HSL248°87.83%22.55%
HSB/HSV248°93.52%42.35%
CMYK81.48%93.52%0.00%
57.65%

Color #14076C in popluar number systems.

HEX14076C
Decimal207108
Binary101001111101100
Octal247154

Shades and tints

Shades of #14076C

#14076C
(20,7,108)
#130763
(19,7,99)
#12075A
(18,7,90)
#110751
(17,7,81)
#100748
(16,7,72)
#0F073F
(15,7,63)
#0E0736
(14,7,54)
#0D072D
(13,7,45)
#0C0724
(12,7,36)
#0B071B
(11,7,27)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #14076C

#14076C
(20,7,108)
#291D79
(41,29,121)
#3E3386
(62,51,134)
#534993
(83,73,147)
#685FA0
(104,95,160)
#7D75AD
(125,117,173)
#928BBA
(146,139,186)
#A7A1C7
(167,161,199)
#BCB7D4
(188,183,212)
#D1CDE1
(209,205,225)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14076C color. Also use rgb(20,7,108) instead hex code.

Text Font Color

.myTextColor { color: #14076C; }

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

This text font color is #14076C.


Background Color

.myBgColor { background-color: #14076C; }

<div style="background-color:#14076C">Inner text</div>

This div background color is #14076C.


Border color

.myBorderColor { border: 1px solid #14076C; }

<div style="border:3px solid #14076C">Div</div>

This div border color is #14076C.


Opacity

.myOpacity80 { color: #14076C; opacity: 0.8; }

<p style="color:#14076C;opacity:0.8;">80%</p>

Text with #14076C 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 #14076C;}

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

This text has shadow with #14076C color.

.textShadow {text-shadow: 3px 3px 1px #14076C, 3px 3px 1px red;}

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

This text has shadow with #14076C primary color and red secondary color.


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

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

This text has shadow with #14076C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14076C on black background.


Color preview on white background

This text has color #14076C on white background.



Black color preview on #14076C background

This text has black color on #14076C background.


White color preview on #14076C background

This text has white color on #14076C background.