Color Hex Logo

#12006c Color Hex

#12006C
(18,0,108)
0 Favorites   0 Comments

Color spaces of #12006c

RGB 180108
HSL0.691.000.21
HSV250°100°42°
CMYK 0.831.000.00   0.58
XYZ2.95621.211314.2654
Yxy1.21130.16040.0657
Hunter Lab11.005928.6850-69.1451
CIE-Lab10.640542.4124-55.6473

#12006c color RGB value is (18,0,108).

#12006c hex color red value is 18, green value is 0 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #12006c hue: 0.69 , saturation: 1.00 and the lightness value of 12006c is 0.21.

The process color (four color CMYK) of #12006c color hex is 0.83, 1.00, 0.00, 0.58. Web safe color of #12006c is #000066. Color #12006c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000000 01101100
Octal 22 0 154
Decimal 18 0 108
Hex 12 0 6C

RGB Percentages of Color #12006c

%14.29
%0.00
%85.71

CMYK Percentages of Color #12006c

%83
%100
%0
%58

Triadic Colors of #12006c

#12006c #6c1200 #006c12

Analogous Colors of #12006c

#12006c #48006c #00246c

Monochromatic Colors of #12006c

#12006c

Complementary Color

#12006c #5a6c00

#12006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12006c Color CSS Codes

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

#12006c Text Font Color

<p style="color:#12006c">Text here</p>

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


#12006c Background Color

<div style="background-color:#12006c">
Div content here</div>

This div background color is #12006c


#12006c Border Color

<div style="border:3px solid #12006c">
Div here</div>

This div border color is #12006c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,0,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12006c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12006c;
  -webkit-box-shadow: 1px 1px 3px 2px #12006c;
  box-shadow:         1px 1px 3px 2px #12006c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,0,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12006c


Comments

No comments written yet.

Please login to write comment.