Color spaces of #131cab
RGB | 19 | 28 | 171 |
---|---|---|---|
HSL | 0.66 | 0.80 | 0.37 |
HSV | 236° | 89° | 67° |
CMYK | 0.89 | 0.84 | 0.00 0.33 |
XYZ | 8.0345 | 3.9092 | 38.8592 |
Yxy | 3.9092 | 0.1582 | 0.0769 |
Hunter Lab | 19.7717 | 37.9355 | -102.6881 |
CIE-Lab | 23.3690 | 49.7434 | -73.9873 |
#131cab color RGB value is (19,28,171).
#131cab hex color red value is 19, green value is 28 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #131cab hue: 0.66 , saturation: 0.80 and the lightness value of 131cab is 0.37.
The process color (four color CMYK) of #131cab color hex is 0.89, 0.84, 0.00, 0.33. Web safe color of #131cab is #003399. Color #131cab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00011100 | 10101011 |
Octal | 23 | 34 | 253 |
Decimal | 19 | 28 | 171 |
Hex | 13 | 1C | AB |
Shades of #131cab
Tints of #131cab
RGB Percentages of Color #131cab
CMYK Percentages of Color #131cab
Complementary Color
#131cab | #aba213 |
#131cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#131cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#131cab Color CSS Codes
.mybgcolor {background-color:#131cab; } .myforecolor {color:#131cab; } .mybordercolor {border:3px solid #131cab; }
#131cab Text Font Color
<p style="color:#131cab">Text here</p>
This sample text font color is #131cab
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.
#131cab Background Color
<div style="background-color:#131cab">
Div content here</div>
This div background color is #131cab
#131cab Border Color
<div style="border:3px solid #131cab">
Div here</div>
This div border color is #131cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,28,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #131cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #131cab; -webkit-box-shadow: 1px 1px 3px 2px #131cab; box-shadow: 1px 1px 3px 2px #131cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,28,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #131cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #131cab; -webkit-box-shadow: 1px 1px 3px 2px #131cab; box-shadow: 1px 1px 3px 2px #131cab;">
Div content here</div>
This div box has shadow with color #131cab
Comments
No comments written yet.
Please login to write comment.