Color Hex Logo

#144abb Color Hex

#144ABB
(20,74,187)
0 Favorites   0 Comments

Color spaces of #144abb

RGB 2074187
HSL0.610.810.41
HSV221°89°73°
CMYK 0.890.600.00   0.27
XYZ11.70698.634148.0632
Yxy8.63410.17110.1262
Hunter Lab29.383819.6950-76.4121
CIE-Lab35.270027.7822-63.8850

#144abb color RGB value is (20,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 10111011
Octal 24 112 273
Decimal 20 74 187
Hex 14 4A BB

RGB Percentages of Color #144abb

%7.12
%26.33
%66.55

CMYK Percentages of Color #144abb

%89
%60
%0
%27

Triadic Colors of #144abb

#144abb #bb144a #4abb14

Analogous Colors of #144abb

#144abb #3114bb #149ebb

Monochromatic Colors of #144abb

#144abb

Complementary Color

#144abb #bb8514

#144abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#144abb Color CSS Codes

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

#144abb Text Font Color

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

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


#144abb Background Color

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

This div background color is #144abb


#144abb Border Color

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

This div border color is #144abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144abb


Comments

No comments written yet.

Please login to write comment.