Color Hex Logo

#121bbd Color Hex

#121BBD
(18,27,189)
0 Favorites   0 Comments

Color spaces of #121bbd

RGB 1827189
HSL0.660.830.41
HSV237°90°74°
CMYK 0.900.860.00   0.26
XYZ9.82674.586648.5115
Yxy4.58660.15620.0729
Hunter Lab21.416344.4245-119.3100
CIE-Lab25.523055.6929-81.1623

#121bbd color RGB value is (18,27,189).

#121bbd hex color red value is 18, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #121bbd hue: 0.66 , saturation: 0.83 and the lightness value of 121bbd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011011 10111101
Octal 22 33 275
Decimal 18 27 189
Hex 12 1B BD

RGB Percentages of Color #121bbd

%7.69
%11.54
%80.77

CMYK Percentages of Color #121bbd

%90
%86
%0
%26

Triadic Colors of #121bbd

#121bbd #bd121b #1bbd12

Analogous Colors of #121bbd

#121bbd #5e12bd #1271bd

Monochromatic Colors of #121bbd

#121bbd

Complementary Color

#121bbd #bdb412

#121bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#121bbd Color CSS Codes

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

#121bbd Text Font Color

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

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


#121bbd Background Color

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

This div background color is #121bbd


#121bbd Border Color

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

This div border color is #121bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121bbd


Comments

No comments written yet.

Please login to write comment.