Color Hex Logo

#121470 Color Hex

#121470
(18,20,112)
0 Favorites   0 Comments

Color spaces of #121470

RGB 1820112
HSL0.660.720.25
HSV239°84°44°
CMYK 0.840.820.00   0.56
XYZ3.42421.798815.4960
Yxy1.79880.16530.0868
Hunter Lab13.411922.1019-59.1146
CIE-Lab14.393834.1287-52.0167

#121470 color RGB value is (18,20,112).

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

The process color (four color CMYK) of #121470 color hex is 0.84, 0.82, 0.00, 0.56. Web safe color of #121470 is #000066. Color #121470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 01110000
Octal 22 24 160
Decimal 18 20 112
Hex 12 14 70

RGB Percentages of Color #121470

%12.00
%13.33
%74.67

CMYK Percentages of Color #121470

%84
%82
%0
%56

Triadic Colors of #121470

#121470 #701214 #147012

Analogous Colors of #121470

#121470 #3f1270 #124370

Monochromatic Colors of #121470

#121470

Complementary Color

#121470 #706e12

#121470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121470 Color CSS Codes

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

#121470 Text Font Color

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

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


#121470 Background Color

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

This div background color is #121470


#121470 Border Color

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

This div border color is #121470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121470


Comments

No comments written yet.

Please login to write comment.