Color Hex Logo

#144287 Color Hex

#144287
(20,66,135)
0 Favorites   0 Comments

Color spaces of #144287

RGB 2066135
HSL0.600.740.30
HSV216°85°53°
CMYK 0.850.510.00   0.47
XYZ6.60995.794423.6917
Yxy5.79440.18310.1605
Hunter Lab24.07166.8898-41.5043
CIE-Lab28.887712.1338-42.9009

#144287 color RGB value is (20,66,135).

#144287 hex color red value is 20, green value is 66 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #144287 hue: 0.60 , saturation: 0.74 and the lightness value of 144287 is 0.30.

The process color (four color CMYK) of #144287 color hex is 0.85, 0.51, 0.00, 0.47. Web safe color of #144287 is #003399. Color #144287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000010 10000111
Octal 24 102 207
Decimal 20 66 135
Hex 14 42 87

RGB Percentages of Color #144287

%9.05
%29.86
%61.09

CMYK Percentages of Color #144287

%85
%51
%0
%47

Triadic Colors of #144287

#144287 #871442 #428714

Analogous Colors of #144287

#144287 #201487 #147c87

Monochromatic Colors of #144287

#144287

Complementary Color

#144287 #875914

#144287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144287 Color CSS Codes

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

#144287 Text Font Color

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

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


#144287 Background Color

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

This div background color is #144287


#144287 Border Color

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

This div border color is #144287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,66,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144287;
  -webkit-box-shadow: 1px 1px 3px 2px #144287;
  box-shadow:         1px 1px 3px 2px #144287; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144287


Comments

No comments written yet.

Please login to write comment.