Color Hex Logo

#144baa Color Hex

#144BAA
(20,75,170)
0 Favorites   0 Comments

Color spaces of #144baa

RGB 2075170
HSL0.610.790.37
HSV218°88°67°
CMYK 0.880.560.00   0.33
XYZ10.06038.083239.0602
Yxy8.08320.17590.1413
Hunter Lab28.431013.4080-61.5545
CIE-Lab34.155620.3284-55.6339

#144baa color RGB value is (20,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001011 10101010
Octal 24 113 252
Decimal 20 75 170
Hex 14 4B AA

RGB Percentages of Color #144baa

%7.55
%28.30
%64.15

CMYK Percentages of Color #144baa

%88
%56
%0
%33

Triadic Colors of #144baa

#144baa #aa144b #4baa14

Analogous Colors of #144baa

#144baa #2814aa #1496aa

Monochromatic Colors of #144baa

#144baa

Complementary Color

#144baa #aa7314

#144baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#144baa Color CSS Codes

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

#144baa Text Font Color

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

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


#144baa Background Color

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

This div background color is #144baa


#144baa Border Color

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

This div border color is #144baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144baa


Comments

No comments written yet.

Please login to write comment.