Color Hex Logo

#090092 Color Hex

#090092
(9,0,146)
0 Favorites   0 Comments

Color spaces of #090092

RGB 90146
HSL0.681.000.29
HSV244°100°57°
CMYK 0.941.000.00   0.43
XYZ5.30102.133427.3265
Yxy2.13340.15250.0614
Hunter Lab14.606239.2220-100.7007
CIE-Lab16.172352.3599-70.6856

#090092 color RGB value is (9,0,146).

#090092 hex color red value is 9, green value is 0 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #090092 hue: 0.68 , saturation: 1.00 and the lightness value of 090092 is 0.29.

The process color (four color CMYK) of #090092 color hex is 0.94, 1.00, 0.00, 0.43. Web safe color of #090092 is #000099. Color #090092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000000 10010010
Octal 11 0 222
Decimal 9 0 146
Hex 9 0 92

RGB Percentages of Color #090092

%5.81
%0.00
%94.19

CMYK Percentages of Color #090092

%94
%100
%0
%43

Triadic Colors of #090092

#090092 #920900 #009209

Analogous Colors of #090092

#090092 #520092 #004092

Monochromatic Colors of #090092

#090092

Complementary Color

#090092 #899200

#090092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090092 Color CSS Codes

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

#090092 Text Font Color

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

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


#090092 Background Color

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

This div background color is #090092


#090092 Border Color

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

This div border color is #090092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090092


Comments

No comments written yet.

Please login to write comment.