Color Hex Logo

#121bd1 Color Hex

#121BD1
(18,27,209)
0 Favorites   0 Comments

Color spaces of #121bd1

RGB 1827209
HSL0.660.840.45
HSV237°91°82°
CMYK 0.910.870.00   0.18
XYZ12.15005.515960.7459
Yxy5.51590.15500.0703
Hunter Lab23.486051.2431-136.9121
CIE-Lab28.156761.5429-88.5129

#121bd1 color RGB value is (18,27,209).

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

The process color (four color CMYK) of #121bd1 color hex is 0.91, 0.87, 0.00, 0.18. Web safe color of #121bd1 is #0033cc. Color #121bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011011 11010001
Octal 22 33 321
Decimal 18 27 209
Hex 12 1B D1

RGB Percentages of Color #121bd1

%7.09
%10.63
%82.28

CMYK Percentages of Color #121bd1

%91
%87
%0
%18

Triadic Colors of #121bd1

#121bd1 #d1121b #1bd112

Analogous Colors of #121bd1

#121bd1 #6912d1 #127bd1

Monochromatic Colors of #121bd1

#121bd1

Complementary Color

#121bd1 #d1c812

#121bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121bd1 Color CSS Codes

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

#121bd1 Text Font Color

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

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


#121bd1 Background Color

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

This div background color is #121bd1


#121bd1 Border Color

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

This div border color is #121bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121bd1


Comments

No comments written yet.

Please login to write comment.