Color Hex Logo

#12136a Color Hex

#12136A
(18,19,106)
0 Favorites   0 Comments

Color spaces of #12136a

RGB 1819106
HSL0.660.710.24
HSV239°83°42°
CMYK 0.830.820.00   0.58
XYZ3.08381.635013.7887
Yxy1.63500.16660.0883
Hunter Lab12.786720.6725-54.9854
CIE-Lab13.441832.5684-49.6732

#12136a color RGB value is (18,19,106).

#12136a hex color red value is 18, green value is 19 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #12136a hue: 0.66 , saturation: 0.71 and the lightness value of 12136a is 0.24.

The process color (four color CMYK) of #12136a color hex is 0.83, 0.82, 0.00, 0.58. Web safe color of #12136a is #000066. Color #12136a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 01101010
Octal 22 23 152
Decimal 18 19 106
Hex 12 13 6A

RGB Percentages of Color #12136a

%12.59
%13.29
%74.13

CMYK Percentages of Color #12136a

%83
%82
%0
%58

Triadic Colors of #12136a

#12136a #6a1213 #136a12

Analogous Colors of #12136a

#12136a #3d126a #123f6a

Monochromatic Colors of #12136a

#12136a

Complementary Color

#12136a #6a6912

#12136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12136a Color CSS Codes

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

#12136a Text Font Color

<p style="color:#12136a">Text here</p>

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


#12136a Background Color

<div style="background-color:#12136a">
Div content here</div>

This div background color is #12136a


#12136a Border Color

<div style="border:3px solid #12136a">
Div here</div>

This div border color is #12136a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,19,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12136a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12136a;
  -webkit-box-shadow: 1px 1px 3px 2px #12136a;
  box-shadow:         1px 1px 3px 2px #12136a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12136a


Comments

No comments written yet.

Please login to write comment.