Color Hex Logo

#0c13ac Color Hex

#0C13AC
(12,19,172)
0 Favorites   0 Comments

Color spaces of #0c13ac

RGB 1219172
HSL0.660.870.36
HSV237°93°67°
CMYK 0.930.890.00   0.33
XYZ7.83093.522539.2969
Yxy3.52250.15460.0695
Hunter Lab18.768341.6328-111.0029
CIE-Lab22.025553.6647-76.8342

#0c13ac color RGB value is (12,19,172).

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

The process color (four color CMYK) of #0c13ac color hex is 0.93, 0.89, 0.00, 0.33. Web safe color of #0c13ac is #000099. Color #0c13ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010011 10101100
Octal 14 23 254
Decimal 12 19 172
Hex C 13 AC

RGB Percentages of Color #0c13ac

%5.91
%9.36
%84.73

CMYK Percentages of Color #0c13ac

%93
%89
%0
%33

Triadic Colors of #0c13ac

#0c13ac #ac0c13 #13ac0c

Analogous Colors of #0c13ac

#0c13ac #550cac #0c63ac

Monochromatic Colors of #0c13ac

#0c13ac

Complementary Color

#0c13ac #aca50c

#0c13ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c13ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c13ac Color CSS Codes

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

#0c13ac Text Font Color

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

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


#0c13ac Background Color

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

This div background color is #0c13ac


#0c13ac Border Color

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

This div border color is #0c13ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c13ac


Comments

No comments written yet.

Please login to write comment.