Color Hex Logo

#14185e Color Hex

#14185E
(20,24,94)
0 Favorites   0 Comments

Color spaces of #14185e

RGB 202494
HSL0.660.650.22
HSV237°79°37°
CMYK 0.790.740.00   0.63
XYZ2.63551.610110.7616
Yxy1.61010.17560.1073
Hunter Lab12.689014.8688-41.4020
CIE-Lab13.291525.0803-41.9676

#14185e color RGB value is (20,24,94).

#14185e hex color red value is 20, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14185e hue: 0.66 , saturation: 0.65 and the lightness value of 14185e is 0.22.

The process color (four color CMYK) of #14185e color hex is 0.79, 0.74, 0.00, 0.63. Web safe color of #14185e is #000066. Color #14185e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011000 01011110
Octal 24 30 136
Decimal 20 24 94
Hex 14 18 5E

RGB Percentages of Color #14185e

%14.49
%17.39
%68.12

CMYK Percentages of Color #14185e

%79
%74
%0
%63

Triadic Colors of #14185e

#14185e #5e1418 #185e14

Analogous Colors of #14185e

#14185e #35145e #143d5e

Monochromatic Colors of #14185e

#14185e

Complementary Color

#14185e #5e5a14

#14185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14185e Color CSS Codes

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

#14185e Text Font Color

<p style="color:#14185e">Text here</p>

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


#14185e Background Color

<div style="background-color:#14185e">
Div content here</div>

This div background color is #14185e


#14185e Border Color

<div style="border:3px solid #14185e">
Div here</div>

This div border color is #14185e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,24,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14185e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14185e;
  -webkit-box-shadow: 1px 1px 3px 2px #14185e;
  box-shadow:         1px 1px 3px 2px #14185e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14185e


Comments

No comments written yet.

Please login to write comment.