Color Hex Logo

#09119b Color Hex

#09119B
(9,17,155)
0 Favorites   0 Comments

Color spaces of #09119b

RGB 917155
HSL0.660.890.32
HSV237°94°61°
CMYK 0.940.890.00   0.39
XYZ6.22952.825531.2274
Yxy2.82550.15460.0701
Hunter Lab16.809236.7360-98.3798
CIE-Lab19.331049.3038-70.9775

#09119b color RGB value is (9,17,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010001 10011011
Octal 11 21 233
Decimal 9 17 155
Hex 9 11 9B

RGB Percentages of Color #09119b

%4.97
%9.39
%85.64

CMYK Percentages of Color #09119b

%94
%89
%0
%39

Triadic Colors of #09119b

#09119b #9b0911 #119b09

Analogous Colors of #09119b

#09119b #4a099b #095a9b

Monochromatic Colors of #09119b

#09119b

Complementary Color

#09119b #9b9309

#09119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09119b Color CSS Codes

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

#09119b Text Font Color

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

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


#09119b Background Color

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

This div background color is #09119b


#09119b Border Color

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

This div border color is #09119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09119b


Comments

No comments written yet.

Please login to write comment.