Color Hex Logo

#120faf Color Hex

#120FAF
(18,15,175)
0 Favorites   0 Comments

Color spaces of #120faf

RGB 1815175
HSL0.670.840.37
HSV241°91°69°
CMYK 0.900.910.00   0.31
XYZ8.15813.565440.8156
Yxy3.56540.15530.0679
Hunter Lab18.882344.0771-114.9427
CIE-Lab22.179355.9909-78.3804

#120faf color RGB value is (18,15,175).

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

The process color (four color CMYK) of #120faf color hex is 0.90, 0.91, 0.00, 0.31. Web safe color of #120faf is #000099. Color #120faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 10101111
Octal 22 17 257
Decimal 18 15 175
Hex 12 F AF

RGB Percentages of Color #120faf

%8.65
%7.21
%84.13

CMYK Percentages of Color #120faf

%90
%91
%0
%31

Triadic Colors of #120faf

#120faf #af120f #0faf12

Analogous Colors of #120faf

#120faf #620faf #0f5caf

Monochromatic Colors of #120faf

#120faf

Complementary Color

#120faf #acaf0f

#120faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#120faf Color CSS Codes

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

#120faf Text Font Color

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

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


#120faf Background Color

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

This div background color is #120faf


#120faf Border Color

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

This div border color is #120faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120faf


Comments

No comments written yet.

Please login to write comment.