Color spaces of #1419ce
RGB | 20 | 25 | 206 |
---|---|---|---|
HSL | 0.66 | 0.82 | 0.44 |
HSV | 238° | 90° | 81° |
CMYK | 0.90 | 0.88 | 0.00 0.19 |
XYZ | 11.7767 | 5.3002 | 58.7949 |
Yxy | 5.3002 | 0.1552 | 0.0699 |
Hunter Lab | 23.0222 | 51.0207 | -135.3016 |
CIE-Lab | 27.5735 | 61.4505 | -87.7366 |
#1419ce color RGB value is (20,25,206).
#1419ce hex color red value is 20, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1419ce hue: 0.66 , saturation: 0.82 and the lightness value of 1419ce is 0.44.
The process color (four color CMYK) of #1419ce color hex is 0.90, 0.88, 0.00, 0.19. Web safe color of #1419ce is #0000cc. Color #1419ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00011001 | 11001110 |
Octal | 24 | 31 | 316 |
Decimal | 20 | 25 | 206 |
Hex | 14 | 19 | CE |
Shades of #1419ce
Tints of #1419ce
RGB Percentages of Color #1419ce
CMYK Percentages of Color #1419ce
Complementary Color
#1419ce | #cec914 |
#1419ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1419ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#1419ce Color CSS Codes
.mybgcolor {background-color:#1419ce; } .myforecolor {color:#1419ce; } .mybordercolor {border:3px solid #1419ce; }
#1419ce Text Font Color
<p style="color:#1419ce">Text here</p>
This sample text font color is #1419ce
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.
#1419ce Background Color
<div style="background-color:#1419ce">
Div content here</div>
This div background color is #1419ce
#1419ce Border Color
<div style="border:3px solid #1419ce">
Div here</div>
This div border color is #1419ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,25,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1419ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1419ce; -webkit-box-shadow: 1px 1px 3px 2px #1419ce; box-shadow: 1px 1px 3px 2px #1419ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,25,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1419ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1419ce; -webkit-box-shadow: 1px 1px 3px 2px #1419ce; box-shadow: 1px 1px 3px 2px #1419ce;">
Div content here</div>
This div box has shadow with color #1419ce
Comments
No comments written yet.
Please login to write comment.