Color spaces of #01181c
RGB | 1 | 24 | 28 |
---|---|---|---|
HSL | 0.52 | 0.93 | 0.06 |
HSV | 189° | 96° | 11° |
CMYK | 0.96 | 0.14 | 0.00 0.89 |
XYZ | 0.5488 | 0.7436 | 1.2132 |
Yxy | 0.7436 | 0.2190 | 0.2968 |
Hunter Lab | 8.6232 | -3.7305 | -2.3052 |
CIE-Lab | 6.7169 | -6.4711 | -5.5035 |
#01181c color RGB value is (1,24,28).
#01181c hex color red value is 1, green value is 24 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01181c hue: 0.52 , saturation: 0.93 and the lightness value of 01181c is 0.06.
The process color (four color CMYK) of #01181c color hex is 0.96, 0.14, 0.00, 0.89. Web safe color of #01181c is #000033. Color #01181c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00011000 | 00011100 |
Octal | 1 | 30 | 34 |
Decimal | 1 | 24 | 28 |
Hex | 1 | 18 | 1C |
Shades of #01181c
Tints of #01181c
RGB Percentages of Color #01181c
CMYK Percentages of Color #01181c
Complementary Color
#01181c | #1c0501 |
#01181c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01181c Color Preview on White Background
Lorem ipsum dolor sit amet.
#01181c Color CSS Codes
.mybgcolor {background-color:#01181c; } .myforecolor {color:#01181c; } .mybordercolor {border:3px solid #01181c; }
#01181c Text Font Color
<p style="color:#01181c">Text here</p>
This sample text font color is #01181c
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.
#01181c Background Color
<div style="background-color:#01181c">
Div content here</div>
This div background color is #01181c
#01181c Border Color
<div style="border:3px solid #01181c">
Div here</div>
This div border color is #01181c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,24,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01181c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01181c; -webkit-box-shadow: 1px 1px 3px 2px #01181c; box-shadow: 1px 1px 3px 2px #01181c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,24,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01181c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01181c; -webkit-box-shadow: 1px 1px 3px 2px #01181c; box-shadow: 1px 1px 3px 2px #01181c;">
Div content here</div>
This div box has shadow with color #01181c
Comments
No comments written yet.
Please login to write comment.