Color Hex Logo

#0937cc Color Hex

#0937CC
(9,55,204)
0 Favorites   0 Comments

Color spaces of #0937cc

RGB 955204
HSL0.630.920.42
HSV226°96°80°
CMYK 0.960.730.00   0.20
XYZ12.37797.150157.8545
Yxy7.15010.16000.0924
Hunter Lab26.739735.8339-109.5633
CIE-Lab32.146245.9119-78.9796

#0937cc color RGB value is (9,55,204).

#0937cc hex color red value is 9, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0937cc hue: 0.63 , saturation: 0.92 and the lightness value of 0937cc is 0.42.

The process color (four color CMYK) of #0937cc color hex is 0.96, 0.73, 0.00, 0.20. Web safe color of #0937cc is #0033cc. Color #0937cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110111 11001100
Octal 11 67 314
Decimal 9 55 204
Hex 9 37 CC

RGB Percentages of Color #0937cc

%3.36
%20.52
%76.12

CMYK Percentages of Color #0937cc

%96
%73
%0
%20

Triadic Colors of #0937cc

#0937cc #cc0937 #37cc09

Analogous Colors of #0937cc

#0937cc #3c09cc #0999cc

Monochromatic Colors of #0937cc

#0937cc

Complementary Color

#0937cc #cc9e09

#0937cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0937cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0937cc Color CSS Codes

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

#0937cc Text Font Color

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

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


#0937cc Background Color

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

This div background color is #0937cc


#0937cc Border Color

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

This div border color is #0937cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0937cc


Comments

No comments written yet.

Please login to write comment.