Color Hex Logo

#12246c Color Hex

#12246C
(18,36,108)
0 Favorites   0 Comments

Color spaces of #12246c

RGB 1836108
HSL0.630.710.25
HSV228°83°42°
CMYK 0.830.670.00   0.58
XYZ3.58712.473114.4756
Yxy2.47310.17470.1204
Hunter Lab15.726113.1949-43.5672
CIE-Lab17.796522.0403-43.8058

#12246c color RGB value is (18,36,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100100 01101100
Octal 22 44 154
Decimal 18 36 108
Hex 12 24 6C

RGB Percentages of Color #12246c

%11.11
%22.22
%66.67

CMYK Percentages of Color #12246c

%83
%67
%0
%58

Triadic Colors of #12246c

#12246c #6c1224 #246c12

Analogous Colors of #12246c

#12246c #2d126c #12516c

Monochromatic Colors of #12246c

#12246c

Complementary Color

#12246c #6c5a12

#12246c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12246c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12246c Color CSS Codes

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

#12246c Text Font Color

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

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


#12246c Background Color

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

This div background color is #12246c


#12246c Border Color

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

This div border color is #12246c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12246c


Comments

No comments written yet.

Please login to write comment.