Color Hex Logo

#0937ac Color Hex

#0937AC
(9,55,172)
0 Favorites   0 Comments

Color spaces of #0937ac

RGB 955172
HSL0.620.900.35
HSV223°95°67°
CMYK 0.950.680.00   0.33
XYZ8.92525.769039.6728
Yxy5.76900.16420.1061
Hunter Lab24.018724.2966-81.1187
CIE-Lab28.822034.0652-65.5687

#0937ac color RGB value is (9,55,172).

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

The process color (four color CMYK) of #0937ac color hex is 0.95, 0.68, 0.00, 0.33. Web safe color of #0937ac is #003399. Color #0937ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 10101100
Octal 11 67 254
Decimal 9 55 172
Hex 9 37 AC

RGB Percentages of Color #0937ac

%3.81
%23.31
%72.88

CMYK Percentages of Color #0937ac

%95
%68
%0
%33

Triadic Colors of #0937ac

#0937ac #ac0937 #37ac09

Analogous Colors of #0937ac

#0937ac #2c09ac #0989ac

Monochromatic Colors of #0937ac

#0937ac

Complementary Color

#0937ac #ac7e09

#0937ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0937ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0937ac Color CSS Codes

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

#0937ac Text Font Color

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

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


#0937ac Background Color

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

This div background color is #0937ac


#0937ac Border Color

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

This div border color is #0937ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,55,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 #0937ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0937ac


Comments

No comments written yet.

Please login to write comment.