Color Hex Logo

#12186d Color Hex

#12186D
(18,24,109)
0 Favorites   0 Comments

Color spaces of #12186d

RGB 1824109
HSL0.660.720.25
HSV236°83°43°
CMYK 0.830.780.00   0.57
XYZ3.33641.886014.6562
Yxy1.88600.16780.0949
Hunter Lab13.733219.3326-53.6618
CIE-Lab14.877230.6215-49.2618

#12186d color RGB value is (18,24,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011000 01101101
Octal 22 30 155
Decimal 18 24 109
Hex 12 18 6D

RGB Percentages of Color #12186d

%11.92
%15.89
%72.19

CMYK Percentages of Color #12186d

%83
%78
%0
%57

Triadic Colors of #12186d

#12186d #6d1218 #186d12

Analogous Colors of #12186d

#12186d #3a126d #12456d

Monochromatic Colors of #12186d

#12186d

Complementary Color

#12186d #6d6712

#12186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12186d Color CSS Codes

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

#12186d Text Font Color

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

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


#12186d Background Color

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

This div background color is #12186d


#12186d Border Color

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

This div border color is #12186d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12186d


Comments

No comments written yet.

Please login to write comment.