Color Hex Logo

#121ebb Color Hex

#121EBB
(18,30,187)
0 Favorites   0 Comments

Color spaces of #121ebb

RGB 1830187
HSL0.650.820.40
HSV236°90°73°
CMYK 0.900.840.00   0.27
XYZ9.68344.645047.3999
Yxy4.64500.15690.0752
Hunter Lab21.552342.4833-115.3099
CIE-Lab25.698453.7902-79.6840

#121ebb color RGB value is (18,30,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10111011
Octal 22 36 273
Decimal 18 30 187
Hex 12 1E BB

RGB Percentages of Color #121ebb

%7.66
%12.77
%79.57

CMYK Percentages of Color #121ebb

%90
%84
%0
%27

Triadic Colors of #121ebb

#121ebb #bb121e #1ebb12

Analogous Colors of #121ebb

#121ebb #5a12bb #1273bb

Monochromatic Colors of #121ebb

#121ebb

Complementary Color

#121ebb #bbaf12

#121ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#121ebb Color CSS Codes

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

#121ebb Text Font Color

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

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


#121ebb Background Color

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

This div background color is #121ebb


#121ebb Border Color

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

This div border color is #121ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121ebb


Comments

No comments written yet.

Please login to write comment.