COLOR #14427C

HEX: #14427C
RGB: (20,66,124)

Color info

#14427C contains mainly green and blue colors. Web safe color of #14427C is #003366 (or #036).

RGB color model

#14427C color RGB value is (20,66,124).

  • red value is 20;
  • green value is 66;
  • blue value is 124.
RGB:
(20,66,124)
(8%,26%,49%)

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 124 of 255 = 49%

20
66
124

R + G + B ~ 28%. #14427C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 124 = 210 (100%)
R 20 of 210 ~ 9.52%
G 66 of 210 ~ 31.43%
B 124 of 210 ~ 59.05%

%9.52
%31.43
%59.05

CMYK color model

#14427C color CMYK value is (84,47,0,51).

  • cyan value is 83.87%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(84,47,0,51)
C84M47Y0K51 
(84%,47%,0%,51%)
(0.84/0.47/0.00/0.51)	

CMYK percentages

%83.87
%46.77
%0
%51.37

Codes

Color #14427C in popluar color models

14427C
RGB2066124
HSL213°72.22%28.24%
HSB/HSV213°83.87%48.63%
CMYK83.87%46.77%0.00%
51.37%

Color #14427C in popluar number systems.

HEX14427C
Decimal2066124
Binary1010010000101111100
Octal24102174

Shades and tints

Shades of #14427C

#14427C
(20,66,124)
#133C71
(19,60,113)
#123666
(18,54,102)
#11305B
(17,48,91)
#102A50
(16,42,80)
#0F2445
(15,36,69)
#0E1E3A
(14,30,58)
#0D182F
(13,24,47)
#0C1224
(12,18,36)
#0B0C19
(11,12,25)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #14427C

#14427C
(20,66,124)
#295387
(41,83,135)
#3E6492
(62,100,146)
#53759D
(83,117,157)
#6886A8
(104,134,168)
#7D97B3
(125,151,179)
#92A8BE
(146,168,190)
#A7B9C9
(167,185,201)
#BCCAD4
(188,202,212)
#D1DBDF
(209,219,223)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14427C color. Also use rgb(20,66,124) instead hex code.

Text Font Color

.myTextColor { color: #14427C; }

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

This text font color is #14427C.


Background Color

.myBgColor { background-color: #14427C; }

<div style="background-color:#14427C">Inner text</div>

This div background color is #14427C.


Border color

.myBorderColor { border: 1px solid #14427C; }

<div style="border:3px solid #14427C">Div</div>

This div border color is #14427C.


Opacity

.myOpacity80 { color: #14427C; opacity: 0.8; }

<p style="color:#14427C;opacity:0.8;">80%</p>

Text with #14427C 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 #14427C;}

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

This text has shadow with #14427C color.

.textShadow {text-shadow: 3px 3px 1px #14427C, 3px 3px 1px red;}

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

This text has shadow with #14427C primary color and red secondary color.


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

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

This text has shadow with #14427C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14427C on black background.


Color preview on white background

This text has color #14427C on white background.



Black color preview on #14427C background

This text has black color on #14427C background.


White color preview on #14427C background

This text has white color on #14427C background.