Color Hex Logo

#120a8a Color Hex

#120A8A
(18,10,138)
0 Favorites   0 Comments

Color spaces of #120a8a

RGB 1810138
HSL0.680.860.29
HSV244°93°54°
CMYK 0.870.930.00   0.46
XYZ4.94542.180724.2050
Yxy2.18070.15780.0696
Hunter Lab14.767233.9355-86.8456
CIE-Lab16.408346.9717-65.2796

#120a8a color RGB value is (18,10,138).

#120a8a hex color red value is 18, green value is 10 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #120a8a hue: 0.68 , saturation: 0.86 and the lightness value of 120a8a is 0.29.

The process color (four color CMYK) of #120a8a color hex is 0.87, 0.93, 0.00, 0.46. Web safe color of #120a8a is #000099. Color #120a8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001010 10001010
Octal 22 12 212
Decimal 18 10 138
Hex 12 A 8A

RGB Percentages of Color #120a8a

%10.84
%6.02
%83.13

CMYK Percentages of Color #120a8a

%87
%93
%0
%46

Triadic Colors of #120a8a

#120a8a #8a120a #0a8a12

Analogous Colors of #120a8a

#120a8a #520a8a #0a428a

Monochromatic Colors of #120a8a

#120a8a

Complementary Color

#120a8a #828a0a

#120a8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120a8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#120a8a Color CSS Codes

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

#120a8a Text Font Color

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

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


#120a8a Background Color

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

This div background color is #120a8a


#120a8a Border Color

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

This div border color is #120a8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120a8a


Comments

No comments written yet.

Please login to write comment.