Color Hex Logo

#094249 Color Hex

#094249
(9,66,73)
0 Favorites   0 Comments

Color spaces of #094249

RGB 96673
HSL0.520.780.16
HSV187°88°29°
CMYK 0.880.100.00   0.71
XYZ3.26354.43556.9875
Yxy4.43550.22220.3020
Hunter Lab21.0606-9.1962-4.9288
CIE-Lab25.0619-14.4790-9.2762

#094249 color RGB value is (9,66,73).

#094249 hex color red value is 9, green value is 66 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #094249 hue: 0.52 , saturation: 0.78 and the lightness value of 094249 is 0.16.

The process color (four color CMYK) of #094249 color hex is 0.88, 0.10, 0.00, 0.71. Web safe color of #094249 is #003333. Color #094249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 01001001
Octal 11 102 111
Decimal 9 66 73
Hex 9 42 49

RGB Percentages of Color #094249

%6.08
%44.59
%49.32

CMYK Percentages of Color #094249

%88
%10
%0
%71

Triadic Colors of #094249

#094249 #490942 #424909

Analogous Colors of #094249

#094249 #092249 #094930

Monochromatic Colors of #094249

#094249

Complementary Color

#094249 #491009

#094249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094249 Color CSS Codes

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

#094249 Text Font Color

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

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


#094249 Background Color

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

This div background color is #094249


#094249 Border Color

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

This div border color is #094249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094249


Comments

No comments written yet.

Please login to write comment.