Color Hex Logo

#121eab Color Hex

#121EAB
(18,30,171)
0 Favorites   0 Comments

Color spaces of #121eab

RGB 1830171
HSL0.650.810.37
HSV235°89°67°
CMYK 0.890.820.00   0.33
XYZ8.06443.997438.8746
Yxy3.99740.15830.0785
Hunter Lab19.993537.0096-101.2858
CIE-Lab23.662848.7485-73.4993

#121eab color RGB value is (18,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10101011
Octal 22 36 253
Decimal 18 30 171
Hex 12 1E AB

RGB Percentages of Color #121eab

%8.22
%13.70
%78.08

CMYK Percentages of Color #121eab

%89
%82
%0
%33

Triadic Colors of #121eab

#121eab #ab121e #1eab12

Analogous Colors of #121eab

#121eab #5312ab #126bab

Monochromatic Colors of #121eab

#121eab

Complementary Color

#121eab #ab9f12

#121eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#121eab Color CSS Codes

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

#121eab Text Font Color

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

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


#121eab Background Color

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

This div background color is #121eab


#121eab Border Color

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

This div border color is #121eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121eab


Comments

No comments written yet.

Please login to write comment.