Color spaces of #1391df
RGB | 19 | 145 | 223 |
---|---|---|---|
HSL | 0.56 | 0.84 | 0.47 |
HSV | 203° | 91° | 87° |
CMYK | 0.91 | 0.35 | 0.00 0.13 |
XYZ | 23.7132 | 25.7170 | 73.5261 |
Yxy | 25.7170 | 0.1929 | 0.2092 |
Hunter Lab | 50.7119 | -5.2782 | -50.4649 |
CIE-Lab | 57.7674 | -3.1975 | -48.2797 |
#1391df color RGB value is (19,145,223).
#1391df hex color red value is 19, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1391df hue: 0.56 , saturation: 0.84 and the lightness value of 1391df is 0.47.
The process color (four color CMYK) of #1391df color hex is 0.91, 0.35, 0.00, 0.13. Web safe color of #1391df is #0099cc. Color #1391df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10010001 | 11011111 |
Octal | 23 | 221 | 337 |
Decimal | 19 | 145 | 223 |
Hex | 13 | 91 | DF |
Shades of #1391df
Tints of #1391df
RGB Percentages of Color #1391df
CMYK Percentages of Color #1391df
Complementary Color
#1391df | #df6113 |
#1391df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1391df Color Preview on White Background
Lorem ipsum dolor sit amet.
#1391df Color CSS Codes
.mybgcolor {background-color:#1391df; } .myforecolor {color:#1391df; } .mybordercolor {border:3px solid #1391df; }
#1391df Text Font Color
<p style="color:#1391df">Text here</p>
This sample text font color is #1391df
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.
#1391df Background Color
<div style="background-color:#1391df">
Div content here</div>
This div background color is #1391df
#1391df Border Color
<div style="border:3px solid #1391df">
Div here</div>
This div border color is #1391df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,145,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1391df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1391df; -webkit-box-shadow: 1px 1px 3px 2px #1391df; box-shadow: 1px 1px 3px 2px #1391df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,145,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1391df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1391df; -webkit-box-shadow: 1px 1px 3px 2px #1391df; box-shadow: 1px 1px 3px 2px #1391df;">
Div content here</div>
This div box has shadow with color #1391df
Comments
No comments written yet.
Please login to write comment.