Color spaces of #190faf
RGB | 25 | 15 | 175 |
---|---|---|---|
HSL | 0.68 | 0.84 | 0.37 |
HSV | 244° | 91° | 69° |
CMYK | 0.86 | 0.91 | 0.00 0.31 |
XYZ | 8.3096 | 3.6435 | 40.8227 |
Yxy | 3.6435 | 0.1575 | 0.0690 |
Hunter Lab | 19.0880 | 44.3029 | -113.4398 |
CIE-Lab | 22.4560 | 56.1549 | -77.9116 |
#190faf color RGB value is (25,15,175).
#190faf hex color red value is 25, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #190faf hue: 0.68 , saturation: 0.84 and the lightness value of 190faf is 0.37.
The process color (four color CMYK) of #190faf color hex is 0.86, 0.91, 0.00, 0.31. Web safe color of #190faf is #000099. Color #190faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 00001111 | 10101111 |
Octal | 31 | 17 | 257 |
Decimal | 25 | 15 | 175 |
Hex | 19 | F | AF |
Shades of #190faf
Tints of #190faf
RGB Percentages of Color #190faf
CMYK Percentages of Color #190faf
Complementary Color
#190faf | #a5af0f |
#190faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#190faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#190faf Color CSS Codes
.mybgcolor {background-color:#190faf; } .myforecolor {color:#190faf; } .mybordercolor {border:3px solid #190faf; }
#190faf Text Font Color
<p style="color:#190faf">Text here</p>
This sample text font color is #190faf
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.
#190faf Background Color
<div style="background-color:#190faf">
Div content here</div>
This div background color is #190faf
#190faf Border Color
<div style="border:3px solid #190faf">
Div here</div>
This div border color is #190faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,15,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #190faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #190faf; -webkit-box-shadow: 1px 1px 3px 2px #190faf; box-shadow: 1px 1px 3px 2px #190faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,15,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #190faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #190faf; -webkit-box-shadow: 1px 1px 3px 2px #190faf; box-shadow: 1px 1px 3px 2px #190faf;">
Div content here</div>
This div box has shadow with color #190faf
Comments
No comments written yet.
Please login to write comment.