Color Hex Logo

#12186e Color Hex

#12186E
(18,24,110)
0 Favorites   0 Comments

Color spaces of #12186e

RGB 1824110
HSL0.660.720.25
HSV236°84°43°
CMYK 0.840.780.00   0.57
XYZ3.39061.907714.9414
Yxy1.90770.16750.0943
Hunter Lab13.812019.6478-54.4700
CIE-Lab14.995230.9947-49.7190

#12186e color RGB value is (18,24,110).

#12186e hex color red value is 18, green value is 24 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #12186e hue: 0.66 , saturation: 0.72 and the lightness value of 12186e is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011000 01101110
Octal 22 30 156
Decimal 18 24 110
Hex 12 18 6E

RGB Percentages of Color #12186e

%11.84
%15.79
%72.37

CMYK Percentages of Color #12186e

%84
%78
%0
%57

Triadic Colors of #12186e

#12186e #6e1218 #186e12

Analogous Colors of #12186e

#12186e #3a126e #12466e

Monochromatic Colors of #12186e

#12186e

Complementary Color

#12186e #6e6812

#12186e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12186e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12186e Color CSS Codes

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

#12186e Text Font Color

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

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


#12186e Background Color

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

This div background color is #12186e


#12186e Border Color

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

This div border color is #12186e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,24,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 #12186e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12186e


Comments

No comments written yet.

Please login to write comment.