Color spaces of #0c0c46
RGB | 12 | 12 | 70 |
---|---|---|---|
HSL | 0.67 | 0.71 | 0.16 |
HSV | 240° | 83° | 27° |
CMYK | 0.83 | 0.83 | 0.00 0.73 |
XYZ | 1.3886 | 0.7833 | 5.8724 |
Yxy | 0.7833 | 0.1726 | 0.0974 |
Hunter Lab | 8.8504 | 12.5178 | -33.1446 |
CIE-Lab | 7.0755 | 22.7681 | -35.7787 |
#0c0c46 color RGB value is (12,12,70).
#0c0c46 hex color red value is 12, green value is 12 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #0c0c46 hue: 0.67 , saturation: 0.71 and the lightness value of 0c0c46 is 0.16.
The process color (four color CMYK) of #0c0c46 color hex is 0.83, 0.83, 0.00, 0.73. Web safe color of #0c0c46 is #000033. Color #0c0c46 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 00001100 | 01000110 |
Octal | 14 | 14 | 106 |
Decimal | 12 | 12 | 70 |
Hex | C | C | 46 |
Shades of #0c0c46
Tints of #0c0c46
RGB Percentages of Color #0c0c46
CMYK Percentages of Color #0c0c46
Complementary Color
#0c0c46 | #46460c |
#0c0c46 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0c0c46 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0c0c46 Color CSS Codes
.mybgcolor {background-color:#0c0c46; } .myforecolor {color:#0c0c46; } .mybordercolor {border:3px solid #0c0c46; }
#0c0c46 Text Font Color
<p style="color:#0c0c46">Text here</p>
This sample text font color is #0c0c46
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.
#0c0c46 Background Color
<div style="background-color:#0c0c46">
Div content here</div>
This div background color is #0c0c46
#0c0c46 Border Color
<div style="border:3px solid #0c0c46">
Div here</div>
This div border color is #0c0c46
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,12,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0c0c46; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0c0c46; -webkit-box-shadow: 1px 1px 3px 2px #0c0c46; box-shadow: 1px 1px 3px 2px #0c0c46; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,12,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0c0c46">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0c0c46; -webkit-box-shadow: 1px 1px 3px 2px #0c0c46; box-shadow: 1px 1px 3px 2px #0c0c46;">
Div content here</div>
This div box has shadow with color #0c0c46
Comments
No comments written yet.
Please login to write comment.