Color Hex Logo

#094890 Color Hex

#094890
(9,72,144)
0 Favorites   0 Comments

Color spaces of #094890

RGB 972144
HSL0.590.880.30
HSV212°94°56°
CMYK 0.940.500.00   0.44
XYZ7.46416.706427.2866
Yxy6.70640.18000.1618
Hunter Lab25.89676.1290-44.3444
CIE-Lab31.129010.9742-44.8368

#094890 color RGB value is (9,72,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001000 10010000
Octal 11 110 220
Decimal 9 72 144
Hex 9 48 90

RGB Percentages of Color #094890

%4.00
%32.00
%64.00

CMYK Percentages of Color #094890

%94
%50
%0
%44

Triadic Colors of #094890

#094890 #900948 #489009

Analogous Colors of #094890

#094890 #0e0990 #098c90

Monochromatic Colors of #094890

#094890

Complementary Color

#094890 #905109

#094890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094890 Color CSS Codes

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

#094890 Text Font Color

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

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


#094890 Background Color

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

This div background color is #094890


#094890 Border Color

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

This div border color is #094890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094890


Comments

No comments written yet.

Please login to write comment.