Color spaces of #18326e
RGB | 24 | 50 | 110 |
---|---|---|---|
HSL | 0.62 | 0.64 | 0.26 |
HSV | 222° | 78° | 43° |
CMYK | 0.78 | 0.55 | 0.00 0.57 |
XYZ | 4.3318 | 3.6012 | 15.2186 |
Yxy | 3.6012 | 0.1871 | 0.1555 |
Hunter Lab | 18.9768 | 7.5364 | -34.2643 |
CIE-Lab | 22.3066 | 13.4847 | -37.7472 |
#18326e color RGB value is (24,50,110).
#18326e hex color red value is 24, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #18326e hue: 0.62 , saturation: 0.64 and the lightness value of 18326e is 0.26.
The process color (four color CMYK) of #18326e color hex is 0.78, 0.55, 0.00, 0.57. Web safe color of #18326e is #003366. Color #18326e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00110010 | 01101110 |
Octal | 30 | 62 | 156 |
Decimal | 24 | 50 | 110 |
Hex | 18 | 32 | 6E |
Shades of #18326e
Tints of #18326e
RGB Percentages of Color #18326e
CMYK Percentages of Color #18326e
Complementary Color
#18326e | #6e5418 |
#18326e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18326e Color Preview on White Background
Lorem ipsum dolor sit amet.
#18326e Color CSS Codes
.mybgcolor {background-color:#18326e; } .myforecolor {color:#18326e; } .mybordercolor {border:3px solid #18326e; }
#18326e Text Font Color
<p style="color:#18326e">Text here</p>
This sample text font color is #18326e
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.
#18326e Background Color
<div style="background-color:#18326e">
Div content here</div>
This div background color is #18326e
#18326e Border Color
<div style="border:3px solid #18326e">
Div here</div>
This div border color is #18326e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,50,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18326e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18326e; -webkit-box-shadow: 1px 1px 3px 2px #18326e; box-shadow: 1px 1px 3px 2px #18326e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,50,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18326e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18326e; -webkit-box-shadow: 1px 1px 3px 2px #18326e; box-shadow: 1px 1px 3px 2px #18326e;">
Div content here</div>
This div box has shadow with color #18326e
Comments
No comments written yet.
Please login to write comment.