Color Hex Logo

#144cbe Color Hex

#144CBE
(20,76,190)
0 Favorites   0 Comments

Color spaces of #144cbe

RGB 2076190
HSL0.610.810.41
HSV220°89°75°
CMYK 0.890.600.00   0.25
XYZ12.16729.035349.8179
Yxy9.03530.17130.1272
Hunter Lab30.058819.6504-77.2231
CIE-Lab36.052227.6296-64.3676

#144cbe color RGB value is (20,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 10111110
Octal 24 114 276
Decimal 20 76 190
Hex 14 4C BE

RGB Percentages of Color #144cbe

%6.99
%26.57
%66.43

CMYK Percentages of Color #144cbe

%89
%60
%0
%25

Triadic Colors of #144cbe

#144cbe #be144c #4cbe14

Analogous Colors of #144cbe

#144cbe #3114be #14a1be

Monochromatic Colors of #144cbe

#144cbe

Complementary Color

#144cbe #be8614

#144cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#144cbe Color CSS Codes

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

#144cbe Text Font Color

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

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


#144cbe Background Color

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

This div background color is #144cbe


#144cbe Border Color

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

This div border color is #144cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144cbe


Comments

No comments written yet.

Please login to write comment.