Color Hex Logo

#097390 Color Hex

#097390
(9,115,144)
0 Favorites   0 Comments

Color spaces of #097390

RGB 9115144
HSL0.540.880.30
HSV193°94°56°
CMYK 0.940.200.00   0.44
XYZ11.277414.333228.5577
Yxy14.33320.20820.2646
Hunter Lab37.8592-13.0825-18.2218
CIE-Lab44.7070-15.9748-23.3546

#097390 color RGB value is (9,115,144).

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

The process color (four color CMYK) of #097390 color hex is 0.94, 0.20, 0.00, 0.44. Web safe color of #097390 is #006699. Color #097390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110011 10010000
Octal 11 163 220
Decimal 9 115 144
Hex 9 73 90

RGB Percentages of Color #097390

%3.36
%42.91
%53.73

CMYK Percentages of Color #097390

%94
%20
%0
%44

Triadic Colors of #097390

#097390 #900973 #739009

Analogous Colors of #097390

#097390 #093090 #09906a

Monochromatic Colors of #097390

#097390

Complementary Color

#097390 #902609

#097390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097390 Color CSS Codes

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

#097390 Text Font Color

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

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


#097390 Background Color

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

This div background color is #097390


#097390 Border Color

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

This div border color is #097390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097390


Comments

No comments written yet.

Please login to write comment.