Color Hex Logo

#094682 Color Hex

#094682
(9,70,130)
0 Favorites   0 Comments

Color spaces of #094682

RGB 970130
HSL0.580.870.27
HSV210°93°51°
CMYK 0.930.460.00   0.49
XYZ6.33216.050121.9531
Yxy6.05010.18440.1762
Hunter Lab24.59702.9074-35.6992
CIE-Lab29.53856.4068-38.7612

#094682 color RGB value is (9,70,130).

#094682 hex color red value is 9, green value is 70 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #094682 hue: 0.58 , saturation: 0.87 and the lightness value of 094682 is 0.27.

The process color (four color CMYK) of #094682 color hex is 0.93, 0.46, 0.00, 0.49. Web safe color of #094682 is #003399. Color #094682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000110 10000010
Octal 11 106 202
Decimal 9 70 130
Hex 9 46 82

RGB Percentages of Color #094682

%4.31
%33.49
%62.20

CMYK Percentages of Color #094682

%93
%46
%0
%49

Triadic Colors of #094682

#094682 #820946 #468209

Analogous Colors of #094682

#094682 #090982 #098282

Monochromatic Colors of #094682

#094682

Complementary Color

#094682 #824509

#094682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094682 Color CSS Codes

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

#094682 Text Font Color

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

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


#094682 Background Color

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

This div background color is #094682


#094682 Border Color

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

This div border color is #094682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094682


Comments

No comments written yet.

Please login to write comment.