Color spaces of #19233f
RGB | 25 | 35 | 63 |
---|---|---|---|
HSL | 0.62 | 0.43 | 0.17 |
HSV | 224° | 60° | 25° |
CMYK | 0.60 | 0.44 | 0.00 0.75 |
XYZ | 1.8991 | 1.7676 | 4.9437 |
Yxy | 1.7676 | 0.2206 | 0.2053 |
Hunter Lab | 13.2951 | 2.2308 | -12.7400 |
CIE-Lab | 14.2171 | 5.4310 | -19.2516 |
#19233f color RGB value is (25,35,63).
#19233f hex color red value is 25, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #19233f hue: 0.62 , saturation: 0.43 and the lightness value of 19233f is 0.17.
The process color (four color CMYK) of #19233f color hex is 0.60, 0.44, 0.00, 0.75. Web safe color of #19233f is #003333. Color #19233f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 00100011 | 00111111 |
Octal | 31 | 43 | 77 |
Decimal | 25 | 35 | 63 |
Hex | 19 | 23 | 3F |
Shades of #19233f
Tints of #19233f
RGB Percentages of Color #19233f
CMYK Percentages of Color #19233f
Complementary Color
#19233f | #3f3519 |
#19233f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19233f Color Preview on White Background
Lorem ipsum dolor sit amet.
#19233f Color CSS Codes
.mybgcolor {background-color:#19233f; } .myforecolor {color:#19233f; } .mybordercolor {border:3px solid #19233f; }
#19233f Text Font Color
<p style="color:#19233f">Text here</p>
This sample text font color is #19233f
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.
#19233f Background Color
<div style="background-color:#19233f">
Div content here</div>
This div background color is #19233f
#19233f Border Color
<div style="border:3px solid #19233f">
Div here</div>
This div border color is #19233f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,35,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19233f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19233f; -webkit-box-shadow: 1px 1px 3px 2px #19233f; box-shadow: 1px 1px 3px 2px #19233f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,35,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #19233f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19233f; -webkit-box-shadow: 1px 1px 3px 2px #19233f; box-shadow: 1px 1px 3px 2px #19233f;">
Div content here</div>
This div box has shadow with color #19233f
Comments
No comments written yet.
Please login to write comment.