Color Hex Logo

#144baf Color Hex

#144BAF
(20,75,175)
0 Favorites   0 Comments

Color spaces of #144baf

RGB 2075175
HSL0.610.790.38
HSV219°89°69°
CMYK 0.890.570.00   0.31
XYZ10.54248.276041.5992
Yxy8.27600.17450.1370
Hunter Lab28.768015.0694-65.5970
CIE-Lab34.551222.3423-57.9664

#144baf color RGB value is (20,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001011 10101111
Octal 24 113 257
Decimal 20 75 175
Hex 14 4B AF

RGB Percentages of Color #144baf

%7.41
%27.78
%64.81

CMYK Percentages of Color #144baf

%89
%57
%0
%31

Triadic Colors of #144baf

#144baf #af144b #4baf14

Analogous Colors of #144baf

#144baf #2b14af #1499af

Monochromatic Colors of #144baf

#144baf

Complementary Color

#144baf #af7814

#144baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#144baf Color CSS Codes

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

#144baf Text Font Color

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

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


#144baf Background Color

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

This div background color is #144baf


#144baf Border Color

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

This div border color is #144baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144baf


Comments

No comments written yet.

Please login to write comment.