Color Hex Logo

#14387d Color Hex

#14387D
(20,56,125)
0 Favorites   0 Comments

Color spaces of #14387d

RGB 2056125
HSL0.610.720.28
HSV219°84°49°
CMYK 0.840.550.00   0.51
XYZ5.40434.457719.9776
Yxy4.45770.18110.1494
Hunter Lab21.11338.7419-41.3216
CIE-Lab25.130314.9809-42.7327

#14387d color RGB value is (20,56,125).

#14387d hex color red value is 20, green value is 56 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #14387d hue: 0.61 , saturation: 0.72 and the lightness value of 14387d is 0.28.

The process color (four color CMYK) of #14387d color hex is 0.84, 0.55, 0.00, 0.51. Web safe color of #14387d is #003366. Color #14387d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 01111101
Octal 24 70 175
Decimal 20 56 125
Hex 14 38 7D

RGB Percentages of Color #14387d

%9.95
%27.86
%62.19

CMYK Percentages of Color #14387d

%84
%55
%0
%51

Triadic Colors of #14387d

#14387d #7d1438 #387d14

Analogous Colors of #14387d

#14387d #25147d #146d7d

Monochromatic Colors of #14387d

#14387d

Complementary Color

#14387d #7d5914

#14387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14387d Color CSS Codes

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

#14387d Text Font Color

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

This sample text font color is #14387d
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.


#14387d Background Color

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

This div background color is #14387d


#14387d Border Color

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

This div border color is #14387d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14387d


Comments

No comments written yet.

Please login to write comment.