Color Hex Logo

#144190 Color Hex

#144190
(20,65,144)
0 Favorites   0 Comments

Color spaces of #144190

RGB 2065144
HSL0.610.760.32
HSV218°86°56°
CMYK 0.860.550.00   0.44
XYZ7.21285.942927.1525
Yxy5.94290.17890.1474
Hunter Lab24.378110.1516-48.9731
CIE-Lab29.267916.5654-47.8385

#144190 color RGB value is (20,65,144).

#144190 hex color red value is 20, green value is 65 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #144190 hue: 0.61 , saturation: 0.76 and the lightness value of 144190 is 0.32.

The process color (four color CMYK) of #144190 color hex is 0.86, 0.55, 0.00, 0.44. Web safe color of #144190 is #003399. Color #144190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000001 10010000
Octal 24 101 220
Decimal 20 65 144
Hex 14 41 90

RGB Percentages of Color #144190

%8.73
%28.38
%62.88

CMYK Percentages of Color #144190

%86
%55
%0
%44

Triadic Colors of #144190

#144190 #901441 #419014

Analogous Colors of #144190

#144190 #251490 #147f90

Monochromatic Colors of #144190

#144190

Complementary Color

#144190 #906314

#144190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144190 Color CSS Codes

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

#144190 Text Font Color

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

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


#144190 Background Color

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

This div background color is #144190


#144190 Border Color

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

This div border color is #144190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144190


Comments

No comments written yet.

Please login to write comment.