#0c394e

#0c394e color hex

#0c394e hex color information.
RGB value of #0c394e is (12,57,78)
Change page background color to #0c394e | Reset

#0c394e rgb color chart

Color spaces of #0c394e

RGB 125778
HSL0.550.730.18
HSV199°85°31°
CMYK 0.850.270.00   0.69
XYZ2.98993.55457.7362
Yxy3.55450.20940.2489
Hunter Lab18.8534-4.6857-11.1314
CIE-Lab22.1403-6.5606-17.0769

Shades of #0c394e

Tints of #0c394e

RGB Percentages of Color #0c394e

%8.16
%38.78
%53.06

CMYK Percentages of Color #0c394e

%85
%27
%0
%69

#0c394e Color Info

#0c394e hex color red value is 12, green value is 57 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #0c394e hue: 0.55 , saturation: 0.73 and the lightness value of 0c394e is 0.18.

The process color (four color CMYK) of #0c394e hex color is 0.85, 0.27, 0.00, 0.69. Web safe color of #0c394e is #003366

Color #0c394e contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111001 01001110
Octal 14 71 116
Decimal 12 57 78
Hexadecimal C 39 4E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0c394e

Triadic Colors of #0c394e

#0c394e #4e0c39 #394e0c

Analogous Colors of #0c394e

#0c394e #0c184e #0c4e41

Complementary Color of #0c394e

#0c394e #4e200c

#0c394e HSL Color Chart
#0c394e hsl color chart
#0c394e RGB Color Chart

#0c394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c394e Color CSS Codes

.mybgcolor {background-color:#0c394e; } 
.myforecolor {color:#0c394e; }
.mybordercolor {border:3px solid #0c394e; }
Sample text font color #0c394e

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

html code
<p style="color:#0c394e">Text here</p>
#0c394e background color

This div background color is #0c394e

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

This div border color is #0c394e

<div style="border:3px solid #0c394e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #0c394e Color Sample
#0c394eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(12,57,78, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #0c394e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #0c394e;
  -webkit-box-shadow: 1px 1px 3px 2px #0c394e;
  box-shadow:         1px 1px 3px 2px #0c394e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,57,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0c394e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0c394e

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top