Color Hex Logo

#092979 Color Hex

#092979
(9,41,121)
0 Favorites   0 Comments

Color spaces of #092979

RGB 941121
HSL0.620.860.25
HSV223°93°47°
CMYK 0.930.660.00   0.53
XYZ4.35683.024418.4433
Yxy3.02440.16870.1171
Hunter Lab17.390814.2845-50.7047
CIE-Lab20.141423.1606-48.3470

#092979 color RGB value is (9,41,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101001 01111001
Octal 11 51 171
Decimal 9 41 121
Hex 9 29 79

RGB Percentages of Color #092979

%5.26
%23.98
%70.76

CMYK Percentages of Color #092979

%93
%66
%0
%53

Triadic Colors of #092979

#092979 #790929 #297909

Analogous Colors of #092979

#092979 #210979 #096179

Monochromatic Colors of #092979

#092979

Complementary Color

#092979 #795909

#092979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092979 Color CSS Codes

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

#092979 Text Font Color

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

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


#092979 Background Color

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

This div background color is #092979


#092979 Border Color

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

This div border color is #092979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092979


Comments

No comments written yet.

Please login to write comment.