Color Hex Logo

#12537c Color Hex

#12537C
(18,83,124)
0 Favorites   0 Comments

Color spaces of #12537c

RGB 1883124
HSL0.560.750.28
HSV203°85°49°
CMYK 0.850.330.00   0.51
XYZ6.98087.770320.2007
Yxy7.77030.19970.2223
Hunter Lab27.8753-4.0800-23.4537
CIE-Lab33.4999-3.9700-28.7238

#12537c color RGB value is (18,83,124).

#12537c hex color red value is 18, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #12537c hue: 0.56 , saturation: 0.75 and the lightness value of 12537c is 0.28.

The process color (four color CMYK) of #12537c color hex is 0.85, 0.33, 0.00, 0.51. Web safe color of #12537c is #006666. Color #12537c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 01111100
Octal 22 123 174
Decimal 18 83 124
Hex 12 53 7C

RGB Percentages of Color #12537c

%8.00
%36.89
%55.11

CMYK Percentages of Color #12537c

%85
%33
%0
%51

Triadic Colors of #12537c

#12537c #7c1253 #537c12

Analogous Colors of #12537c

#12537c #121e7c #127c70

Monochromatic Colors of #12537c

#12537c

Complementary Color

#12537c #7c3b12

#12537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12537c Color CSS Codes

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

#12537c Text Font Color

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

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


#12537c Background Color

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

This div background color is #12537c


#12537c Border Color

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

This div border color is #12537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12537c


Comments

No comments written yet.

Please login to write comment.