Color Hex Logo

#12579c Color Hex

#12579C
(18,87,156)
0 Favorites   0 Comments

Color spaces of #12579c

RGB 1887156
HSL0.580.790.34
HSV210°88°61°
CMYK 0.880.440.00   0.39
XYZ9.65849.345332.7473
Yxy9.34530.18660.1806
Hunter Lab30.57012.8982-42.1136
CIE-Lab36.64086.4238-43.2391

#12579c color RGB value is (18,87,156).

#12579c hex color red value is 18, green value is 87 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #12579c hue: 0.58 , saturation: 0.79 and the lightness value of 12579c is 0.34.

The process color (four color CMYK) of #12579c color hex is 0.88, 0.44, 0.00, 0.39. Web safe color of #12579c is #006699. Color #12579c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010111 10011100
Octal 22 127 234
Decimal 18 87 156
Hex 12 57 9C

RGB Percentages of Color #12579c

%6.90
%33.33
%59.77

CMYK Percentages of Color #12579c

%88
%44
%0
%39

Triadic Colors of #12579c

#12579c #9c1257 #579c12

Analogous Colors of #12579c

#12579c #12129c #129c9c

Monochromatic Colors of #12579c

#12579c

Complementary Color

#12579c #9c5712

#12579c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12579c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12579c Color CSS Codes

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

#12579c Text Font Color

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

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


#12579c Background Color

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

This div background color is #12579c


#12579c Border Color

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

This div border color is #12579c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12579c


Comments

No comments written yet.

Please login to write comment.