Color Hex Logo

#093290 Color Hex

#093290
(9,50,144)
0 Favorites   0 Comments

Color spaces of #093290

RGB 950144
HSL0.620.880.30
HSV222°94°56°
CMYK 0.940.650.00   0.44
XYZ6.28734.352926.8944
Yxy4.35290.16750.1160
Hunter Lab20.863617.2801-61.8237
CIE-Lab24.805426.3290-55.1324

#093290 color RGB value is (9,50,144).

#093290 hex color red value is 9, green value is 50 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #093290 hue: 0.62 , saturation: 0.88 and the lightness value of 093290 is 0.30.

The process color (four color CMYK) of #093290 color hex is 0.94, 0.65, 0.00, 0.44. Web safe color of #093290 is #003399. Color #093290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 10010000
Octal 11 62 220
Decimal 9 50 144
Hex 9 32 90

RGB Percentages of Color #093290

%4.43
%24.63
%70.94

CMYK Percentages of Color #093290

%94
%65
%0
%44

Triadic Colors of #093290

#093290 #900932 #329009

Analogous Colors of #093290

#093290 #230990 #097690

Monochromatic Colors of #093290

#093290

Complementary Color

#093290 #906709

#093290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093290 Color CSS Codes

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

#093290 Text Font Color

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

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


#093290 Background Color

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

This div background color is #093290


#093290 Border Color

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

This div border color is #093290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093290


Comments

No comments written yet.

Please login to write comment.