Color Hex Logo

#12067e Color Hex

#12067E
(18,6,126)
0 Favorites   0 Comments

Color spaces of #12067e

RGB 186126
HSL0.680.910.26
HSV246°95°49°
CMYK 0.860.950.00   0.51
XYZ4.08051.765219.8643
Yxy1.76520.15870.0687
Hunter Lab13.286131.5713-79.3455
CIE-Lab14.203444.8896-61.3568

#12067e color RGB value is (18,6,126).

#12067e hex color red value is 18, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #12067e hue: 0.68 , saturation: 0.91 and the lightness value of 12067e is 0.26.

The process color (four color CMYK) of #12067e color hex is 0.86, 0.95, 0.00, 0.51. Web safe color of #12067e is #000066. Color #12067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000110 01111110
Octal 22 6 176
Decimal 18 6 126
Hex 12 6 7E

RGB Percentages of Color #12067e

%12.00
%4.00
%84.00

CMYK Percentages of Color #12067e

%86
%95
%0
%51

Triadic Colors of #12067e

#12067e #7e1206 #067e12

Analogous Colors of #12067e

#12067e #4e067e #06367e

Monochromatic Colors of #12067e

#12067e

Complementary Color

#12067e #727e06

#12067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12067e Color CSS Codes

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

#12067e Text Font Color

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

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


#12067e Background Color

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

This div background color is #12067e


#12067e Border Color

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

This div border color is #12067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12067e


Comments

No comments written yet.

Please login to write comment.