Color spaces of #17648d
RGB | 23 | 100 | 141 |
---|---|---|---|
HSL | 0.56 | 0.72 | 0.32 |
HSV | 201° | 84° | 55° |
CMYK | 0.84 | 0.29 | 0.00 0.45 |
XYZ | 9.7182 | 11.2196 | 26.8527 |
Yxy | 11.2196 | 0.2034 | 0.2348 |
Hunter Lab | 33.4957 | -6.8287 | -24.0844 |
CIE-Lab | 39.9479 | -7.3504 | -28.9598 |
#17648d color RGB value is (23,100,141).
#17648d hex color red value is 23, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #17648d hue: 0.56 , saturation: 0.72 and the lightness value of 17648d is 0.32.
The process color (four color CMYK) of #17648d color hex is 0.84, 0.29, 0.00, 0.45. Web safe color of #17648d is #006699. Color #17648d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 01100100 | 10001101 |
Octal | 27 | 144 | 215 |
Decimal | 23 | 100 | 141 |
Hex | 17 | 64 | 8D |
Shades of #17648d
Tints of #17648d
RGB Percentages of Color #17648d
CMYK Percentages of Color #17648d
Complementary Color
#17648d | #8d4017 |
#17648d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#17648d Color Preview on White Background
Lorem ipsum dolor sit amet.
#17648d Color CSS Codes
.mybgcolor {background-color:#17648d; } .myforecolor {color:#17648d; } .mybordercolor {border:3px solid #17648d; }
#17648d Text Font Color
<p style="color:#17648d">Text here</p>
This sample text font color is #17648d
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.
#17648d Background Color
<div style="background-color:#17648d">
Div content here</div>
This div background color is #17648d
#17648d Border Color
<div style="border:3px solid #17648d">
Div here</div>
This div border color is #17648d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,100,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #17648d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #17648d; -webkit-box-shadow: 1px 1px 3px 2px #17648d; box-shadow: 1px 1px 3px 2px #17648d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,100,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #17648d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #17648d; -webkit-box-shadow: 1px 1px 3px 2px #17648d; box-shadow: 1px 1px 3px 2px #17648d;">
Div content here</div>
This div box has shadow with color #17648d
Comments
No comments written yet.
Please login to write comment.