Color spaces of #094457
RGB | 9 | 68 | 87 |
---|---|---|---|
HSL | 0.54 | 0.81 | 0.19 |
HSV | 195° | 90° | 34° |
CMYK | 0.90 | 0.22 | 0.00 0.66 |
XYZ | 3.9001 | 4.8804 | 9.7533 |
Yxy | 4.8804 | 0.2104 | 0.2633 |
Hunter Lab | 22.0916 | -7.1476 | -10.7120 |
CIE-Lab | 26.3913 | -10.2634 | -16.3987 |
#094457 color RGB value is (9,68,87).
#094457 hex color red value is 9, green value is 68 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #094457 hue: 0.54 , saturation: 0.81 and the lightness value of 094457 is 0.19.
The process color (four color CMYK) of #094457 color hex is 0.90, 0.22, 0.00, 0.66. Web safe color of #094457 is #003366. Color #094457 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01000100 | 01010111 |
Octal | 11 | 104 | 127 |
Decimal | 9 | 68 | 87 |
Hex | 9 | 44 | 57 |
Shades of #094457
Tints of #094457
RGB Percentages of Color #094457
CMYK Percentages of Color #094457
Complementary Color
#094457 | #571c09 |
#094457 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#094457 Color Preview on White Background
Lorem ipsum dolor sit amet.
#094457 Color CSS Codes
.mybgcolor {background-color:#094457; } .myforecolor {color:#094457; } .mybordercolor {border:3px solid #094457; }
#094457 Text Font Color
<p style="color:#094457">Text here</p>
This sample text font color is #094457
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.
#094457 Background Color
<div style="background-color:#094457">
Div content here</div>
This div background color is #094457
#094457 Border Color
<div style="border:3px solid #094457">
Div here</div>
This div border color is #094457
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,68,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #094457; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #094457; -webkit-box-shadow: 1px 1px 3px 2px #094457; box-shadow: 1px 1px 3px 2px #094457; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,68,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #094457">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #094457; -webkit-box-shadow: 1px 1px 3px 2px #094457; box-shadow: 1px 1px 3px 2px #094457;">
Div content here</div>
This div box has shadow with color #094457
Comments
No comments written yet.
Please login to write comment.