Color Hex Logo

#155080 Color Hex

#155080
(21,80,128)
0 Favorites   0 Comments

Color spaces of #155080

RGB 2180128
HSL0.570.720.29
HSV207°84°50°
CMYK 0.840.380.00   0.50
XYZ7.07427.455321.4882
Yxy7.45530.19640.2070
Hunter Lab27.3044-1.5358-27.5474
CIE-Lab32.8217-0.1173-32.2667

#155080 color RGB value is (21,80,128).

#155080 hex color red value is 21, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #155080 hue: 0.57 , saturation: 0.72 and the lightness value of 155080 is 0.29.

The process color (four color CMYK) of #155080 color hex is 0.84, 0.38, 0.00, 0.50. Web safe color of #155080 is #006699. Color #155080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 10000000
Octal 25 120 200
Decimal 21 80 128
Hex 15 50 80

RGB Percentages of Color #155080

%9.17
%34.93
%55.90

CMYK Percentages of Color #155080

%84
%38
%0
%50

Triadic Colors of #155080

#155080 #801550 #508015

Analogous Colors of #155080

#155080 #151b80 #15807b

Monochromatic Colors of #155080

#155080

Complementary Color

#155080 #804515

#155080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155080 Color CSS Codes

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

#155080 Text Font Color

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

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


#155080 Background Color

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

This div background color is #155080


#155080 Border Color

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

This div border color is #155080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155080


Comments

No comments written yet.

Please login to write comment.