Color spaces of #196390
RGB | 25 | 99 | 144 |
---|---|---|---|
HSL | 0.56 | 0.70 | 0.33 |
HSV | 203° | 83° | 56° |
CMYK | 0.83 | 0.31 | 0.00 0.44 |
XYZ | 9.8968 | 11.1440 | 28.0149 |
Yxy | 11.1440 | 0.2017 | 0.2272 |
Hunter Lab | 33.3826 | -5.5005 | -26.3887 |
CIE-Lab | 39.8220 | -5.3840 | -30.9609 |
#196390 color RGB value is (25,99,144).
#196390 hex color red value is 25, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #196390 hue: 0.56 , saturation: 0.70 and the lightness value of 196390 is 0.33.
The process color (four color CMYK) of #196390 color hex is 0.83, 0.31, 0.00, 0.44. Web safe color of #196390 is #006699. Color #196390 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01100011 | 10010000 |
Octal | 31 | 143 | 220 |
Decimal | 25 | 99 | 144 |
Hex | 19 | 63 | 90 |
Shades of #196390
Tints of #196390
RGB Percentages of Color #196390
CMYK Percentages of Color #196390
Complementary Color
#196390 | #904619 |
#196390 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#196390 Color Preview on White Background
Lorem ipsum dolor sit amet.
#196390 Color CSS Codes
.mybgcolor {background-color:#196390; } .myforecolor {color:#196390; } .mybordercolor {border:3px solid #196390; }
#196390 Text Font Color
<p style="color:#196390">Text here</p>
This sample text font color is #196390
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.
#196390 Background Color
<div style="background-color:#196390">
Div content here</div>
This div background color is #196390
#196390 Border Color
<div style="border:3px solid #196390">
Div here</div>
This div border color is #196390
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,99,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #196390; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #196390; -webkit-box-shadow: 1px 1px 3px 2px #196390; box-shadow: 1px 1px 3px 2px #196390; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,99,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #196390">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #196390; -webkit-box-shadow: 1px 1px 3px 2px #196390; box-shadow: 1px 1px 3px 2px #196390;">
Div content here</div>
This div box has shadow with color #196390
Comments
No comments written yet.
Please login to write comment.