Color Hex Logo

#120fbf Color Hex

#120FBF
(18,15,191)
0 Favorites   0 Comments

Color spaces of #120fbf

RGB 1815191
HSL0.670.850.40
HSV241°92°75°
CMYK 0.910.920.00   0.25
XYZ9.82424.231849.5892
Yxy4.23180.15440.0665
Hunter Lab20.571349.2459-128.5243
CIE-Lab24.423460.4124-84.1810

#120fbf color RGB value is (18,15,191).

#120fbf hex color red value is 18, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #120fbf hue: 0.67 , saturation: 0.85 and the lightness value of 120fbf is 0.40.

The process color (four color CMYK) of #120fbf color hex is 0.91, 0.92, 0.00, 0.25. Web safe color of #120fbf is #0000cc. Color #120fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 10111111
Octal 22 17 277
Decimal 18 15 191
Hex 12 F BF

RGB Percentages of Color #120fbf

%8.04
%6.70
%85.27

CMYK Percentages of Color #120fbf

%91
%92
%0
%25

Triadic Colors of #120fbf

#120fbf #bf120f #0fbf12

Analogous Colors of #120fbf

#120fbf #6a0fbf #0f64bf

Monochromatic Colors of #120fbf

#120fbf

Complementary Color

#120fbf #bcbf0f

#120fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#120fbf Color CSS Codes

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

#120fbf Text Font Color

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

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


#120fbf Background Color

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

This div background color is #120fbf


#120fbf Border Color

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

This div border color is #120fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120fbf


Comments

No comments written yet.

Please login to write comment.