COLOR #14254D

HEX: #14254D
RGB: (20,37,77)

Color info

#14254D contains red, green and blue colors in about the same proportion. Web safe color of #14254D is #003333 (or #033).

RGB color model

#14254D color RGB value is (20,37,77).

  • red value is 20;
  • green value is 37;
  • blue value is 77.
RGB:
(20,37,77)
(8%,15%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 37 of 255 = 15%
B 77 of 255 = 30%

20
37
77

R + G + B ~ 18%. #14254D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 77 = 134 (100%)
R 20 of 134 ~ 14.93%
G 37 of 134 ~ 27.61%
B 77 of 134 ~ 57.46%

%14.93
%27.61
%57.46

CMYK color model

#14254D color CMYK value is (74,52,0,70).

  • cyan value is 74.03%
  • magenta value is 51.95%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(74,52,0,70)
C74M52Y0K70 
(74%,52%,0%,70%)
(0.74/0.52/0.00/0.70)	

CMYK percentages

%74.03
%51.95
%0
%69.8

Codes

Color #14254D in popluar color models

14254D
RGB203777
HSL222°58.76%19.02%
HSB/HSV222°74.03%30.20%
CMYK74.03%51.95%0.00%
69.80%

Color #14254D in popluar number systems.

HEX14254D
Decimal203777
Binary101001001011001101
Octal2445115

Shades and tints

Shades of #14254D

#14254D
(20,37,77)
#132246
(19,34,70)
#121F3F
(18,31,63)
#111C38
(17,28,56)
#101931
(16,25,49)
#0F162A
(15,22,42)
#0E1323
(14,19,35)
#0D101C
(13,16,28)
#0C0D15
(12,13,21)
#0B0A0E
(11,10,14)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #14254D

#14254D
(20,37,77)
#29385D
(41,56,93)
#3E4B6D
(62,75,109)
#535E7D
(83,94,125)
#68718D
(104,113,141)
#7D849D
(125,132,157)
#9297AD
(146,151,173)
#A7AABD
(167,170,189)
#BCBDCD
(188,189,205)
#D1D0DD
(209,208,221)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14254D color. Also use rgb(20,37,77) instead hex code.

Text Font Color

.myTextColor { color: #14254D; }

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

This text font color is #14254D.


Background Color

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

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

This div background color is #14254D.


Border color

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

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

This div border color is #14254D.


Opacity

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

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

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

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

This text has shadow with #14254D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14254D on black background.


Color preview on white background

This text has color #14254D on white background.



Black color preview on #14254D background

This text has black color on #14254D background.


White color preview on #14254D background

This text has white color on #14254D background.