Color Hex Logo

#12136d Color Hex

#12136D
(18,19,109)
0 Favorites   0 Comments

Color spaces of #12136d

RGB 1819109
HSL0.660.720.25
HSV239°83°43°
CMYK 0.830.830.00   0.57
XYZ3.24261.698514.6249
Yxy1.69850.16570.0868
Hunter Lab13.032721.6047-57.4108
CIE-Lab13.818133.6379-51.0149

#12136d color RGB value is (18,19,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 01101101
Octal 22 23 155
Decimal 18 19 109
Hex 12 13 6D

RGB Percentages of Color #12136d

%12.33
%13.01
%74.66

CMYK Percentages of Color #12136d

%83
%83
%0
%57

Triadic Colors of #12136d

#12136d #6d1213 #136d12

Analogous Colors of #12136d

#12136d #3f126d #12416d

Monochromatic Colors of #12136d

#12136d

Complementary Color

#12136d #6d6c12

#12136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12136d Color CSS Codes

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

#12136d Text Font Color

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

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


#12136d Background Color

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

This div background color is #12136d


#12136d Border Color

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

This div border color is #12136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12136d


Comments

No comments written yet.

Please login to write comment.