Color Hex Logo

#121cbd Color Hex

#121CBD
(18,28,189)
0 Favorites   0 Comments

Color spaces of #121cbd

RGB 1828189
HSL0.660.830.41
HSV236°90°74°
CMYK 0.900.850.00   0.26
XYZ9.85004.633248.5193
Yxy4.63320.15630.0735
Hunter Lab21.524944.0149-118.5784
CIE-Lab25.663155.2741-80.9289

#121cbd color RGB value is (18,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011100 10111101
Octal 22 34 275
Decimal 18 28 189
Hex 12 1C BD

RGB Percentages of Color #121cbd

%7.66
%11.91
%80.43

CMYK Percentages of Color #121cbd

%90
%85
%0
%26

Triadic Colors of #121cbd

#121cbd #bd121c #1cbd12

Analogous Colors of #121cbd

#121cbd #5d12bd #1272bd

Monochromatic Colors of #121cbd

#121cbd

Complementary Color

#121cbd #bdb312

#121cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#121cbd Color CSS Codes

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

#121cbd Text Font Color

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

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


#121cbd Background Color

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

This div background color is #121cbd


#121cbd Border Color

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

This div border color is #121cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121cbd


Comments

No comments written yet.

Please login to write comment.