Color Hex Logo

#121eaa Color Hex

#121EAA
(18,30,170)
0 Favorites   0 Comments

Color spaces of #121eaa

RGB 1830170
HSL0.650.810.37
HSV235°89°67°
CMYK 0.890.820.00   0.33
XYZ7.96943.959438.3744
Yxy3.95940.15840.0787
Hunter Lab19.898236.6687-100.4139
CIE-Lab23.536848.4258-73.1055

#121eaa color RGB value is (18,30,170).

#121eaa hex color red value is 18, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #121eaa hue: 0.65 , saturation: 0.81 and the lightness value of 121eaa is 0.37.

The process color (four color CMYK) of #121eaa color hex is 0.89, 0.82, 0.00, 0.33. Web safe color of #121eaa is #003399. Color #121eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10101010
Octal 22 36 252
Decimal 18 30 170
Hex 12 1E AA

RGB Percentages of Color #121eaa

%8.26
%13.76
%77.98

CMYK Percentages of Color #121eaa

%89
%82
%0
%33

Triadic Colors of #121eaa

#121eaa #aa121e #1eaa12

Analogous Colors of #121eaa

#121eaa #5212aa #126aaa

Monochromatic Colors of #121eaa

#121eaa

Complementary Color

#121eaa #aa9e12

#121eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#121eaa Color CSS Codes

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

#121eaa Text Font Color

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

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


#121eaa Background Color

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

This div background color is #121eaa


#121eaa Border Color

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

This div border color is #121eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #121eaa;
  box-shadow:         1px 1px 3px 2px #121eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121eaa


Comments

No comments written yet.

Please login to write comment.