Color Hex Logo

#0c013a Color Hex

#0C013A
(12,1,58)
0 Favorites   0 Comments

Color spaces of #0c013a

RGB 12158
HSL0.700.970.12
HSV252°98°23°
CMYK 0.790.980.00   0.77
XYZ0.92620.40544.0324
Yxy0.40540.17270.0756
Hunter Lab6.367114.8233-33.0924
CIE-Lab3.661922.0472-32.7651

#0c013a color RGB value is (12,1,58).

#0c013a hex color red value is 12, green value is 1 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0c013a hue: 0.70 , saturation: 0.97 and the lightness value of 0c013a is 0.12.

The process color (four color CMYK) of #0c013a color hex is 0.79, 0.98, 0.00, 0.77. Web safe color of #0c013a is #000033. Color #0c013a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000001 00111010
Octal 14 1 72
Decimal 12 1 58
Hex C 1 3A

RGB Percentages of Color #0c013a

%16.90
%1.41
%81.69

CMYK Percentages of Color #0c013a

%79
%98
%0
%77

Triadic Colors of #0c013a

#0c013a #3a0c01 #013a0c

Analogous Colors of #0c013a

#0c013a #29013a #01123a

Monochromatic Colors of #0c013a

#0c013a

Complementary Color

#0c013a #2f3a01

#0c013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c013a Color CSS Codes

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

#0c013a Text Font Color

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

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


#0c013a Background Color

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

This div background color is #0c013a


#0c013a Border Color

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

This div border color is #0c013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c013a


Comments

No comments written yet.

Please login to write comment.