Color Hex Logo

#121390 Color Hex

#121390
(18,19,144)
0 Favorites   0 Comments

Color spaces of #121390

RGB 1819144
HSL0.670.780.32
HSV240°88°56°
CMYK 0.880.870.00   0.44
XYZ5.51642.608026.5982
Yxy2.60800.15890.0751
Hunter Lab16.149332.7121-86.3472
CIE-Lab18.400245.3102-65.7136

#121390 color RGB value is (18,19,144).

#121390 hex color red value is 18, green value is 19 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #121390 hue: 0.67 , saturation: 0.78 and the lightness value of 121390 is 0.32.

The process color (four color CMYK) of #121390 color hex is 0.88, 0.87, 0.00, 0.44. Web safe color of #121390 is #000099. Color #121390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 10010000
Octal 22 23 220
Decimal 18 19 144
Hex 12 13 90

RGB Percentages of Color #121390

%9.94
%10.50
%79.56

CMYK Percentages of Color #121390

%88
%87
%0
%44

Triadic Colors of #121390

#121390 #901213 #139012

Analogous Colors of #121390

#121390 #501290 #125290

Monochromatic Colors of #121390

#121390

Complementary Color

#121390 #908f12

#121390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121390 Color CSS Codes

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

#121390 Text Font Color

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

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


#121390 Background Color

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

This div background color is #121390


#121390 Border Color

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

This div border color is #121390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121390


Comments

No comments written yet.

Please login to write comment.