Color Hex Logo

#144973 Color Hex

#144973
(20,73,115)
1 Favorites   0 Comments

Color spaces of #144973

RGB 2073115
HSL0.570.700.26
HSV207°83°45°
CMYK 0.830.370.00   0.55
XYZ5.76556.151617.1032
Yxy6.15160.19870.2120
Hunter Lab24.8024-1.9106-23.5234
CIE-Lab29.7918-0.9204-28.9605

#144973 color RGB value is (20,73,115).

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

The process color (four color CMYK) of #144973 color hex is 0.83, 0.37, 0.00, 0.55. Web safe color of #144973 is #003366. Color #144973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 01110011
Octal 24 111 163
Decimal 20 73 115
Hex 14 49 73

RGB Percentages of Color #144973

%9.62
%35.10
%55.29

CMYK Percentages of Color #144973

%83
%37
%0
%55

Triadic Colors of #144973

#144973 #731449 #497314

Analogous Colors of #144973

#144973 #141973 #14736e

Monochromatic Colors of #144973

#144973

Complementary Color

#144973 #733e14

#144973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144973 Color CSS Codes

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

#144973 Text Font Color

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

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


#144973 Background Color

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

This div background color is #144973


#144973 Border Color

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

This div border color is #144973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144973

#144973 Color Palettes


Comments

No comments written yet.

Please login to write comment.