Color spaces of #10173a
RGB | 16 | 23 | 58 |
---|---|---|---|
HSL | 0.64 | 0.57 | 0.15 |
HSV | 230° | 72° | 23° |
CMYK | 0.72 | 0.60 | 0.00 0.77 |
XYZ | 1.2838 | 1.0284 | 4.1338 |
Yxy | 1.0284 | 0.1992 | 0.1595 |
Hunter Lab | 10.1410 | 4.8504 | -17.0698 |
CIE-Lab | 9.2258 | 10.3437 | -23.7264 |
#10173a color RGB value is (16,23,58).
#10173a hex color red value is 16, green value is 23 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #10173a hue: 0.64 , saturation: 0.57 and the lightness value of 10173a is 0.15.
The process color (four color CMYK) of #10173a color hex is 0.72, 0.60, 0.00, 0.77. Web safe color of #10173a is #000033. Color #10173a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00010111 | 00111010 |
Octal | 20 | 27 | 72 |
Decimal | 16 | 23 | 58 |
Hex | 10 | 17 | 3A |
Shades of #10173a
Tints of #10173a
RGB Percentages of Color #10173a
CMYK Percentages of Color #10173a
Complementary Color
#10173a | #3a3310 |
#10173a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10173a Color Preview on White Background
Lorem ipsum dolor sit amet.
#10173a Color CSS Codes
.mybgcolor {background-color:#10173a; } .myforecolor {color:#10173a; } .mybordercolor {border:3px solid #10173a; }
#10173a Text Font Color
<p style="color:#10173a">Text here</p>
This sample text font color is #10173a
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.
#10173a Background Color
<div style="background-color:#10173a">
Div content here</div>
This div background color is #10173a
#10173a Border Color
<div style="border:3px solid #10173a">
Div here</div>
This div border color is #10173a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,23,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10173a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10173a; -webkit-box-shadow: 1px 1px 3px 2px #10173a; box-shadow: 1px 1px 3px 2px #10173a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,23,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10173a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10173a; -webkit-box-shadow: 1px 1px 3px 2px #10173a; box-shadow: 1px 1px 3px 2px #10173a;">
Div content here</div>
This div box has shadow with color #10173a
#10173a Color Palettes
Comments
No comments written yet.
Please login to write comment.