Color Hex Logo

#144070 Color Hex

#144070
(20,64,112)
0 Favorites   0 Comments

Color spaces of #144070

RGB 2064112
HSL0.590.700.26
HSV211°82°44°
CMYK 0.820.430.00   0.56
XYZ5.04654.985416.0255
Yxy4.98540.19370.1913
Hunter Lab22.32801.2699-26.9247
CIE-Lab26.69313.9041-31.9871

#144070 color RGB value is (20,64,112).

#144070 hex color red value is 20, green value is 64 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #144070 hue: 0.59 , saturation: 0.70 and the lightness value of 144070 is 0.26.

The process color (four color CMYK) of #144070 color hex is 0.82, 0.43, 0.00, 0.56. Web safe color of #144070 is #003366. Color #144070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000000 01110000
Octal 24 100 160
Decimal 20 64 112
Hex 14 40 70

RGB Percentages of Color #144070

%10.20
%32.65
%57.14

CMYK Percentages of Color #144070

%82
%43
%0
%56

Triadic Colors of #144070

#144070 #701440 #407014

Analogous Colors of #144070

#144070 #161470 #146e70

Monochromatic Colors of #144070

#144070

Complementary Color

#144070 #704414

#144070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144070 Color CSS Codes

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

#144070 Text Font Color

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

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


#144070 Background Color

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

This div background color is #144070


#144070 Border Color

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

This div border color is #144070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144070


Comments

No comments written yet.

Please login to write comment.