Color spaces of #183490
RGB | 24 | 52 | 144 |
---|---|---|---|
HSL | 0.63 | 0.71 | 0.33 |
HSV | 226° | 83° | 56° |
CMYK | 0.83 | 0.64 | 0.00 0.44 |
XYZ | 6.6387 | 4.6638 | 26.9359 |
Yxy | 4.6638 | 0.1736 | 0.1220 |
Hunter Lab | 21.5958 | 17.0794 | -58.8337 |
CIE-Lab | 25.7546 | 25.9367 | -53.5603 |
#183490 color RGB value is (24,52,144).
#183490 hex color red value is 24, green value is 52 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #183490 hue: 0.63 , saturation: 0.71 and the lightness value of 183490 is 0.33.
The process color (four color CMYK) of #183490 color hex is 0.83, 0.64, 0.00, 0.44. Web safe color of #183490 is #003399. Color #183490 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00110100 | 10010000 |
Octal | 30 | 64 | 220 |
Decimal | 24 | 52 | 144 |
Hex | 18 | 34 | 90 |
Shades of #183490
Tints of #183490
RGB Percentages of Color #183490
CMYK Percentages of Color #183490
Complementary Color
#183490 | #907418 |
#183490 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#183490 Color Preview on White Background
Lorem ipsum dolor sit amet.
#183490 Color CSS Codes
.mybgcolor {background-color:#183490; } .myforecolor {color:#183490; } .mybordercolor {border:3px solid #183490; }
#183490 Text Font Color
<p style="color:#183490">Text here</p>
This sample text font color is #183490
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.
#183490 Background Color
<div style="background-color:#183490">
Div content here</div>
This div background color is #183490
#183490 Border Color
<div style="border:3px solid #183490">
Div here</div>
This div border color is #183490
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,52,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #183490; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #183490; -webkit-box-shadow: 1px 1px 3px 2px #183490; box-shadow: 1px 1px 3px 2px #183490; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,52,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #183490">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #183490; -webkit-box-shadow: 1px 1px 3px 2px #183490; box-shadow: 1px 1px 3px 2px #183490;">
Div content here</div>
This div box has shadow with color #183490
Comments
No comments written yet.
Please login to write comment.