Color Hex Logo

#150559 Color Hex

#150559
(21,5,89)
0 Favorites   0 Comments

Color spaces of #150559

RGB 21589
HSL0.700.890.18
HSV251°94°35°
CMYK 0.760.940.00   0.65
XYZ2.16670.98929.5279
Yxy0.98920.17080.0780
Hunter Lab9.945921.4809-49.8364
CIE-Lab8.901134.4394-45.8594

#150559 color RGB value is (21,5,89).

#150559 hex color red value is 21, green value is 5 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #150559 hue: 0.70 , saturation: 0.89 and the lightness value of 150559 is 0.18.

The process color (four color CMYK) of #150559 color hex is 0.76, 0.94, 0.00, 0.65. Web safe color of #150559 is #000066. Color #150559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 01011001
Octal 25 5 131
Decimal 21 5 89
Hex 15 5 59

RGB Percentages of Color #150559

%18.26
%4.35
%77.39

CMYK Percentages of Color #150559

%76
%94
%0
%65

Triadic Colors of #150559

#150559 #591505 #055915

Analogous Colors of #150559

#150559 #3f0559 #051f59

Monochromatic Colors of #150559

#150559

Complementary Color

#150559 #495905

#150559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150559 Color CSS Codes

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

#150559 Text Font Color

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

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


#150559 Background Color

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

This div background color is #150559


#150559 Border Color

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

This div border color is #150559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150559


Comments

No comments written yet.

Please login to write comment.