Color Hex Logo

#145571 Color Hex

#145571
(20,85,113)
0 Favorites   0 Comments

Color spaces of #145571

RGB 2085113
HSL0.550.700.26
HSV198°82°44°
CMYK 0.820.250.00   0.56
XYZ6.51767.838016.7921
Yxy7.83800.20920.2516
Hunter Lab27.9964-7.4387-15.9643
CIE-Lab33.6432-9.3255-21.6618

#145571 color RGB value is (20,85,113).

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

The process color (four color CMYK) of #145571 color hex is 0.82, 0.25, 0.00, 0.56. Web safe color of #145571 is #006666. Color #145571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010101 01110001
Octal 24 125 161
Decimal 20 85 113
Hex 14 55 71

RGB Percentages of Color #145571

%9.17
%38.99
%51.83

CMYK Percentages of Color #145571

%82
%25
%0
%56

Triadic Colors of #145571

#145571 #711455 #557114

Analogous Colors of #145571

#145571 #142771 #14715f

Monochromatic Colors of #145571

#145571

Complementary Color

#145571 #713014

#145571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145571 Color CSS Codes

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

#145571 Text Font Color

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

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


#145571 Background Color

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

This div background color is #145571


#145571 Border Color

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

This div border color is #145571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145571


Comments

No comments written yet.

Please login to write comment.