Color spaces of #195163
RGB | 25 | 81 | 99 |
---|---|---|---|
HSL | 0.54 | 0.60 | 0.24 |
HSV | 195° | 75° | 39° |
CMYK | 0.75 | 0.18 | 0.00 0.61 |
XYZ | 5.5955 | 6.9924 | 12.8591 |
Yxy | 6.9924 | 0.2199 | 0.2748 |
Hunter Lab | 26.4431 | -8.5040 | -10.3221 |
CIE-Lab | 31.7896 | -11.4819 | -15.7292 |
#195163 color RGB value is (25,81,99).
#195163 hex color red value is 25, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #195163 hue: 0.54 , saturation: 0.60 and the lightness value of 195163 is 0.24.
The process color (four color CMYK) of #195163 color hex is 0.75, 0.18, 0.00, 0.61. Web safe color of #195163 is #006666. Color #195163 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01010001 | 01100011 |
Octal | 31 | 121 | 143 |
Decimal | 25 | 81 | 99 |
Hex | 19 | 51 | 63 |
Shades of #195163
Tints of #195163
RGB Percentages of Color #195163
CMYK Percentages of Color #195163
Complementary Color
#195163 | #632b19 |
#195163 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#195163 Color Preview on White Background
Lorem ipsum dolor sit amet.
#195163 Color CSS Codes
.mybgcolor {background-color:#195163; } .myforecolor {color:#195163; } .mybordercolor {border:3px solid #195163; }
#195163 Text Font Color
<p style="color:#195163">Text here</p>
This sample text font color is #195163
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.
#195163 Background Color
<div style="background-color:#195163">
Div content here</div>
This div background color is #195163
#195163 Border Color
<div style="border:3px solid #195163">
Div here</div>
This div border color is #195163
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,81,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #195163; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #195163; -webkit-box-shadow: 1px 1px 3px 2px #195163; box-shadow: 1px 1px 3px 2px #195163; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,81,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #195163">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #195163; -webkit-box-shadow: 1px 1px 3px 2px #195163; box-shadow: 1px 1px 3px 2px #195163;">
Div content here</div>
This div box has shadow with color #195163
Comments
No comments written yet.
Please login to write comment.