Color Hex Logo

#091579 Color Hex

#091579
(9,21,121)
0 Favorites   0 Comments

Color spaces of #091579

RGB 921121
HSL0.650.860.25
HSV234°93°47°
CMYK 0.930.830.00   0.53
XYZ3.83201.974918.2684
Yxy1.97490.15920.0820
Hunter Lab14.053124.0804-67.2371
CIE-Lab15.355036.2973-56.2485

#091579 color RGB value is (9,21,121).

#091579 hex color red value is 9, green value is 21 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #091579 hue: 0.65 , saturation: 0.86 and the lightness value of 091579 is 0.25.

The process color (four color CMYK) of #091579 color hex is 0.93, 0.83, 0.00, 0.53. Web safe color of #091579 is #000066. Color #091579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010101 01111001
Octal 11 25 171
Decimal 9 21 121
Hex 9 15 79

RGB Percentages of Color #091579

%5.96
%13.91
%80.13

CMYK Percentages of Color #091579

%93
%83
%0
%53

Triadic Colors of #091579

#091579 #790915 #157909

Analogous Colors of #091579

#091579 #350979 #094d79

Monochromatic Colors of #091579

#091579

Complementary Color

#091579 #796d09

#091579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091579 Color CSS Codes

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

#091579 Text Font Color

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

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


#091579 Background Color

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

This div background color is #091579


#091579 Border Color

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

This div border color is #091579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091579


Comments

No comments written yet.

Please login to write comment.