Color Hex Logo

#120f3a Color Hex

#120F3A
(18,15,58)
0 Favorites   0 Comments

Color spaces of #120f3a

RGB 181558
HSL0.680.590.14
HSV244°74°23°
CMYK 0.690.740.00   0.77
XYZ1.18400.77574.0903
Yxy0.77570.19570.1282
Hunter Lab8.80748.5833-21.3701
CIE-Lab7.006816.7391-27.3156

#120f3a color RGB value is (18,15,58).

#120f3a hex color red value is 18, green value is 15 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #120f3a hue: 0.68 , saturation: 0.59 and the lightness value of 120f3a is 0.14.

The process color (four color CMYK) of #120f3a color hex is 0.69, 0.74, 0.00, 0.77. Web safe color of #120f3a is #000033. Color #120f3a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 00111010
Octal 22 17 72
Decimal 18 15 58
Hex 12 F 3A

RGB Percentages of Color #120f3a

%19.78
%16.48
%63.74

CMYK Percentages of Color #120f3a

%69
%74
%0
%77

Triadic Colors of #120f3a

#120f3a #3a120f #0f3a12

Analogous Colors of #120f3a

#120f3a #280f3a #0f223a

Monochromatic Colors of #120f3a

#120f3a

Complementary Color

#120f3a #373a0f

#120f3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120f3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#120f3a Color CSS Codes

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

#120f3a Text Font Color

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

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


#120f3a Background Color

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

This div background color is #120f3a


#120f3a Border Color

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

This div border color is #120f3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120f3a


Comments

No comments written yet.

Please login to write comment.