Color Hex Logo

#1580b4 Color Hex

#1580B4
(21,128,180)
0 Favorites   0 Comments

Color spaces of #1580b4

RGB 21128180
HSL0.550.790.39
HSV200°88°71°
CMYK 0.880.290.00   0.29
XYZ16.266718.893145.9694
Yxy18.89310.20050.2329
Hunter Lab43.4662-9.2644-32.2782
CIE-Lab50.5619-9.3021-35.2755

#1580b4 color RGB value is (21,128,180).

#1580b4 hex color red value is 21, green value is 128 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #1580b4 hue: 0.55 , saturation: 0.79 and the lightness value of 1580b4 is 0.39.

The process color (four color CMYK) of #1580b4 color hex is 0.88, 0.29, 0.00, 0.29. Web safe color of #1580b4 is #0099cc. Color #1580b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000000 10110100
Octal 25 200 264
Decimal 21 128 180
Hex 15 80 B4

RGB Percentages of Color #1580b4

%6.38
%38.91
%54.71

CMYK Percentages of Color #1580b4

%88
%29
%0
%29

Triadic Colors of #1580b4

#1580b4 #b41580 #80b415

Analogous Colors of #1580b4

#1580b4 #1531b4 #15b499

Monochromatic Colors of #1580b4

#1580b4

Complementary Color

#1580b4 #b44915

#1580b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1580b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1580b4 Color CSS Codes

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

#1580b4 Text Font Color

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

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


#1580b4 Background Color

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

This div background color is #1580b4


#1580b4 Border Color

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

This div border color is #1580b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,128,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1580b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1580b4;
  -webkit-box-shadow: 1px 1px 3px 2px #1580b4;
  box-shadow:         1px 1px 3px 2px #1580b4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,128,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1580b4


Comments

No comments written yet.

Please login to write comment.