Color Hex Logo

#121fba Color Hex

#121FBA
(18,31,186)
0 Favorites   0 Comments

Color spaces of #121fba

RGB 1831186
HSL0.650.820.40
HSV235°90°73°
CMYK 0.900.830.00   0.27
XYZ9.60244.653746.8465
Yxy4.65370.15720.0762
Hunter Lab21.572441.7028-113.6529
CIE-Lab25.724553.0251-79.0469

#121fba color RGB value is (18,31,186).

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

The process color (four color CMYK) of #121fba color hex is 0.90, 0.83, 0.00, 0.27. Web safe color of #121fba is #0033cc. Color #121fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011111 10111010
Octal 22 37 272
Decimal 18 31 186
Hex 12 1F BA

RGB Percentages of Color #121fba

%7.66
%13.19
%79.15

CMYK Percentages of Color #121fba

%90
%83
%0
%27

Triadic Colors of #121fba

#121fba #ba121f #1fba12

Analogous Colors of #121fba

#121fba #5912ba #1273ba

Monochromatic Colors of #121fba

#121fba

Complementary Color

#121fba #baad12

#121fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#121fba Color CSS Codes

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

#121fba Text Font Color

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

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


#121fba Background Color

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

This div background color is #121fba


#121fba Border Color

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

This div border color is #121fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121fba


Comments

No comments written yet.

Please login to write comment.