Color Hex Logo

#144dbb Color Hex

#144DBB
(20,77,187)
0 Favorites   0 Comments

Color spaces of #144dbb

RGB 2077187
HSL0.610.810.41
HSV220°89°73°
CMYK 0.890.590.00   0.27
XYZ11.91209.044348.1316
Yxy9.04430.17240.1309
Hunter Lab30.073718.0736-73.8392
CIE-Lab36.069425.7808-62.5789

#144dbb color RGB value is (20,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001101 10111011
Octal 24 115 273
Decimal 20 77 187
Hex 14 4D BB

RGB Percentages of Color #144dbb

%7.04
%27.11
%65.85

CMYK Percentages of Color #144dbb

%89
%59
%0
%27

Triadic Colors of #144dbb

#144dbb #bb144d #4dbb14

Analogous Colors of #144dbb

#144dbb #2e14bb #14a1bb

Monochromatic Colors of #144dbb

#144dbb

Complementary Color

#144dbb #bb8214

#144dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#144dbb Color CSS Codes

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

#144dbb Text Font Color

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

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


#144dbb Background Color

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

This div background color is #144dbb


#144dbb Border Color

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

This div border color is #144dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144dbb


Comments

No comments written yet.

Please login to write comment.