COLOR #14077D

HEX: #14077D
RGB: (20,7,125)

Color info

#14077D contains mainly blue color. Web safe color of #14077D is #000066 (or #006).

RGB color model

#14077D color RGB value is (20,7,125).

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

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 125 of 255 = 49%

20
7
125

R + G + B ~ 20%. #14077D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 125 = 152 (100%)
R 20 of 152 ~ 13.16%
G 7 of 152 ~ 4.61%
B 125 of 152 ~ 82.24%

%13.16
%82.24

CMYK color model

#14077D color CMYK value is (84,94,0,51).

  • cyan value is 84.00%
  • magenta value is 94.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(84,94,0,51)
C84M94Y0K51 
(84%,94%,0%,51%)
(0.84/0.94/0.00/0.51)	

CMYK percentages

%84
%94.4
%0
%50.98

Codes

Color #14077D in popluar color models

14077D
RGB207125
HSL247°89.39%25.88%
HSB/HSV247°94.40%49.02%
CMYK84.00%94.40%0.00%
50.98%

Color #14077D in popluar number systems.

HEX14077D
Decimal207125
Binary101001111111101
Octal247175

Shades and tints

Shades of #14077D

#14077D
(20,7,125)
#130772
(19,7,114)
#120767
(18,7,103)
#11075C
(17,7,92)
#100751
(16,7,81)
#0F0746
(15,7,70)
#0E073B
(14,7,59)
#0D0730
(13,7,48)
#0C0725
(12,7,37)
#0B071A
(11,7,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #14077D

#14077D
(20,7,125)
#291D88
(41,29,136)
#3E3393
(62,51,147)
#53499E
(83,73,158)
#685FA9
(104,95,169)
#7D75B4
(125,117,180)
#928BBF
(146,139,191)
#A7A1CA
(167,161,202)
#BCB7D5
(188,183,213)
#D1CDE0
(209,205,224)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14077D color. Also use rgb(20,7,125) instead hex code.

Text Font Color

.myTextColor { color: #14077D; }

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

This text font color is #14077D.


Background Color

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

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

This div background color is #14077D.


Border color

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

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

This div border color is #14077D.


Opacity

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

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

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

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

This text has shadow with #14077D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14077D on black background.


Color preview on white background

This text has color #14077D on white background.



Black color preview on #14077D background

This text has black color on #14077D background.


White color preview on #14077D background

This text has white color on #14077D background.