Color Hex Logo

#14375a Color Hex

#14375A
(20,55,90)
0 Favorites   0 Comments

Color spaces of #14375a

RGB 205590
HSL0.580.640.22
HSV210°78°35°
CMYK 0.780.390.00   0.65
XYZ3.50013.619310.1870
Yxy3.61930.20220.2091
Hunter Lab19.0245-0.4526-18.4308
CIE-Lab22.37070.9570-24.6380

#14375a color RGB value is (20,55,90).

#14375a hex color red value is 20, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #14375a hue: 0.58 , saturation: 0.64 and the lightness value of 14375a is 0.22.

The process color (four color CMYK) of #14375a color hex is 0.78, 0.39, 0.00, 0.65. Web safe color of #14375a is #003366. Color #14375a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110111 01011010
Octal 24 67 132
Decimal 20 55 90
Hex 14 37 5A

RGB Percentages of Color #14375a

%12.12
%33.33
%54.55

CMYK Percentages of Color #14375a

%78
%39
%0
%65

Triadic Colors of #14375a

#14375a #5a1437 #375a14

Analogous Colors of #14375a

#14375a #14145a #145a5a

Monochromatic Colors of #14375a

#14375a

Complementary Color

#14375a #5a3714

#14375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14375a Color CSS Codes

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

#14375a Text Font Color

<p style="color:#14375a">Text here</p>

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


#14375a Background Color

<div style="background-color:#14375a">
Div content here</div>

This div background color is #14375a


#14375a Border Color

<div style="border:3px solid #14375a">
Div here</div>

This div border color is #14375a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,55,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14375a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14375a;
  -webkit-box-shadow: 1px 1px 3px 2px #14375a;
  box-shadow:         1px 1px 3px 2px #14375a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14375a


Comments

No comments written yet.

Please login to write comment.