Color Hex Logo

#091dac Color Hex

#091DAC
(9,29,172)
0 Favorites   0 Comments

Color spaces of #091dac

RGB 929172
HSL0.650.900.35
HSV233°95°67°
CMYK 0.950.830.00   0.33
XYZ7.99843.915439.3639
Yxy3.91540.15600.0764
Hunter Lab19.787437.5249-104.0971
CIE-Lab23.389849.3245-74.5629

#091dac color RGB value is (9,29,172).

#091dac hex color red value is 9, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #091dac hue: 0.65 , saturation: 0.90 and the lightness value of 091dac is 0.35.

The process color (four color CMYK) of #091dac color hex is 0.95, 0.83, 0.00, 0.33. Web safe color of #091dac is #003399. Color #091dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011101 10101100
Octal 11 35 254
Decimal 9 29 172
Hex 9 1D AC

RGB Percentages of Color #091dac

%4.29
%13.81
%81.90

CMYK Percentages of Color #091dac

%95
%83
%0
%33

Triadic Colors of #091dac

#091dac #ac091d #1dac09

Analogous Colors of #091dac

#091dac #4709ac #096fac

Monochromatic Colors of #091dac

#091dac

Complementary Color

#091dac #ac9809

#091dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#091dac Color CSS Codes

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

#091dac Text Font Color

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

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


#091dac Background Color

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

This div background color is #091dac


#091dac Border Color

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

This div border color is #091dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,29,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #091dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #091dac;
  -webkit-box-shadow: 1px 1px 3px 2px #091dac;
  box-shadow:         1px 1px 3px 2px #091dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091dac


Comments

No comments written yet.

Please login to write comment.