Color Hex Logo

#12135f Color Hex

#12135F
(18,19,95)
0 Favorites   0 Comments

Color spaces of #12135f

RGB 181995
HSL0.660.680.22
HSV239°81°37°
CMYK 0.810.800.00   0.63
XYZ2.54791.420610.9664
Yxy1.42060.17060.0951
Hunter Lab11.918917.2999-46.2086
CIE-Lab12.094128.5460-44.6151

#12135f color RGB value is (18,19,95).

#12135f hex color red value is 18, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #12135f hue: 0.66 , saturation: 0.68 and the lightness value of 12135f is 0.22.

The process color (four color CMYK) of #12135f color hex is 0.81, 0.80, 0.00, 0.63. Web safe color of #12135f is #000066. Color #12135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 01011111
Octal 22 23 137
Decimal 18 19 95
Hex 12 13 5F

RGB Percentages of Color #12135f

%13.64
%14.39
%71.97

CMYK Percentages of Color #12135f

%81
%80
%0
%63

Triadic Colors of #12135f

#12135f #5f1213 #135f12

Analogous Colors of #12135f

#12135f #37125f #123a5f

Monochromatic Colors of #12135f

#12135f

Complementary Color

#12135f #5f5e12

#12135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12135f Color CSS Codes

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

#12135f Text Font Color

<p style="color:#12135f">Text here</p>

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


#12135f Background Color

<div style="background-color:#12135f">
Div content here</div>

This div background color is #12135f


#12135f Border Color

<div style="border:3px solid #12135f">
Div here</div>

This div border color is #12135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12135f


Comments

No comments written yet.

Please login to write comment.