Color Hex Logo

#12006e Color Hex

#12006E
(18,0,110)
0 Favorites   0 Comments

Color spaces of #12006e

RGB 180110
HSL0.691.000.22
HSV250°100°43°
CMYK 0.841.000.00   0.57
XYZ3.06391.254414.8325
Yxy1.25440.16000.0655
Hunter Lab11.200029.2309-70.6795
CIE-Lab10.952842.9531-56.4375

#12006e color RGB value is (18,0,110).

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

The process color (four color CMYK) of #12006e color hex is 0.84, 1.00, 0.00, 0.57. Web safe color of #12006e is #000066. Color #12006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000000 01101110
Octal 22 0 156
Decimal 18 0 110
Hex 12 0 6E

RGB Percentages of Color #12006e

%14.06
%0.00
%85.94

CMYK Percentages of Color #12006e

%84
%100
%0
%57

Triadic Colors of #12006e

#12006e #6e1200 #006e12

Analogous Colors of #12006e

#12006e #49006e #00256e

Monochromatic Colors of #12006e

#12006e

Complementary Color

#12006e #5c6e00

#12006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12006e Color CSS Codes

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

#12006e Text Font Color

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

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


#12006e Background Color

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

This div background color is #12006e


#12006e Border Color

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

This div border color is #12006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12006e


Comments

No comments written yet.

Please login to write comment.