Color Hex Logo

#144987 Color Hex

#144987
(20,73,135)
0 Favorites   0 Comments

Color spaces of #144987

RGB 2073135
HSL0.590.740.30
HSV212°85°53°
CMYK 0.850.460.00   0.47
XYZ7.04426.663123.8365
Yxy6.66310.18760.1775
Hunter Lab25.81303.5388-36.6811
CIE-Lab31.02737.3195-39.4565

#144987 color RGB value is (20,73,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 10000111
Octal 24 111 207
Decimal 20 73 135
Hex 14 49 87

RGB Percentages of Color #144987

%8.77
%32.02
%59.21

CMYK Percentages of Color #144987

%85
%46
%0
%47

Triadic Colors of #144987

#144987 #871449 #498714

Analogous Colors of #144987

#144987 #191487 #148387

Monochromatic Colors of #144987

#144987

Complementary Color

#144987 #875214

#144987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144987 Color CSS Codes

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

#144987 Text Font Color

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

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


#144987 Background Color

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

This div background color is #144987


#144987 Border Color

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

This div border color is #144987


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,73,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 #144987">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144987


Comments

No comments written yet.

Please login to write comment.