Color Hex Logo

#144ab1 Color Hex

#144AB1
(20,74,177)
0 Favorites   0 Comments

Color spaces of #144ab1

RGB 2074177
HSL0.610.800.39
HSV219°89°69°
CMYK 0.890.580.00   0.31
XYZ10.67318.220642.6192
Yxy8.22060.17350.1336
Hunter Lab28.671616.2720-68.0622
CIE-Lab34.438223.8183-59.3379

#144ab1 color RGB value is (20,74,177).

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

The process color (four color CMYK) of #144ab1 color hex is 0.89, 0.58, 0.00, 0.31. Web safe color of #144ab1 is #003399. Color #144ab1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 10110001
Octal 24 112 261
Decimal 20 74 177
Hex 14 4A B1

RGB Percentages of Color #144ab1

%7.38
%27.31
%65.31

CMYK Percentages of Color #144ab1

%89
%58
%0
%31

Triadic Colors of #144ab1

#144ab1 #b1144a #4ab114

Analogous Colors of #144ab1

#144ab1 #2c14b1 #1499b1

Monochromatic Colors of #144ab1

#144ab1

Complementary Color

#144ab1 #b17b14

#144ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144ab1 Color CSS Codes

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

#144ab1 Text Font Color

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

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


#144ab1 Background Color

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

This div background color is #144ab1


#144ab1 Border Color

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

This div border color is #144ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144ab1


Comments

No comments written yet.

Please login to write comment.