Color Hex Logo

#12113c Color Hex

#12113C
(18,17,60)
0 Favorites   0 Comments

Color spaces of #12113c

RGB 181760
HSL0.670.560.15
HSV241°72°24°
CMYK 0.700.720.00   0.76
XYZ1.26550.85574.3734
Yxy0.85570.19490.1318
Hunter Lab9.25048.2315-21.5558
CIE-Lab7.729516.2250-27.5807

#12113c color RGB value is (18,17,60).

#12113c hex color red value is 18, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12113c hue: 0.67 , saturation: 0.56 and the lightness value of 12113c is 0.15.

The process color (four color CMYK) of #12113c color hex is 0.70, 0.72, 0.00, 0.76. Web safe color of #12113c is #000033. Color #12113c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010001 00111100
Octal 22 21 74
Decimal 18 17 60
Hex 12 11 3C

RGB Percentages of Color #12113c

%18.95
%17.89
%63.16

CMYK Percentages of Color #12113c

%70
%72
%0
%76

Triadic Colors of #12113c

#12113c #3c1211 #113c12

Analogous Colors of #12113c

#12113c #28113c #11263c

Monochromatic Colors of #12113c

#12113c

Complementary Color

#12113c #3b3c11

#12113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12113c Color CSS Codes

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

#12113c Text Font Color

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

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


#12113c Background Color

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

This div background color is #12113c


#12113c Border Color

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

This div border color is #12113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12113c


Comments

No comments written yet.

Please login to write comment.