Color spaces of #012351
RGB | 1 | 35 | 81 |
---|---|---|---|
HSL | 0.60 | 0.98 | 0.16 |
HSV | 215° | 99° | 32° |
CMYK | 0.99 | 0.57 | 0.00 0.68 |
XYZ | 2.0988 | 1.8026 | 8.0219 |
Yxy | 1.8026 | 0.1760 | 0.1512 |
Hunter Lab | 13.4261 | 4.4079 | -26.0267 |
CIE-Lab | 14.4152 | 9.1751 | -31.4034 |
#012351 color RGB value is (1,35,81).
#012351 hex color red value is 1, green value is 35 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #012351 hue: 0.60 , saturation: 0.98 and the lightness value of 012351 is 0.16.
The process color (four color CMYK) of #012351 color hex is 0.99, 0.57, 0.00, 0.68. Web safe color of #012351 is #003366. Color #012351 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00100011 | 01010001 |
Octal | 1 | 43 | 121 |
Decimal | 1 | 35 | 81 |
Hex | 1 | 23 | 51 |
Shades of #012351
Tints of #012351
RGB Percentages of Color #012351
CMYK Percentages of Color #012351
Complementary Color
#012351 | #512f01 |
#012351 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#012351 Color Preview on White Background
Lorem ipsum dolor sit amet.
#012351 Color CSS Codes
.mybgcolor {background-color:#012351; } .myforecolor {color:#012351; } .mybordercolor {border:3px solid #012351; }
#012351 Text Font Color
<p style="color:#012351">Text here</p>
This sample text font color is #012351
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.
#012351 Background Color
<div style="background-color:#012351">
Div content here</div>
This div background color is #012351
#012351 Border Color
<div style="border:3px solid #012351">
Div here</div>
This div border color is #012351
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,35,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #012351; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #012351; -webkit-box-shadow: 1px 1px 3px 2px #012351; box-shadow: 1px 1px 3px 2px #012351; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,35,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #012351">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #012351; -webkit-box-shadow: 1px 1px 3px 2px #012351; box-shadow: 1px 1px 3px 2px #012351;">
Div content here</div>
This div box has shadow with color #012351
Comments
No comments written yet.
Please login to write comment.