Color Hex Logo

#142587 Color Hex

#142587
(20,37,135)
0 Favorites   0 Comments

Color spaces of #142587

RGB 2037135
HSL0.640.740.30
HSV231°85°53°
CMYK 0.850.730.00   0.47
XYZ5.32323.221123.2628
Yxy3.22110.16740.1013
Hunter Lab17.947421.5351-64.2864
CIE-Lab20.908532.2117-55.9278

#142587 color RGB value is (20,37,135).

#142587 hex color red value is 20, green value is 37 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #142587 hue: 0.64 , saturation: 0.74 and the lightness value of 142587 is 0.30.

The process color (four color CMYK) of #142587 color hex is 0.85, 0.73, 0.00, 0.47. Web safe color of #142587 is #003399. Color #142587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 10000111
Octal 24 45 207
Decimal 20 37 135
Hex 14 25 87

RGB Percentages of Color #142587

%10.42
%19.27
%70.31

CMYK Percentages of Color #142587

%85
%73
%0
%47

Triadic Colors of #142587

#142587 #871425 #258714

Analogous Colors of #142587

#142587 #3c1487 #145f87

Monochromatic Colors of #142587

#142587

Complementary Color

#142587 #877614

#142587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142587 Color CSS Codes

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

#142587 Text Font Color

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

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


#142587 Background Color

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

This div background color is #142587


#142587 Border Color

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

This div border color is #142587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,37,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142587;
  -webkit-box-shadow: 1px 1px 3px 2px #142587;
  box-shadow:         1px 1px 3px 2px #142587; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142587


Comments

No comments written yet.

Please login to write comment.