Color Hex Logo

#144988 Color Hex

#144988
(20,73,136)
0 Favorites   0 Comments

Color spaces of #144988

RGB 2073136
HSL0.590.740.31
HSV213°85°53°
CMYK 0.850.460.00   0.47
XYZ7.11506.691424.2091
Yxy6.69140.18720.1760
Hunter Lab25.86773.8284-37.3809
CIE-Lab31.09387.7342-39.9667

#144988 color RGB value is (20,73,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 10001000
Octal 24 111 210
Decimal 20 73 136
Hex 14 49 88

RGB Percentages of Color #144988

%8.73
%31.88
%59.39

CMYK Percentages of Color #144988

%85
%46
%0
%47

Triadic Colors of #144988

#144988 #881449 #498814

Analogous Colors of #144988

#144988 #191488 #148388

Monochromatic Colors of #144988

#144988

Complementary Color

#144988 #885314

#144988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144988 Color CSS Codes

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

#144988 Text Font Color

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

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


#144988 Background Color

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

This div background color is #144988


#144988 Border Color

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

This div border color is #144988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144988


Comments

No comments written yet.

Please login to write comment.