Color spaces of #14314a
RGB | 20 | 49 | 74 |
---|---|---|---|
HSL | 0.58 | 0.57 | 0.18 |
HSV | 208° | 73° | 29° |
CMYK | 0.73 | 0.34 | 0.00 0.71 |
XYZ | 2.6228 | 2.8398 | 6.8885 |
Yxy | 2.8398 | 0.2124 | 0.2299 |
Hunter Lab | 16.8517 | -1.7087 | -12.4399 |
CIE-Lab | 19.3905 | -1.4520 | -18.6745 |
#14314a color RGB value is (20,49,74).
#14314a hex color red value is 20, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #14314a hue: 0.58 , saturation: 0.57 and the lightness value of 14314a is 0.18.
The process color (four color CMYK) of #14314a color hex is 0.73, 0.34, 0.00, 0.71. Web safe color of #14314a is #003333. Color #14314a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110001 | 01001010 |
Octal | 24 | 61 | 112 |
Decimal | 20 | 49 | 74 |
Hex | 14 | 31 | 4A |
Shades of #14314a
Tints of #14314a
RGB Percentages of Color #14314a
CMYK Percentages of Color #14314a
Complementary Color
#14314a | #4a2d14 |
#14314a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14314a Color Preview on White Background
Lorem ipsum dolor sit amet.
#14314a Color CSS Codes
.mybgcolor {background-color:#14314a; } .myforecolor {color:#14314a; } .mybordercolor {border:3px solid #14314a; }
#14314a Text Font Color
<p style="color:#14314a">Text here</p>
This sample text font color is #14314a
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.
#14314a Background Color
<div style="background-color:#14314a">
Div content here</div>
This div background color is #14314a
#14314a Border Color
<div style="border:3px solid #14314a">
Div here</div>
This div border color is #14314a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,49,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14314a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14314a; -webkit-box-shadow: 1px 1px 3px 2px #14314a; box-shadow: 1px 1px 3px 2px #14314a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,49,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14314a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14314a; -webkit-box-shadow: 1px 1px 3px 2px #14314a; box-shadow: 1px 1px 3px 2px #14314a;">
Div content here</div>
This div box has shadow with color #14314a
Comments
No comments written yet.
Please login to write comment.