Color Hex Logo

#121fab Color Hex

#121FAB
(18,31,171)
0 Favorites   0 Comments

Color spaces of #121fab

RGB 1831171
HSL0.650.810.37
HSV235°89°67°
CMYK 0.890.820.00   0.33
XYZ8.09014.048838.8832
Yxy4.04880.15860.0794
Hunter Lab20.121636.5548-100.4873
CIE-Lab23.832148.2520-73.2179

#121fab color RGB value is (18,31,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011111 10101011
Octal 22 37 253
Decimal 18 31 171
Hex 12 1F AB

RGB Percentages of Color #121fab

%8.18
%14.09
%77.73

CMYK Percentages of Color #121fab

%89
%82
%0
%33

Triadic Colors of #121fab

#121fab #ab121f #1fab12

Analogous Colors of #121fab

#121fab #5112ab #126cab

Monochromatic Colors of #121fab

#121fab

Complementary Color

#121fab #ab9e12

#121fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#121fab Color CSS Codes

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

#121fab Text Font Color

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

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


#121fab Background Color

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

This div background color is #121fab


#121fab Border Color

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

This div border color is #121fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,31,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 #121fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121fab


Comments

No comments written yet.

Please login to write comment.