COLOR #14225E

HEX: #14225E
RGB: (20,34,94)

Color info

#14225E contains mainly blue color. Web safe color of #14225E is #003366 (or #036).

RGB color model

#14225E color RGB value is (20,34,94).

  • red value is 20;
  • green value is 34;
  • blue value is 94.
RGB:
(20,34,94)
(8%,13%,37%)

RGB channels and saturation

R 20 of 255 = 8%
G 34 of 255 = 13%
B 94 of 255 = 37%

20
34
94

R + G + B ~ 19%. #14225E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 34 + 94 = 148 (100%)
R 20 of 148 ~ 13.51%
G 34 of 148 ~ 22.97%
B 94 of 148 ~ 63.51%

%13.51
%22.97
%63.51

CMYK color model

#14225E color CMYK value is (79,64,0,63).

  • cyan value is 78.72%
  • magenta value is 63.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(79,64,0,63)
C79M64Y0K63 
(79%,64%,0%,63%)
(0.79/0.64/0.00/0.63)	

CMYK percentages

%78.72
%63.83
%0
%63.14

Codes

Color #14225E in popluar color models

14225E
RGB203494
HSL229°64.91%22.35%
HSB/HSV229°78.72%36.86%
CMYK78.72%63.83%0.00%
63.14%

Color #14225E in popluar number systems.

HEX14225E
Decimal203494
Binary101001000101011110
Octal2442136

Shades and tints

Shades of #14225E

#14225E
(20,34,94)
#131F56
(19,31,86)
#121C4E
(18,28,78)
#111946
(17,25,70)
#10163E
(16,22,62)
#0F1336
(15,19,54)
#0E102E
(14,16,46)
#0D0D26
(13,13,38)
#0C0A1E
(12,10,30)
#0B0716
(11,7,22)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #14225E

#14225E
(20,34,94)
#29366C
(41,54,108)
#3E4A7A
(62,74,122)
#535E88
(83,94,136)
#687296
(104,114,150)
#7D86A4
(125,134,164)
#929AB2
(146,154,178)
#A7AEC0
(167,174,192)
#BCC2CE
(188,194,206)
#D1D6DC
(209,214,220)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14225E color. Also use rgb(20,34,94) instead hex code.

Text Font Color

.myTextColor { color: #14225E; }

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

This text font color is #14225E.


Background Color

.myBgColor { background-color: #14225E; }

<div style="background-color:#14225E">Inner text</div>

This div background color is #14225E.


Border color

.myBorderColor { border: 1px solid #14225E; }

<div style="border:3px solid #14225E">Div</div>

This div border color is #14225E.


Opacity

.myOpacity80 { color: #14225E; opacity: 0.8; }

<p style="color:#14225E;opacity:0.8;">80%</p>

Text with #14225E 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 #14225E;}

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

This text has shadow with #14225E color.

.textShadow {text-shadow: 3px 3px 1px #14225E, 3px 3px 1px red;}

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

This text has shadow with #14225E primary color and red secondary color.


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

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

This text has shadow with #14225E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14225E on black background.


Color preview on white background

This text has color #14225E on white background.



Black color preview on #14225E background

This text has black color on #14225E background.


White color preview on #14225E background

This text has white color on #14225E background.