Color spaces of #120179
RGB | 18 | 1 | 121 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.24 |
HSV | 249° | 99° | 47° |
CMYK | 0.85 | 0.99 | 0.00 0.53 |
XYZ | 3.7115 | 1.5308 | 18.1890 |
Yxy | 1.5308 | 0.1584 | 0.0653 |
Hunter Lab | 12.3726 | 31.8942 | -78.5020 |
CIE-Lab | 12.8025 | 45.4828 | -60.4892 |
#120179 color RGB value is (18,1,121).
#120179 hex color red value is 18, green value is 1 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #120179 hue: 0.69 , saturation: 0.98 and the lightness value of 120179 is 0.24.
The process color (four color CMYK) of #120179 color hex is 0.85, 0.99, 0.00, 0.53. Web safe color of #120179 is #000066. Color #120179 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 00000001 | 01111001 |
Octal | 22 | 1 | 171 |
Decimal | 18 | 1 | 121 |
Hex | 12 | 1 | 79 |
Shades of #120179
Tints of #120179
RGB Percentages of Color #120179
CMYK Percentages of Color #120179
Complementary Color
#120179 | #687901 |
#120179 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#120179 Color Preview on White Background
Lorem ipsum dolor sit amet.
#120179 Color CSS Codes
.mybgcolor {background-color:#120179; } .myforecolor {color:#120179; } .mybordercolor {border:3px solid #120179; }
#120179 Text Font Color
<p style="color:#120179">Text here</p>
This sample text font color is #120179
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.
#120179 Background Color
<div style="background-color:#120179">
Div content here</div>
This div background color is #120179
#120179 Border Color
<div style="border:3px solid #120179">
Div here</div>
This div border color is #120179
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,1,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #120179; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #120179; -webkit-box-shadow: 1px 1px 3px 2px #120179; box-shadow: 1px 1px 3px 2px #120179; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,1,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #120179">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #120179; -webkit-box-shadow: 1px 1px 3px 2px #120179; box-shadow: 1px 1px 3px 2px #120179;">
Div content here</div>
This div box has shadow with color #120179
Comments
No comments written yet.
Please login to write comment.