Color Hex Logo

#144370 Color Hex

#144370
(20,67,112)
0 Favorites   0 Comments

Color spaces of #144370

RGB 2067112
HSL0.580.700.26
HSV209°82°44°
CMYK 0.820.400.00   0.56
XYZ5.22035.332916.0834
Yxy5.33290.19600.2002
Hunter Lab23.0931-0.0621-25.1280
CIE-Lab27.66291.8571-30.4421

#144370 color RGB value is (20,67,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000011 01110000
Octal 24 103 160
Decimal 20 67 112
Hex 14 43 70

RGB Percentages of Color #144370

%10.05
%33.67
%56.28

CMYK Percentages of Color #144370

%82
%40
%0
%56

Triadic Colors of #144370

#144370 #701443 #437014

Analogous Colors of #144370

#144370 #141570 #14706f

Monochromatic Colors of #144370

#144370

Complementary Color

#144370 #704114

#144370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144370 Color CSS Codes

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

#144370 Text Font Color

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

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


#144370 Background Color

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

This div background color is #144370


#144370 Border Color

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

This div border color is #144370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144370


Comments

No comments written yet.

Please login to write comment.