Color Hex Logo

#093781 Color Hex

#093781
(9,55,129)
0 Favorites   0 Comments

Color spaces of #093781

RGB 955129
HSL0.600.870.27
HSV217°93°51°
CMYK 0.930.570.00   0.49
XYZ5.44134.375421.3266
Yxy4.37540.17470.1405
Hunter Lab20.91759.8280-45.8075
CIE-Lab24.875616.5165-45.6743

#093781 color RGB value is (9,55,129).

#093781 hex color red value is 9, green value is 55 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #093781 hue: 0.60 , saturation: 0.87 and the lightness value of 093781 is 0.27.

The process color (four color CMYK) of #093781 color hex is 0.93, 0.57, 0.00, 0.49. Web safe color of #093781 is #003399. Color #093781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 10000001
Octal 11 67 201
Decimal 9 55 129
Hex 9 37 81

RGB Percentages of Color #093781

%4.66
%28.50
%66.84

CMYK Percentages of Color #093781

%93
%57
%0
%49

Triadic Colors of #093781

#093781 #810937 #378109

Analogous Colors of #093781

#093781 #170981 #097381

Monochromatic Colors of #093781

#093781

Complementary Color

#093781 #815309

#093781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093781 Color CSS Codes

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

#093781 Text Font Color

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

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


#093781 Background Color

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

This div background color is #093781


#093781 Border Color

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

This div border color is #093781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093781


Comments

No comments written yet.

Please login to write comment.