Color spaces of #18294e
RGB | 24 | 41 | 78 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.20 |
HSV | 221° | 69° | 31° |
CMYK | 0.69 | 0.47 | 0.00 0.69 |
XYZ | 2.5448 | 2.3301 | 7.5234 |
Yxy | 2.3301 | 0.2053 | 0.1879 |
Hunter Lab | 15.2647 | 3.0449 | -18.5366 |
CIE-Lab | 17.1321 | 6.7696 | -24.9450 |
#18294e color RGB value is (24,41,78).
#18294e hex color red value is 24, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #18294e hue: 0.61 , saturation: 0.53 and the lightness value of 18294e is 0.20.
The process color (four color CMYK) of #18294e color hex is 0.69, 0.47, 0.00, 0.69. Web safe color of #18294e is #003366. Color #18294e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00101001 | 01001110 |
Octal | 30 | 51 | 116 |
Decimal | 24 | 41 | 78 |
Hex | 18 | 29 | 4E |
Shades of #18294e
Tints of #18294e
RGB Percentages of Color #18294e
CMYK Percentages of Color #18294e
Complementary Color
#18294e | #4e3d18 |
#18294e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18294e Color Preview on White Background
Lorem ipsum dolor sit amet.
#18294e Color CSS Codes
.mybgcolor {background-color:#18294e; } .myforecolor {color:#18294e; } .mybordercolor {border:3px solid #18294e; }
#18294e Text Font Color
<p style="color:#18294e">Text here</p>
This sample text font color is #18294e
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.
#18294e Background Color
<div style="background-color:#18294e">
Div content here</div>
This div background color is #18294e
#18294e Border Color
<div style="border:3px solid #18294e">
Div here</div>
This div border color is #18294e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,41,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18294e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18294e; -webkit-box-shadow: 1px 1px 3px 2px #18294e; box-shadow: 1px 1px 3px 2px #18294e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,41,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18294e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18294e; -webkit-box-shadow: 1px 1px 3px 2px #18294e; box-shadow: 1px 1px 3px 2px #18294e;">
Div content here</div>
This div box has shadow with color #18294e
Comments
No comments written yet.
Please login to write comment.