Color Hex Logo

#092293 Color Hex

#092293
(9,34,147)
0 Favorites   0 Comments

Color spaces of #092293

RGB 934147
HSL0.640.880.31
HSV229°94°58°
CMYK 0.940.770.00   0.42
XYZ5.95113.308727.9287
Yxy3.30870.16000.0890
Hunter Lab18.189826.5670-78.3011
CIE-Lab21.240138.0262-62.8680

#092293 color RGB value is (9,34,147).

#092293 hex color red value is 9, green value is 34 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #092293 hue: 0.64 , saturation: 0.88 and the lightness value of 092293 is 0.31.

The process color (four color CMYK) of #092293 color hex is 0.94, 0.77, 0.00, 0.42. Web safe color of #092293 is #003399. Color #092293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 10010011
Octal 11 42 223
Decimal 9 34 147
Hex 9 22 93

RGB Percentages of Color #092293

%4.74
%17.89
%77.37

CMYK Percentages of Color #092293

%94
%77
%0
%42

Triadic Colors of #092293

#092293 #930922 #229309

Analogous Colors of #092293

#092293 #350993 #096793

Monochromatic Colors of #092293

#092293

Complementary Color

#092293 #937a09

#092293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092293 Color CSS Codes

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

#092293 Text Font Color

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

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


#092293 Background Color

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

This div background color is #092293


#092293 Border Color

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

This div border color is #092293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092293


Comments

No comments written yet.

Please login to write comment.