Color Hex Logo

#0942cc Color Hex

#0942CC
(9,66,204)
0 Favorites   0 Comments

Color spaces of #0942cc

RGB 966204
HSL0.620.920.42
HSV222°96°80°
CMYK 0.960.680.00   0.20
XYZ12.96008.314158.0485
Yxy8.31410.16340.1048
Hunter Lab28.834229.7700-99.1777
CIE-Lab34.628739.1238-74.8804

#0942cc color RGB value is (9,66,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 11001100
Octal 11 102 314
Decimal 9 66 204
Hex 9 42 CC

RGB Percentages of Color #0942cc

%3.23
%23.66
%73.12

CMYK Percentages of Color #0942cc

%96
%68
%0
%20

Triadic Colors of #0942cc

#0942cc #cc0942 #42cc09

Analogous Colors of #0942cc

#0942cc #3109cc #09a4cc

Monochromatic Colors of #0942cc

#0942cc

Complementary Color

#0942cc #cc9309

#0942cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0942cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0942cc Color CSS Codes

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

#0942cc Text Font Color

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

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


#0942cc Background Color

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

This div background color is #0942cc


#0942cc Border Color

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

This div border color is #0942cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0942cc


Comments

No comments written yet.

Please login to write comment.