Color Hex Logo

#144aaa Color Hex

#144AAA
(20,74,170)
0 Favorites   0 Comments

Color spaces of #144aaa

RGB 2074170
HSL0.610.790.37
HSV218°88°67°
CMYK 0.880.560.00   0.33
XYZ9.99307.948639.0377
Yxy7.94860.17540.1395
Hunter Lab28.193313.9305-62.3604
CIE-Lab33.875621.0065-56.0892

#144aaa color RGB value is (20,74,170).

#144aaa hex color red value is 20, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #144aaa hue: 0.61 , saturation: 0.79 and the lightness value of 144aaa is 0.37.

The process color (four color CMYK) of #144aaa color hex is 0.88, 0.56, 0.00, 0.33. Web safe color of #144aaa is #003399. Color #144aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 10101010
Octal 24 112 252
Decimal 20 74 170
Hex 14 4A AA

RGB Percentages of Color #144aaa

%7.58
%28.03
%64.39

CMYK Percentages of Color #144aaa

%88
%56
%0
%33

Triadic Colors of #144aaa

#144aaa #aa144a #4aaa14

Analogous Colors of #144aaa

#144aaa #2914aa #1495aa

Monochromatic Colors of #144aaa

#144aaa

Complementary Color

#144aaa #aa7414

#144aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#144aaa Color CSS Codes

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

#144aaa Text Font Color

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

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


#144aaa Background Color

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

This div background color is #144aaa


#144aaa Border Color

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

This div border color is #144aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144aaa


Comments

No comments written yet.

Please login to write comment.