Color Hex Logo

#0c078a Color Hex

#0C078A
(12,7,138)
0 Favorites   0 Comments

Color spaces of #0c078a

RGB 127138
HSL0.670.900.28
HSV242°95°54°
CMYK 0.910.950.00   0.46
XYZ4.81502.065124.1896
Yxy2.06510.15500.0665
Hunter Lab14.370534.6603-89.7428
CIE-Lab15.825247.8297-66.2592

#0c078a color RGB value is (12,7,138).

#0c078a hex color red value is 12, green value is 7 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0c078a hue: 0.67 , saturation: 0.90 and the lightness value of 0c078a is 0.28.

The process color (four color CMYK) of #0c078a color hex is 0.91, 0.95, 0.00, 0.46. Web safe color of #0c078a is #000099. Color #0c078a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000111 10001010
Octal 14 7 212
Decimal 12 7 138
Hex C 7 8A

RGB Percentages of Color #0c078a

%7.64
%4.46
%87.90

CMYK Percentages of Color #0c078a

%91
%95
%0
%46

Triadic Colors of #0c078a

#0c078a #8a0c07 #078a0c

Analogous Colors of #0c078a

#0c078a #4e078a #07438a

Monochromatic Colors of #0c078a

#0c078a

Complementary Color

#0c078a #858a07

#0c078a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c078a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c078a Color CSS Codes

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

#0c078a Text Font Color

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

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


#0c078a Background Color

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

This div background color is #0c078a


#0c078a Border Color

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

This div border color is #0c078a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c078a


Comments

No comments written yet.

Please login to write comment.