Color Hex Logo

#0c396f Color Hex

#0C396F
(12,57,111)
0 Favorites   0 Comments

Color spaces of #0c396f

RGB 1257111
HSL0.590.800.24
HSV213°89°44°
CMYK 0.890.490.00   0.56
XYZ4.48404.152115.6040
Yxy4.15210.18500.1713
Hunter Lab20.37673.6206-31.1392
CIE-Lab24.16807.5290-35.4067

#0c396f color RGB value is (12,57,111).

#0c396f hex color red value is 12, green value is 57 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #0c396f hue: 0.59 , saturation: 0.80 and the lightness value of 0c396f is 0.24.

The process color (four color CMYK) of #0c396f color hex is 0.89, 0.49, 0.00, 0.56. Web safe color of #0c396f is #003366. Color #0c396f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111001 01101111
Octal 14 71 157
Decimal 12 57 111
Hex C 39 6F

RGB Percentages of Color #0c396f

%6.67
%31.67
%61.67

CMYK Percentages of Color #0c396f

%89
%49
%0
%56

Triadic Colors of #0c396f

#0c396f #6f0c39 #396f0c

Analogous Colors of #0c396f

#0c396f #100c6f #0c6b6f

Monochromatic Colors of #0c396f

#0c396f

Complementary Color

#0c396f #6f420c

#0c396f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c396f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c396f Color CSS Codes

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

#0c396f Text Font Color

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

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


#0c396f Background Color

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

This div background color is #0c396f


#0c396f Border Color

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

This div border color is #0c396f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,57,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c396f


Comments

No comments written yet.

Please login to write comment.