Color Hex Logo

#0c3cac Color Hex

#0C3CAC
(12,60,172)
0 Favorites   0 Comments

Color spaces of #0c3cac

RGB 1260172
HSL0.620.870.36
HSV222°93°67°
CMYK 0.930.650.00   0.33
XYZ9.21396.288439.7579
Yxy6.28840.16670.1138
Hunter Lab25.076721.7019-76.4478
CIE-Lab30.128730.8574-63.4178

#0c3cac color RGB value is (12,60,172).

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

The process color (four color CMYK) of #0c3cac color hex is 0.93, 0.65, 0.00, 0.33. Web safe color of #0c3cac is #003399. Color #0c3cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111100 10101100
Octal 14 74 254
Decimal 12 60 172
Hex C 3C AC

RGB Percentages of Color #0c3cac

%4.92
%24.59
%70.49

CMYK Percentages of Color #0c3cac

%93
%65
%0
%33

Triadic Colors of #0c3cac

#0c3cac #ac0c3c #3cac0c

Analogous Colors of #0c3cac

#0c3cac #2c0cac #0c8cac

Monochromatic Colors of #0c3cac

#0c3cac

Complementary Color

#0c3cac #ac7c0c

#0c3cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3cac Color CSS Codes

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

#0c3cac Text Font Color

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

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


#0c3cac Background Color

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

This div background color is #0c3cac


#0c3cac Border Color

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

This div border color is #0c3cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3cac


Comments

No comments written yet.

Please login to write comment.