Color Hex Logo

#091182 Color Hex

#091182
(9,17,130)
0 Favorites   0 Comments

Color spaces of #091182

RGB 917130
HSL0.660.870.27
HSV236°93°51°
CMYK 0.930.870.00   0.49
XYZ4.34242.070721.2899
Yxy2.07070.15670.0747
Hunter Lab14.389928.6830-77.6466
CIE-Lab15.854041.4433-61.1621

#091182 color RGB value is (9,17,130).

#091182 hex color red value is 9, green value is 17 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #091182 hue: 0.66 , saturation: 0.87 and the lightness value of 091182 is 0.27.

The process color (four color CMYK) of #091182 color hex is 0.93, 0.87, 0.00, 0.49. Web safe color of #091182 is #000099. Color #091182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010001 10000010
Octal 11 21 202
Decimal 9 17 130
Hex 9 11 82

RGB Percentages of Color #091182

%5.77
%10.90
%83.33

CMYK Percentages of Color #091182

%93
%87
%0
%49

Triadic Colors of #091182

#091182 #820911 #118209

Analogous Colors of #091182

#091182 #3e0982 #094d82

Monochromatic Colors of #091182

#091182

Complementary Color

#091182 #827a09

#091182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091182 Color CSS Codes

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

#091182 Text Font Color

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

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


#091182 Background Color

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

This div background color is #091182


#091182 Border Color

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

This div border color is #091182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091182


Comments

No comments written yet.

Please login to write comment.