Color spaces of #073249
RGB | 7 | 50 | 73 |
---|---|---|---|
HSL | 0.56 | 0.83 | 0.16 |
HSV | 201° | 90° | 29° |
CMYK | 0.90 | 0.32 | 0.00 0.71 |
XYZ | 2.4308 | 2.8074 | 6.7171 |
Yxy | 2.8074 | 0.2033 | 0.2348 |
Hunter Lab | 16.7553 | -3.4256 | -12.0403 |
CIE-Lab | 19.2554 | -4.6504 | -18.2409 |
#073249 color RGB value is (7,50,73).
#073249 hex color red value is 7, green value is 50 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #073249 hue: 0.56 , saturation: 0.83 and the lightness value of 073249 is 0.16.
The process color (four color CMYK) of #073249 color hex is 0.90, 0.32, 0.00, 0.71. Web safe color of #073249 is #003333. Color #073249 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00110010 | 01001001 |
Octal | 7 | 62 | 111 |
Decimal | 7 | 50 | 73 |
Hex | 7 | 32 | 49 |
Shades of #073249
Tints of #073249
RGB Percentages of Color #073249
CMYK Percentages of Color #073249
Complementary Color
#073249 | #491e07 |
#073249 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#073249 Color Preview on White Background
Lorem ipsum dolor sit amet.
#073249 Color CSS Codes
.mybgcolor {background-color:#073249; } .myforecolor {color:#073249; } .mybordercolor {border:3px solid #073249; }
#073249 Text Font Color
<p style="color:#073249">Text here</p>
This sample text font color is #073249
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.
#073249 Background Color
<div style="background-color:#073249">
Div content here</div>
This div background color is #073249
#073249 Border Color
<div style="border:3px solid #073249">
Div here</div>
This div border color is #073249
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,50,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #073249; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #073249; -webkit-box-shadow: 1px 1px 3px 2px #073249; box-shadow: 1px 1px 3px 2px #073249; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,50,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #073249">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #073249; -webkit-box-shadow: 1px 1px 3px 2px #073249; box-shadow: 1px 1px 3px 2px #073249;">
Div content here</div>
This div box has shadow with color #073249
Comments
No comments written yet.
Please login to write comment.