Color Hex Logo

#12446c Color Hex

#12446C
(18,68,108)
0 Favorites   0 Comments

Color spaces of #12446c

RGB 1868108
HSL0.570.710.25
HSV207°83°42°
CMYK 0.830.370.00   0.58
XYZ5.02345.345614.9544
Yxy5.34560.19840.2111
Hunter Lab23.1206-1.6783-22.1645
CIE-Lab27.6975-0.7124-27.8483

#12446c color RGB value is (18,68,108).

#12446c hex color red value is 18, green value is 68 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #12446c hue: 0.57 , saturation: 0.71 and the lightness value of 12446c is 0.25.

The process color (four color CMYK) of #12446c color hex is 0.83, 0.37, 0.00, 0.58. Web safe color of #12446c is #003366. Color #12446c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000100 01101100
Octal 22 104 154
Decimal 18 68 108
Hex 12 44 6C

RGB Percentages of Color #12446c

%9.28
%35.05
%55.67

CMYK Percentages of Color #12446c

%83
%37
%0
%58

Triadic Colors of #12446c

#12446c #6c1244 #446c12

Analogous Colors of #12446c

#12446c #12176c #126c67

Monochromatic Colors of #12446c

#12446c

Complementary Color

#12446c #6c3a12

#12446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12446c Color CSS Codes

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

#12446c Text Font Color

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

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


#12446c Background Color

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

This div background color is #12446c


#12446c Border Color

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

This div border color is #12446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12446c


Comments

No comments written yet.

Please login to write comment.