Color Hex Logo

#14489d Color Hex

#14489D
(20,72,157)
0 Favorites   0 Comments

Color spaces of #14489d

RGB 2072157
HSL0.600.770.35
HSV217°87°62°
CMYK 0.870.540.00   0.38
XYZ8.69177.217832.8334
Yxy7.21780.17830.1481
Hunter Lab26.866010.7330-53.6533
CIE-Lab32.297717.0845-50.8445

#14489d color RGB value is (20,72,157).

#14489d hex color red value is 20, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #14489d hue: 0.60 , saturation: 0.77 and the lightness value of 14489d is 0.35.

The process color (four color CMYK) of #14489d color hex is 0.87, 0.54, 0.00, 0.38. Web safe color of #14489d is #003399. Color #14489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 10011101
Octal 24 110 235
Decimal 20 72 157
Hex 14 48 9D

RGB Percentages of Color #14489d

%8.03
%28.92
%63.05

CMYK Percentages of Color #14489d

%87
%54
%0
%38

Triadic Colors of #14489d

#14489d #9d1448 #489d14

Analogous Colors of #14489d

#14489d #25149d #148d9d

Monochromatic Colors of #14489d

#14489d

Complementary Color

#14489d #9d6914

#14489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14489d Color CSS Codes

.mybgcolor {background-color:#14489d; } 
.myforecolor {color:#14489d; }
.mybordercolor {border:3px solid #14489d; }

#14489d Text Font Color

<p style="color:#14489d">Text here</p>

This sample text font color is #14489d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#14489d Background Color

<div style="background-color:#14489d">
Div content here</div>

This div background color is #14489d


#14489d Border Color

<div style="border:3px solid #14489d">
Div here</div>

This div border color is #14489d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,72,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14489d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14489d;
  -webkit-box-shadow: 1px 1px 3px 2px #14489d;
  box-shadow:         1px 1px 3px 2px #14489d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,72,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #14489d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #14489d;
  -webkit-box-shadow: 1px 1px 3px 2px #14489d;
  box-shadow:         1px 1px 3px 2px #14489d;">
Div content here</div>

This div box has shadow with color #14489d


Comments

No comments written yet.

Please login to write comment.