Color Hex Logo

#12486a Color Hex

#12486A
(18,72,106)
0 Favorites   0 Comments

Color spaces of #12486a

RGB 1872106
HSL0.560.710.24
HSV203°83°42°
CMYK 0.830.320.00   0.58
XYZ5.16835.803914.4835
Yxy5.80390.20300.2280
Hunter Lab24.0913-3.8662-18.7808
CIE-Lab28.9122-4.1611-24.6593

#12486a color RGB value is (18,72,106).

#12486a hex color red value is 18, green value is 72 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #12486a hue: 0.56 , saturation: 0.71 and the lightness value of 12486a is 0.24.

The process color (four color CMYK) of #12486a color hex is 0.83, 0.32, 0.00, 0.58. Web safe color of #12486a is #003366. Color #12486a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001000 01101010
Octal 22 110 152
Decimal 18 72 106
Hex 12 48 6A

RGB Percentages of Color #12486a

%9.18
%36.73
%54.08

CMYK Percentages of Color #12486a

%83
%32
%0
%58

Triadic Colors of #12486a

#12486a #6a1248 #486a12

Analogous Colors of #12486a

#12486a #121c6a #126a60

Monochromatic Colors of #12486a

#12486a

Complementary Color

#12486a #6a3412

#12486a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12486a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12486a Color CSS Codes

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

#12486a Text Font Color

<p style="color:#12486a">Text here</p>

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


#12486a Background Color

<div style="background-color:#12486a">
Div content here</div>

This div background color is #12486a


#12486a Border Color

<div style="border:3px solid #12486a">
Div here</div>

This div border color is #12486a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12486a


Comments

No comments written yet.

Please login to write comment.