Color Hex Logo

#09119a Color Hex

#09119A
(9,17,154)
0 Favorites   0 Comments

Color spaces of #09119a

RGB 917154
HSL0.660.890.32
HSV237°94°60°
CMYK 0.940.890.00   0.40
XYZ6.14582.792130.7869
Yxy2.79210.15470.0703
Hunter Lab16.709636.4107-97.5434
CIE-Lab19.191348.9993-70.5953

#09119a color RGB value is (9,17,154).

#09119a hex color red value is 9, green value is 17 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #09119a hue: 0.66 , saturation: 0.89 and the lightness value of 09119a is 0.32.

The process color (four color CMYK) of #09119a color hex is 0.94, 0.89, 0.00, 0.40. Web safe color of #09119a is #000099. Color #09119a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010001 10011010
Octal 11 21 232
Decimal 9 17 154
Hex 9 11 9A

RGB Percentages of Color #09119a

%5.00
%9.44
%85.56

CMYK Percentages of Color #09119a

%94
%89
%0
%40

Triadic Colors of #09119a

#09119a #9a0911 #119a09

Analogous Colors of #09119a

#09119a #4a099a #09599a

Monochromatic Colors of #09119a

#09119a

Complementary Color

#09119a #9a9209

#09119a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09119a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09119a Color CSS Codes

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

#09119a Text Font Color

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

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


#09119a Background Color

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

This div background color is #09119a


#09119a Border Color

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

This div border color is #09119a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,17,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09119a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09119a;
  -webkit-box-shadow: 1px 1px 3px 2px #09119a;
  box-shadow:         1px 1px 3px 2px #09119a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09119a


Comments

No comments written yet.

Please login to write comment.