Color Hex Logo

#153780 Color Hex

#153780
(21,55,128)
0 Favorites   0 Comments

Color spaces of #153780

RGB 2155128
HSL0.610.720.29
HSV221°84°50°
CMYK 0.840.570.00   0.50
XYZ5.57174.450320.9874
Yxy4.45030.17970.1435
Hunter Lab21.095710.2270-44.2185
CIE-Lab25.107517.0440-44.6554

#153780 color RGB value is (21,55,128).

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

The process color (four color CMYK) of #153780 color hex is 0.84, 0.57, 0.00, 0.50. Web safe color of #153780 is #003399. Color #153780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110111 10000000
Octal 25 67 200
Decimal 21 55 128
Hex 15 37 80

RGB Percentages of Color #153780

%10.29
%26.96
%62.75

CMYK Percentages of Color #153780

%84
%57
%0
%50

Triadic Colors of #153780

#153780 #801537 #378015

Analogous Colors of #153780

#153780 #281580 #156d80

Monochromatic Colors of #153780

#153780

Complementary Color

#153780 #805e15

#153780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153780 Color CSS Codes

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

#153780 Text Font Color

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

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


#153780 Background Color

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

This div background color is #153780


#153780 Border Color

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

This div border color is #153780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,55,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 #153780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153780


Comments

No comments written yet.

Please login to write comment.