Color Hex Logo

#093d82 Color Hex

#093D82
(9,61,130)
0 Favorites   0 Comments

Color spaces of #093d82

RGB 961130
HSL0.600.870.27
HSV214°93°51°
CMYK 0.930.530.00   0.49
XYZ5.81075.007321.7793
Yxy5.00730.17830.1536
Hunter Lab22.37707.1919-42.0424
CIE-Lab26.755612.6788-43.2491

#093d82 color RGB value is (9,61,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 10000010
Octal 11 75 202
Decimal 9 61 130
Hex 9 3D 82

RGB Percentages of Color #093d82

%4.50
%30.50
%65.00

CMYK Percentages of Color #093d82

%93
%53
%0
%49

Triadic Colors of #093d82

#093d82 #82093d #3d8209

Analogous Colors of #093d82

#093d82 #120982 #097a82

Monochromatic Colors of #093d82

#093d82

Complementary Color

#093d82 #824e09

#093d82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093d82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093d82 Color CSS Codes

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

#093d82 Text Font Color

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

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


#093d82 Background Color

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

This div background color is #093d82


#093d82 Border Color

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

This div border color is #093d82


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,61,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093d82; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093d82;
  -webkit-box-shadow: 1px 1px 3px 2px #093d82;
  box-shadow:         1px 1px 3px 2px #093d82; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093d82


Comments

No comments written yet.

Please login to write comment.