Color Hex Logo

#144772 Color Hex

#144772
(20,71,114)
0 Favorites   0 Comments

Color spaces of #144772

RGB 2071114
HSL0.580.700.26
HSV207°82°45°
CMYK 0.820.380.00   0.55
XYZ5.57905.870116.7586
Yxy5.87010.19780.2081
Hunter Lab24.2283-1.2967-24.0508
CIE-Lab29.0823-0.0041-29.4540

#144772 color RGB value is (20,71,114).

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

The process color (four color CMYK) of #144772 color hex is 0.82, 0.38, 0.00, 0.55. Web safe color of #144772 is #003366. Color #144772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 01110010
Octal 24 107 162
Decimal 20 71 114
Hex 14 47 72

RGB Percentages of Color #144772

%9.76
%34.63
%55.61

CMYK Percentages of Color #144772

%82
%38
%0
%55

Triadic Colors of #144772

#144772 #721447 #477214

Analogous Colors of #144772

#144772 #141872 #14726e

Monochromatic Colors of #144772

#144772

Complementary Color

#144772 #723f14

#144772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144772 Color CSS Codes

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

#144772 Text Font Color

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

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


#144772 Background Color

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

This div background color is #144772


#144772 Border Color

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

This div border color is #144772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144772

#144772 Color Palettes


Comments

No comments written yet.

Please login to write comment.