Color spaces of #042397
RGB | 4 | 35 | 151 |
---|---|---|---|
HSL | 0.63 | 0.95 | 0.30 |
HSV | 227° | 97° | 59° |
CMYK | 0.97 | 0.77 | 0.00 0.41 |
XYZ | 6.2370 | 3.4622 | 29.6177 |
Yxy | 3.4622 | 0.1586 | 0.0881 |
Hunter Lab | 18.6070 | 27.2704 | -81.3501 |
CIE-Lab | 21.8073 | 38.7112 | -64.4017 |
#042397 color RGB value is (4,35,151).
#042397 hex color red value is 4, green value is 35 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #042397 hue: 0.63 , saturation: 0.95 and the lightness value of 042397 is 0.30.
The process color (four color CMYK) of #042397 color hex is 0.97, 0.77, 0.00, 0.41. Web safe color of #042397 is #003399. Color #042397 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 00100011 | 10010111 |
Octal | 4 | 43 | 227 |
Decimal | 4 | 35 | 151 |
Hex | 4 | 23 | 97 |
Shades of #042397
Tints of #042397
RGB Percentages of Color #042397
CMYK Percentages of Color #042397
Complementary Color
#042397 | #977804 |
#042397 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#042397 Color Preview on White Background
Lorem ipsum dolor sit amet.
#042397 Color CSS Codes
.mybgcolor {background-color:#042397; } .myforecolor {color:#042397; } .mybordercolor {border:3px solid #042397; }
#042397 Text Font Color
<p style="color:#042397">Text here</p>
This sample text font color is #042397
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.
#042397 Background Color
<div style="background-color:#042397">
Div content here</div>
This div background color is #042397
#042397 Border Color
<div style="border:3px solid #042397">
Div here</div>
This div border color is #042397
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,35,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #042397; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #042397; -webkit-box-shadow: 1px 1px 3px 2px #042397; box-shadow: 1px 1px 3px 2px #042397; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,35,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #042397">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #042397; -webkit-box-shadow: 1px 1px 3px 2px #042397; box-shadow: 1px 1px 3px 2px #042397;">
Div content here</div>
This div box has shadow with color #042397
Comments
No comments written yet.
Please login to write comment.