Color spaces of #1366cd
RGB | 19 | 102 | 205 |
---|---|---|---|
HSL | 0.59 | 0.83 | 0.44 |
HSV | 213° | 91° | 80° |
CMYK | 0.91 | 0.50 | 0.00 0.20 |
XYZ | 16.0394 | 14.0490 | 59.6240 |
Yxy | 14.0490 | 0.1788 | 0.1566 |
Hunter Lab | 37.4820 | 10.7907 | -68.0774 |
CIE-Lab | 44.3031 | 16.3764 | -59.6544 |
#1366cd color RGB value is (19,102,205).
#1366cd hex color red value is 19, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1366cd hue: 0.59 , saturation: 0.83 and the lightness value of 1366cd is 0.44.
The process color (four color CMYK) of #1366cd color hex is 0.91, 0.50, 0.00, 0.20. Web safe color of #1366cd is #0066cc. Color #1366cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01100110 | 11001101 |
Octal | 23 | 146 | 315 |
Decimal | 19 | 102 | 205 |
Hex | 13 | 66 | CD |
Shades of #1366cd
Tints of #1366cd
RGB Percentages of Color #1366cd
CMYK Percentages of Color #1366cd
Complementary Color
#1366cd | #cd7a13 |
#1366cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1366cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1366cd Color CSS Codes
.mybgcolor {background-color:#1366cd; } .myforecolor {color:#1366cd; } .mybordercolor {border:3px solid #1366cd; }
#1366cd Text Font Color
<p style="color:#1366cd">Text here</p>
This sample text font color is #1366cd
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.
#1366cd Background Color
<div style="background-color:#1366cd">
Div content here</div>
This div background color is #1366cd
#1366cd Border Color
<div style="border:3px solid #1366cd">
Div here</div>
This div border color is #1366cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,102,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1366cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1366cd; -webkit-box-shadow: 1px 1px 3px 2px #1366cd; box-shadow: 1px 1px 3px 2px #1366cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,102,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1366cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1366cd; -webkit-box-shadow: 1px 1px 3px 2px #1366cd; box-shadow: 1px 1px 3px 2px #1366cd;">
Div content here</div>
This div box has shadow with color #1366cd
Comments
No comments written yet.
Please login to write comment.