Color spaces of #18389d
RGB | 24 | 56 | 157 |
---|---|---|---|
HSL | 0.63 | 0.73 | 0.35 |
HSV | 226° | 85° | 62° |
CMYK | 0.85 | 0.64 | 0.00 0.38 |
XYZ | 7.8767 | 5.4569 | 32.5364 |
Yxy | 5.4569 | 0.1717 | 0.1190 |
Hunter Lab | 23.3600 | 19.3079 | -66.2286 |
CIE-Lab | 27.9987 | 28.3414 | -57.8509 |
#18389d color RGB value is (24,56,157).
#18389d hex color red value is 24, green value is 56 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #18389d hue: 0.63 , saturation: 0.73 and the lightness value of 18389d is 0.35.
The process color (four color CMYK) of #18389d color hex is 0.85, 0.64, 0.00, 0.38. Web safe color of #18389d is #003399. Color #18389d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00111000 | 10011101 |
Octal | 30 | 70 | 235 |
Decimal | 24 | 56 | 157 |
Hex | 18 | 38 | 9D |
Shades of #18389d
Tints of #18389d
RGB Percentages of Color #18389d
CMYK Percentages of Color #18389d
Complementary Color
#18389d | #9d7d18 |
#18389d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18389d Color Preview on White Background
Lorem ipsum dolor sit amet.
#18389d Color CSS Codes
.mybgcolor {background-color:#18389d; } .myforecolor {color:#18389d; } .mybordercolor {border:3px solid #18389d; }
#18389d Text Font Color
<p style="color:#18389d">Text here</p>
This sample text font color is #18389d
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.
#18389d Background Color
<div style="background-color:#18389d">
Div content here</div>
This div background color is #18389d
#18389d Border Color
<div style="border:3px solid #18389d">
Div here</div>
This div border color is #18389d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,56,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18389d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18389d; -webkit-box-shadow: 1px 1px 3px 2px #18389d; box-shadow: 1px 1px 3px 2px #18389d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,56,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18389d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18389d; -webkit-box-shadow: 1px 1px 3px 2px #18389d; box-shadow: 1px 1px 3px 2px #18389d;">
Div content here</div>
This div box has shadow with color #18389d
Comments
No comments written yet.
Please login to write comment.