Color Hex Logo

#155477 Color Hex

#155477
(21,84,119)
0 Favorites   0 Comments

Color spaces of #155477

RGB 2184119
HSL0.560.700.27
HSV201°82°47°
CMYK 0.820.290.00   0.53
XYZ6.80947.832018.6056
Yxy7.83200.20480.2356
Hunter Lab27.9857-5.5429-19.8275
CIE-Lab33.6305-6.2612-25.4135

#155477 color RGB value is (21,84,119).

#155477 hex color red value is 21, green value is 84 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #155477 hue: 0.56 , saturation: 0.70 and the lightness value of 155477 is 0.27.

The process color (four color CMYK) of #155477 color hex is 0.82, 0.29, 0.00, 0.53. Web safe color of #155477 is #006666. Color #155477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010100 01110111
Octal 25 124 167
Decimal 21 84 119
Hex 15 54 77

RGB Percentages of Color #155477

%9.38
%37.50
%53.13

CMYK Percentages of Color #155477

%82
%29
%0
%53

Triadic Colors of #155477

#155477 #771554 #547715

Analogous Colors of #155477

#155477 #152377 #157769

Monochromatic Colors of #155477

#155477

Complementary Color

#155477 #773815

#155477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155477 Color CSS Codes

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

#155477 Text Font Color

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

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


#155477 Background Color

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

This div background color is #155477


#155477 Border Color

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

This div border color is #155477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155477


Comments

No comments written yet.

Please login to write comment.