Color Hex Logo

#144aba Color Hex

#144ABA
(20,74,186)
0 Favorites   0 Comments

Color spaces of #144aba

RGB 2074186
HSL0.610.810.40
HSV220°89°73°
CMYK 0.890.600.00   0.27
XYZ11.60028.591547.5013
Yxy8.59150.17140.1269
Hunter Lab29.311319.3483-75.5664
CIE-Lab35.185627.3881-63.4349

#144aba color RGB value is (20,74,186).

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

The process color (four color CMYK) of #144aba color hex is 0.89, 0.60, 0.00, 0.27. Web safe color of #144aba is #0033cc. Color #144aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 10111010
Octal 24 112 272
Decimal 20 74 186
Hex 14 4A BA

RGB Percentages of Color #144aba

%7.14
%26.43
%66.43

CMYK Percentages of Color #144aba

%89
%60
%0
%27

Triadic Colors of #144aba

#144aba #ba144a #4aba14

Analogous Colors of #144aba

#144aba #3114ba #149dba

Monochromatic Colors of #144aba

#144aba

Complementary Color

#144aba #ba8414

#144aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#144aba Color CSS Codes

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

#144aba Text Font Color

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

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


#144aba Background Color

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

This div background color is #144aba


#144aba Border Color

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

This div border color is #144aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144aba


Comments

No comments written yet.

Please login to write comment.