Color Hex Logo

#091584 Color Hex

#091584
(9,21,132)
0 Favorites   0 Comments

Color spaces of #091584

RGB 921132
HSL0.650.870.28
HSV234°93°52°
CMYK 0.930.840.00   0.48
XYZ4.54572.260422.0265
Yxy2.26040.15770.0784
Hunter Lab15.034627.6586-76.3387
CIE-Lab16.798440.1194-60.8574

#091584 color RGB value is (9,21,132).

#091584 hex color red value is 9, green value is 21 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #091584 hue: 0.65 , saturation: 0.87 and the lightness value of 091584 is 0.28.

The process color (four color CMYK) of #091584 color hex is 0.93, 0.84, 0.00, 0.48. Web safe color of #091584 is #000099. Color #091584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010101 10000100
Octal 11 25 204
Decimal 9 21 132
Hex 9 15 84

RGB Percentages of Color #091584

%5.56
%12.96
%81.48

CMYK Percentages of Color #091584

%93
%84
%0
%48

Triadic Colors of #091584

#091584 #840915 #158409

Analogous Colors of #091584

#091584 #3a0984 #095384

Monochromatic Colors of #091584

#091584

Complementary Color

#091584 #847809

#091584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091584 Color CSS Codes

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

#091584 Text Font Color

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

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


#091584 Background Color

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

This div background color is #091584


#091584 Border Color

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

This div border color is #091584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091584


Comments

No comments written yet.

Please login to write comment.