Color Hex Logo

#12487e Color Hex

#12487E
(18,72,126)
0 Favorites   0 Comments

Color spaces of #12487e

RGB 1872126
HSL0.580.750.28
HSV210°86°49°
CMYK 0.860.430.00   0.51
XYZ6.33276.269720.6151
Yxy6.26970.19060.1887
Hunter Lab25.03941.3255-31.2863
CIE-Lab30.08294.0665-35.3898

#12487e color RGB value is (18,72,126).

#12487e hex color red value is 18, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #12487e hue: 0.58 , saturation: 0.75 and the lightness value of 12487e is 0.28.

The process color (four color CMYK) of #12487e color hex is 0.86, 0.43, 0.00, 0.51. Web safe color of #12487e is #003366. Color #12487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001000 01111110
Octal 22 110 176
Decimal 18 72 126
Hex 12 48 7E

RGB Percentages of Color #12487e

%8.33
%33.33
%58.33

CMYK Percentages of Color #12487e

%86
%43
%0
%51

Triadic Colors of #12487e

#12487e #7e1248 #487e12

Analogous Colors of #12487e

#12487e #12127e #127e7e

Monochromatic Colors of #12487e

#12487e

Complementary Color

#12487e #7e4812

#12487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12487e Color CSS Codes

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

#12487e Text Font Color

<p style="color:#12487e">Text here</p>

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


#12487e Background Color

<div style="background-color:#12487e">
Div content here</div>

This div background color is #12487e


#12487e Border Color

<div style="border:3px solid #12487e">
Div here</div>

This div border color is #12487e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,72,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12487e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12487e;
  -webkit-box-shadow: 1px 1px 3px 2px #12487e;
  box-shadow:         1px 1px 3px 2px #12487e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12487e


Comments

No comments written yet.

Please login to write comment.