COLOR #14244F

HEX: #14244F
RGB: (20,36,79)

Color info

#14244F contains red, green and blue colors in about the same proportion. Web safe color of #14244F is #003366 (or #036).

RGB color model

#14244F color RGB value is (20,36,79).

  • red value is 20;
  • green value is 36;
  • blue value is 79.
RGB:
(20,36,79)
(8%,14%,31%)

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 79 of 255 = 31%

20
36
79

R + G + B ~ 18%. #14244F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 79 = 135 (100%)
R 20 of 135 ~ 14.81%
G 36 of 135 ~ 26.67%
B 79 of 135 ~ 58.52%

%14.81
%26.67
%58.52

CMYK color model

#14244F color CMYK value is (75,54,0,69).

  • cyan value is 74.68%
  • magenta value is 54.43%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(75,54,0,69)
C75M54Y0K69 
(75%,54%,0%,69%)
(0.75/0.54/0.00/0.69)	

CMYK percentages

%74.68
%54.43
%0
%69.02

Codes

Color #14244F in popluar color models

14244F
RGB203679
HSL224°59.60%19.41%
HSB/HSV224°74.68%30.98%
CMYK74.68%54.43%0.00%
69.02%

Color #14244F in popluar number systems.

HEX14244F
Decimal203679
Binary101001001001001111
Octal2444117

Shades and tints

Shades of #14244F

#14244F
(20,36,79)
#132148
(19,33,72)
#121E41
(18,30,65)
#111B3A
(17,27,58)
#101833
(16,24,51)
#0F152C
(15,21,44)
#0E1225
(14,18,37)
#0D0F1E
(13,15,30)
#0C0C17
(12,12,23)
#0B0910
(11,9,16)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #14244F

#14244F
(20,36,79)
#29375F
(41,55,95)
#3E4A6F
(62,74,111)
#535D7F
(83,93,127)
#68708F
(104,112,143)
#7D839F
(125,131,159)
#9296AF
(146,150,175)
#A7A9BF
(167,169,191)
#BCBCCF
(188,188,207)
#D1CFDF
(209,207,223)
#E6E2EF
(230,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14244F color. Also use rgb(20,36,79) instead hex code.

Text Font Color

.myTextColor { color: #14244F; }

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

This text font color is #14244F.


Background Color

.myBgColor { background-color: #14244F; }

<div style="background-color:#14244F">Inner text</div>

This div background color is #14244F.


Border color

.myBorderColor { border: 1px solid #14244F; }

<div style="border:3px solid #14244F">Div</div>

This div border color is #14244F.


Opacity

.myOpacity80 { color: #14244F; opacity: 0.8; }

<p style="color:#14244F;opacity:0.8;">80%</p>

Text with #14244F 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 #14244F;}

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

This text has shadow with #14244F color.

.textShadow {text-shadow: 3px 3px 1px #14244F, 3px 3px 1px red;}

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

This text has shadow with #14244F primary color and red secondary color.


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

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

This text has shadow with #14244F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14244F on black background.


Color preview on white background

This text has color #14244F on white background.



Black color preview on #14244F background

This text has black color on #14244F background.


White color preview on #14244F background

This text has white color on #14244F background.