COLOR #14294F

HEX: #14294F
RGB: (20,41,79)

Color info

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

RGB color model

#14294F color RGB value is (20,41,79).

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

RGB channels and saturation

R 20 of 255 = 8%
G 41 of 255 = 16%
B 79 of 255 = 31%

20
41
79

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

Portions of RGB colors in percentages

R + G + B =
20 + 41 + 79 = 140 (100%)
R 20 of 140 ~ 14.29%
G 41 of 140 ~ 29.29%
B 79 of 140 ~ 56.43%

%14.29
%29.29
%56.43

CMYK color model

#14294F color CMYK value is (75,48,0,69).

  • cyan value is 74.68%
  • magenta value is 48.10%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(75,48,0,69)
C75M48Y0K69 
(75%,48%,0%,69%)
(0.75/0.48/0.00/0.69)	

CMYK percentages

%74.68
%48.1
%0
%69.02

Codes

Color #14294F in popluar color models

14294F
RGB204179
HSL219°59.60%19.41%
HSB/HSV219°74.68%30.98%
CMYK74.68%48.10%0.00%
69.02%

Color #14294F in popluar number systems.

HEX14294F
Decimal204179
Binary101001010011001111
Octal2451117

Shades and tints

Shades of #14294F

#14294F
(20,41,79)
#132648
(19,38,72)
#122341
(18,35,65)
#11203A
(17,32,58)
#101D33
(16,29,51)
#0F1A2C
(15,26,44)
#0E1725
(14,23,37)
#0D141E
(13,20,30)
#0C1117
(12,17,23)
#0B0E10
(11,14,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #14294F

#14294F
(20,41,79)
#293C5F
(41,60,95)
#3E4F6F
(62,79,111)
#53627F
(83,98,127)
#68758F
(104,117,143)
#7D889F
(125,136,159)
#929BAF
(146,155,175)
#A7AEBF
(167,174,191)
#BCC1CF
(188,193,207)
#D1D4DF
(209,212,223)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14294F; }

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

This text font color is #14294F.


Background Color

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

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

This div background color is #14294F.


Border color

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

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

This div border color is #14294F.


Opacity

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

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

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

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

This text has shadow with #14294F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14294F on black background.


Color preview on white background

This text has color #14294F on white background.



Black color preview on #14294F background

This text has black color on #14294F background.


White color preview on #14294F background

This text has white color on #14294F background.