Color Hex Logo

#0c018a Color Hex

#0C018A
(12,1,138)
0 Favorites   0 Comments

Color spaces of #0c018a

RGB 121138
HSL0.680.990.27
HSV245°99°54°
CMYK 0.910.990.00   0.46
XYZ4.74991.934824.1679
Yxy1.93480.15400.0627
Hunter Lab13.909736.6124-93.2786
CIE-Lab15.141349.9402-67.4022

#0c018a color RGB value is (12,1,138).

#0c018a hex color red value is 12, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0c018a hue: 0.68 , saturation: 0.99 and the lightness value of 0c018a is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000001 10001010
Octal 14 1 212
Decimal 12 1 138
Hex C 1 8A

RGB Percentages of Color #0c018a

%7.95
%0.66
%91.39

CMYK Percentages of Color #0c018a

%91
%99
%0
%46

Triadic Colors of #0c018a

#0c018a #8a0c01 #018a0c

Analogous Colors of #0c018a

#0c018a #51018a #013a8a

Monochromatic Colors of #0c018a

#0c018a

Complementary Color

#0c018a #7f8a01

#0c018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c018a Color CSS Codes

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

#0c018a Text Font Color

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

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


#0c018a Background Color

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

This div background color is #0c018a


#0c018a Border Color

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

This div border color is #0c018a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,1,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 #0c018a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c018a


Comments

No comments written yet.

Please login to write comment.