Color spaces of #171261
RGB | 23 | 18 | 97 |
---|---|---|---|
HSL | 0.68 | 0.69 | 0.23 |
HSV | 244° | 81° | 38° |
CMYK | 0.76 | 0.81 | 0.00 0.62 |
XYZ | 2.7273 | 1.4778 | 11.4508 |
Yxy | 1.4778 | 0.1742 | 0.0944 |
Hunter Lab | 12.1565 | 18.7725 | -47.3387 |
CIE-Lab | 12.4662 | 30.3748 | -45.3239 |
#171261 color RGB value is (23,18,97).
#171261 hex color red value is 23, green value is 18 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #171261 hue: 0.68 , saturation: 0.69 and the lightness value of 171261 is 0.23.
The process color (four color CMYK) of #171261 color hex is 0.76, 0.81, 0.00, 0.62. Web safe color of #171261 is #000066. Color #171261 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 00010010 | 01100001 |
Octal | 27 | 22 | 141 |
Decimal | 23 | 18 | 97 |
Hex | 17 | 12 | 61 |
Shades of #171261
Tints of #171261
RGB Percentages of Color #171261
CMYK Percentages of Color #171261
Complementary Color
#171261 | #5c6112 |
#171261 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#171261 Color Preview on White Background
Lorem ipsum dolor sit amet.
#171261 Color CSS Codes
.mybgcolor {background-color:#171261; } .myforecolor {color:#171261; } .mybordercolor {border:3px solid #171261; }
#171261 Text Font Color
<p style="color:#171261">Text here</p>
This sample text font color is #171261
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.
#171261 Background Color
<div style="background-color:#171261">
Div content here</div>
This div background color is #171261
#171261 Border Color
<div style="border:3px solid #171261">
Div here</div>
This div border color is #171261
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,18,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #171261; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #171261; -webkit-box-shadow: 1px 1px 3px 2px #171261; box-shadow: 1px 1px 3px 2px #171261; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,18,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #171261">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #171261; -webkit-box-shadow: 1px 1px 3px 2px #171261; box-shadow: 1px 1px 3px 2px #171261;">
Div content here</div>
This div box has shadow with color #171261
Comments
No comments written yet.
Please login to write comment.