Color Hex Logo

#0c063f Color Hex

#0C063F
(12,6,63)
0 Favorites   0 Comments

Color spaces of #0c063f

RGB 12663
HSL0.680.830.14
HSV246°90°25°
CMYK 0.810.900.00   0.75
XYZ1.11390.56734.7534
Yxy0.56730.17310.0882
Hunter Lab7.531913.2175-32.1455
CIE-Lab5.124422.5190-34.0012

#0c063f color RGB value is (12,6,63).

#0c063f hex color red value is 12, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0c063f hue: 0.68 , saturation: 0.83 and the lightness value of 0c063f is 0.14.

The process color (four color CMYK) of #0c063f color hex is 0.81, 0.90, 0.00, 0.75. Web safe color of #0c063f is #000033. Color #0c063f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000110 00111111
Octal 14 6 77
Decimal 12 6 63
Hex C 6 3F

RGB Percentages of Color #0c063f

%14.81
%7.41
%77.78

CMYK Percentages of Color #0c063f

%81
%90
%0
%75

Triadic Colors of #0c063f

#0c063f #3f0c06 #063f0c

Analogous Colors of #0c063f

#0c063f #28063f #061d3f

Monochromatic Colors of #0c063f

#0c063f

Complementary Color

#0c063f #393f06

#0c063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c063f Color CSS Codes

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

#0c063f Text Font Color

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

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


#0c063f Background Color

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

This div background color is #0c063f


#0c063f Border Color

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

This div border color is #0c063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c063f


Comments

No comments written yet.

Please login to write comment.