Color Hex Logo

#120cbb Color Hex

#120CBB
(18,12,187)
0 Favorites   0 Comments

Color spaces of #120cbb

RGB 1812187
HSL0.670.880.39
HSV242°94°73°
CMYK 0.900.940.00   0.27
XYZ9.35063.979447.2890
Yxy3.97940.15430.0656
Hunter Lab19.948448.7601-126.5867
CIE-Lab23.603260.1148-83.1781

#120cbb color RGB value is (18,12,187).

#120cbb hex color red value is 18, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #120cbb hue: 0.67 , saturation: 0.88 and the lightness value of 120cbb is 0.39.

The process color (four color CMYK) of #120cbb color hex is 0.90, 0.94, 0.00, 0.27. Web safe color of #120cbb is #0000cc. Color #120cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001100 10111011
Octal 22 14 273
Decimal 18 12 187
Hex 12 C BB

RGB Percentages of Color #120cbb

%8.29
%5.53
%86.18

CMYK Percentages of Color #120cbb

%90
%94
%0
%27

Triadic Colors of #120cbb

#120cbb #bb120c #0cbb12

Analogous Colors of #120cbb

#120cbb #6a0cbb #0c5ebb

Monochromatic Colors of #120cbb

#120cbb

Complementary Color

#120cbb #b5bb0c

#120cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#120cbb Color CSS Codes

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

#120cbb Text Font Color

<p style="color:#120cbb">Text here</p>

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


#120cbb Background Color

<div style="background-color:#120cbb">
Div content here</div>

This div background color is #120cbb


#120cbb Border Color

<div style="border:3px solid #120cbb">
Div here</div>

This div border color is #120cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120cbb


Comments

No comments written yet.

Please login to write comment.