Color Hex Logo

#09169e Color Hex

#09169E
(9,22,158)
0 Favorites   0 Comments

Color spaces of #09169e

RGB 922158
HSL0.650.890.33
HSV235°94°62°
CMYK 0.940.860.00   0.38
XYZ6.57113.100532.5999
Yxy3.10050.15540.0733
Hunter Lab17.608235.7988-97.4438
CIE-Lab20.442048.1347-70.9667

#09169e color RGB value is (9,22,158).

#09169e hex color red value is 9, green value is 22 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #09169e hue: 0.65 , saturation: 0.89 and the lightness value of 09169e is 0.33.

The process color (four color CMYK) of #09169e color hex is 0.94, 0.86, 0.00, 0.38. Web safe color of #09169e is #000099. Color #09169e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010110 10011110
Octal 11 26 236
Decimal 9 22 158
Hex 9 16 9E

RGB Percentages of Color #09169e

%4.76
%11.64
%83.60

CMYK Percentages of Color #09169e

%94
%86
%0
%38

Triadic Colors of #09169e

#09169e #9e0916 #169e09

Analogous Colors of #09169e

#09169e #46099e #09619e

Monochromatic Colors of #09169e

#09169e

Complementary Color

#09169e #9e9109

#09169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09169e Color CSS Codes

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

#09169e Text Font Color

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

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


#09169e Background Color

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

This div background color is #09169e


#09169e Border Color

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

This div border color is #09169e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,22,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09169e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09169e;
  -webkit-box-shadow: 1px 1px 3px 2px #09169e;
  box-shadow:         1px 1px 3px 2px #09169e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09169e


Comments

No comments written yet.

Please login to write comment.