Color Hex Logo

#093470 Color Hex

#093470
(9,52,112)
0 Favorites   0 Comments

Color spaces of #093470

RGB 952112
HSL0.600.850.24
HSV215°92°44°
CMYK 0.920.540.00   0.56
XYZ4.26533.683915.8155
Yxy3.68390.17950.1550
Hunter Lab19.19356.0788-35.4197
CIE-Lab22.597611.3117-38.5850

#093470 color RGB value is (9,52,112).

#093470 hex color red value is 9, green value is 52 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #093470 hue: 0.60 , saturation: 0.85 and the lightness value of 093470 is 0.24.

The process color (four color CMYK) of #093470 color hex is 0.92, 0.54, 0.00, 0.56. Web safe color of #093470 is #003366. Color #093470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110100 01110000
Octal 11 64 160
Decimal 9 52 112
Hex 9 34 70

RGB Percentages of Color #093470

%5.20
%30.06
%64.74

CMYK Percentages of Color #093470

%92
%54
%0
%56

Triadic Colors of #093470

#093470 #700934 #347009

Analogous Colors of #093470

#093470 #110970 #096870

Monochromatic Colors of #093470

#093470

Complementary Color

#093470 #704509

#093470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093470 Color CSS Codes

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

#093470 Text Font Color

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

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


#093470 Background Color

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

This div background color is #093470


#093470 Border Color

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

This div border color is #093470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093470


Comments

No comments written yet.

Please login to write comment.