Color Hex Logo

#121466 Color Hex

#121466
(18,20,102)
0 Favorites   0 Comments

Color spaces of #121466

RGB 1820102
HSL0.660.700.24
HSV239°82°40°
CMYK 0.820.800.00   0.60
XYZ2.89791.588212.7242
Yxy1.58820.16840.0923
Hunter Lab12.602418.9917-51.0415
CIE-Lab13.158130.5198-47.5081

#121466 color RGB value is (18,20,102).

#121466 hex color red value is 18, green value is 20 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #121466 hue: 0.66 , saturation: 0.70 and the lightness value of 121466 is 0.24.

The process color (four color CMYK) of #121466 color hex is 0.82, 0.80, 0.00, 0.60. Web safe color of #121466 is #000066. Color #121466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 01100110
Octal 22 24 146
Decimal 18 20 102
Hex 12 14 66

RGB Percentages of Color #121466

%12.86
%14.29
%72.86

CMYK Percentages of Color #121466

%82
%80
%0
%60

Triadic Colors of #121466

#121466 #661214 #146612

Analogous Colors of #121466

#121466 #3a1266 #123e66

Monochromatic Colors of #121466

#121466

Complementary Color

#121466 #666412

#121466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121466 Color CSS Codes

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

#121466 Text Font Color

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

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


#121466 Background Color

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

This div background color is #121466


#121466 Border Color

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

This div border color is #121466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,20,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121466;
  -webkit-box-shadow: 1px 1px 3px 2px #121466;
  box-shadow:         1px 1px 3px 2px #121466; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121466


Comments

No comments written yet.

Please login to write comment.