Color Hex Logo

#12466a Color Hex

#12466A
(18,70,106)
0 Favorites   0 Comments

Color spaces of #12466a

RGB 1870106
HSL0.570.710.24
HSV205°83°42°
CMYK 0.830.340.00   0.58
XYZ5.04115.549514.4411
Yxy5.54950.20140.2217
Hunter Lab23.5574-3.0278-19.8557
CIE-Lab28.2462-2.8572-25.7079

#12466a color RGB value is (18,70,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 01101010
Octal 22 106 152
Decimal 18 70 106
Hex 12 46 6A

RGB Percentages of Color #12466a

%9.28
%36.08
%54.64

CMYK Percentages of Color #12466a

%83
%34
%0
%58

Triadic Colors of #12466a

#12466a #6a1246 #466a12

Analogous Colors of #12466a

#12466a #121a6a #126a62

Monochromatic Colors of #12466a

#12466a

Complementary Color

#12466a #6a3612

#12466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12466a Color CSS Codes

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

#12466a Text Font Color

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

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


#12466a Background Color

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

This div background color is #12466a


#12466a Border Color

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

This div border color is #12466a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,70,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 #12466a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12466a

#12466a Color Palettes


Comments

No comments written yet.

Please login to write comment.