Color Hex Logo

#094290 Color Hex

#094290
(9,66,144)
0 Favorites   0 Comments

Color spaces of #094290

RGB 966144
HSL0.600.880.30
HSV215°94°56°
CMYK 0.940.540.00   0.44
XYZ7.09495.968127.1636
Yxy5.96810.17640.1484
Hunter Lab24.42979.0882-48.8243
CIE-Lab29.331815.1302-47.7455

#094290 color RGB value is (9,66,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 10010000
Octal 11 102 220
Decimal 9 66 144
Hex 9 42 90

RGB Percentages of Color #094290

%4.11
%30.14
%65.75

CMYK Percentages of Color #094290

%94
%54
%0
%44

Triadic Colors of #094290

#094290 #900942 #429009

Analogous Colors of #094290

#094290 #130990 #098690

Monochromatic Colors of #094290

#094290

Complementary Color

#094290 #905709

#094290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094290 Color CSS Codes

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

#094290 Text Font Color

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

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


#094290 Background Color

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

This div background color is #094290


#094290 Border Color

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

This div border color is #094290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094290


Comments

No comments written yet.

Please login to write comment.