Color Hex Logo

#093790 Color Hex

#093790
(9,55,144)
0 Favorites   0 Comments

Color spaces of #093790

RGB 955144
HSL0.610.880.30
HSV220°94°56°
CMYK 0.940.620.00   0.44
XYZ6.51294.804126.9696
Yxy4.80410.17010.1255
Hunter Lab21.918314.6834-57.6114
CIE-Lab26.169222.8408-52.8979

#093790 color RGB value is (9,55,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 10010000
Octal 11 67 220
Decimal 9 55 144
Hex 9 37 90

RGB Percentages of Color #093790

%4.33
%26.44
%69.23

CMYK Percentages of Color #093790

%94
%62
%0
%44

Triadic Colors of #093790

#093790 #900937 #379009

Analogous Colors of #093790

#093790 #1f0990 #097b90

Monochromatic Colors of #093790

#093790

Complementary Color

#093790 #906209

#093790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093790 Color CSS Codes

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

#093790 Text Font Color

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

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


#093790 Background Color

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

This div background color is #093790


#093790 Border Color

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

This div border color is #093790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093790


Comments

No comments written yet.

Please login to write comment.