Color Hex Logo

#094778 Color Hex

#094778
(9,71,120)
0 Favorites   0 Comments

Color spaces of #094778

RGB 971120
HSL0.570.860.25
HSV206°93°47°
CMYK 0.930.410.00   0.53
XYZ5.75615.920618.6087
Yxy5.92060.19010.1955
Hunter Lab24.3323-0.3551-28.3109
CIE-Lab29.21131.4750-33.0391

#094778 color RGB value is (9,71,120).

#094778 hex color red value is 9, green value is 71 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #094778 hue: 0.57 , saturation: 0.86 and the lightness value of 094778 is 0.25.

The process color (four color CMYK) of #094778 color hex is 0.93, 0.41, 0.00, 0.53. Web safe color of #094778 is #003366. Color #094778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 01111000
Octal 11 107 170
Decimal 9 71 120
Hex 9 47 78

RGB Percentages of Color #094778

%4.50
%35.50
%60.00

CMYK Percentages of Color #094778

%93
%41
%0
%53

Triadic Colors of #094778

#094778 #780947 #477809

Analogous Colors of #094778

#094778 #091078 #097872

Monochromatic Colors of #094778

#094778

Complementary Color

#094778 #783a09

#094778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094778 Color CSS Codes

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

#094778 Text Font Color

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

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


#094778 Background Color

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

This div background color is #094778


#094778 Border Color

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

This div border color is #094778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094778


Comments

No comments written yet.

Please login to write comment.