Color Hex Logo

#093584 Color Hex

#093584
(9,53,132)
0 Favorites   0 Comments

Color spaces of #093584

RGB 953132
HSL0.610.870.28
HSV219°93°52°
CMYK 0.930.600.00   0.48
XYZ5.55064.270222.3615
Yxy4.27020.17250.1327
Hunter Lab20.664511.7834-49.6940
CIE-Lab24.545319.2217-48.0929

#093584 color RGB value is (9,53,132).

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

The process color (four color CMYK) of #093584 color hex is 0.93, 0.60, 0.00, 0.48. Web safe color of #093584 is #003399. Color #093584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110101 10000100
Octal 11 65 204
Decimal 9 53 132
Hex 9 35 84

RGB Percentages of Color #093584

%4.64
%27.32
%68.04

CMYK Percentages of Color #093584

%93
%60
%0
%48

Triadic Colors of #093584

#093584 #840935 #358409

Analogous Colors of #093584

#093584 #1b0984 #097384

Monochromatic Colors of #093584

#093584

Complementary Color

#093584 #845809

#093584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093584 Color CSS Codes

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

#093584 Text Font Color

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

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


#093584 Background Color

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

This div background color is #093584


#093584 Border Color

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

This div border color is #093584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093584


Comments

No comments written yet.

Please login to write comment.