Color Hex Logo

#120f4d Color Hex

#120F4D
(18,15,77)
0 Favorites   0 Comments

Color spaces of #120f4d

RGB 181577
HSL0.670.670.18
HSV243°81°30°
CMYK 0.770.810.00   0.70
XYZ1.75981.00617.1226
Yxy1.00610.17800.1017
Hunter Lab10.030513.7638-35.0804
CIE-Lab9.042224.3348-37.4092

#120f4d color RGB value is (18,15,77).

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

The process color (four color CMYK) of #120f4d color hex is 0.77, 0.81, 0.00, 0.70. Web safe color of #120f4d is #000066. Color #120f4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 01001101
Octal 22 17 115
Decimal 18 15 77
Hex 12 F 4D

RGB Percentages of Color #120f4d

%16.36
%13.64
%70.00

CMYK Percentages of Color #120f4d

%77
%81
%0
%70

Triadic Colors of #120f4d

#120f4d #4d120f #0f4d12

Analogous Colors of #120f4d

#120f4d #310f4d #0f2b4d

Monochromatic Colors of #120f4d

#120f4d

Complementary Color

#120f4d #4a4d0f

#120f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#120f4d Color CSS Codes

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

#120f4d Text Font Color

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

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


#120f4d Background Color

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

This div background color is #120f4d


#120f4d Border Color

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

This div border color is #120f4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120f4d


Comments

No comments written yet.

Please login to write comment.