Color Hex Logo

#0c55ac Color Hex

#0C55AC
(12,85,172)
0 Favorites   0 Comments

Color spaces of #0c55ac

RGB 1285172
HSL0.590.870.36
HSV213°93°67°
CMYK 0.930.510.00   0.33
XYZ10.84659.553740.3021
Yxy9.55370.17870.1574
Hunter Lab30.90918.5477-55.6715
CIE-Lab37.029213.9493-52.1697

#0c55ac color RGB value is (12,85,172).

#0c55ac hex color red value is 12, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0c55ac hue: 0.59 , saturation: 0.87 and the lightness value of 0c55ac is 0.36.

The process color (four color CMYK) of #0c55ac color hex is 0.93, 0.51, 0.00, 0.33. Web safe color of #0c55ac is #006699. Color #0c55ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010101 10101100
Octal 14 125 254
Decimal 12 85 172
Hex C 55 AC

RGB Percentages of Color #0c55ac

%4.46
%31.60
%63.94

CMYK Percentages of Color #0c55ac

%93
%51
%0
%33

Triadic Colors of #0c55ac

#0c55ac #ac0c55 #55ac0c

Analogous Colors of #0c55ac

#0c55ac #130cac #0ca5ac

Monochromatic Colors of #0c55ac

#0c55ac

Complementary Color

#0c55ac #ac630c

#0c55ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c55ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c55ac Color CSS Codes

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

#0c55ac Text Font Color

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

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


#0c55ac Background Color

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

This div background color is #0c55ac


#0c55ac Border Color

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

This div border color is #0c55ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,85,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c55ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c55ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0c55ac;
  box-shadow:         1px 1px 3px 2px #0c55ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,85,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 #0c55ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c55ac


Comments

No comments written yet.

Please login to write comment.