Color spaces of #141fcb
RGB | 20 | 31 | 203 |
---|---|---|---|
HSL | 0.66 | 0.82 | 0.44 |
HSV | 236° | 90° | 80° |
CMYK | 0.90 | 0.85 | 0.00 0.20 |
XYZ | 11.5580 | 5.4405 | 56.9409 |
Yxy | 5.4405 | 0.1563 | 0.0736 |
Hunter Lab | 23.3249 | 47.6322 | -128.4119 |
CIE-Lab | 27.9546 | 58.2550 | -85.3493 |
#141fcb color RGB value is (20,31,203).
#141fcb hex color red value is 20, green value is 31 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #141fcb hue: 0.66 , saturation: 0.82 and the lightness value of 141fcb is 0.44.
The process color (four color CMYK) of #141fcb color hex is 0.90, 0.85, 0.00, 0.20. Web safe color of #141fcb is #0033cc. Color #141fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00011111 | 11001011 |
Octal | 24 | 37 | 313 |
Decimal | 20 | 31 | 203 |
Hex | 14 | 1F | CB |
Shades of #141fcb
Tints of #141fcb
RGB Percentages of Color #141fcb
CMYK Percentages of Color #141fcb
Complementary Color
#141fcb | #cbc014 |
#141fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#141fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#141fcb Color CSS Codes
.mybgcolor {background-color:#141fcb; } .myforecolor {color:#141fcb; } .mybordercolor {border:3px solid #141fcb; }
#141fcb Text Font Color
<p style="color:#141fcb">Text here</p>
This sample text font color is #141fcb
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.
#141fcb Background Color
<div style="background-color:#141fcb">
Div content here</div>
This div background color is #141fcb
#141fcb Border Color
<div style="border:3px solid #141fcb">
Div here</div>
This div border color is #141fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,31,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #141fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #141fcb; -webkit-box-shadow: 1px 1px 3px 2px #141fcb; box-shadow: 1px 1px 3px 2px #141fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,31,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #141fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #141fcb; -webkit-box-shadow: 1px 1px 3px 2px #141fcb; box-shadow: 1px 1px 3px 2px #141fcb;">
Div content here</div>
This div box has shadow with color #141fcb
Comments
No comments written yet.
Please login to write comment.