Color spaces of #092898
RGB | 9 | 40 | 152 |
---|---|---|---|
HSL | 0.63 | 0.89 | 0.32 |
HSV | 227° | 94° | 60° |
CMYK | 0.94 | 0.74 | 0.00 0.40 |
XYZ | 6.5389 | 3.8427 | 30.1028 |
Yxy | 3.8427 | 0.1615 | 0.0949 |
Hunter Lab | 19.6028 | 25.2373 | -77.3260 |
CIE-Lab | 23.1444 | 36.1504 | -62.7999 |
#092898 color RGB value is (9,40,152).
#092898 hex color red value is 9, green value is 40 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #092898 hue: 0.63 , saturation: 0.89 and the lightness value of 092898 is 0.32.
The process color (four color CMYK) of #092898 color hex is 0.94, 0.74, 0.00, 0.40. Web safe color of #092898 is #003399. Color #092898 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00101000 | 10011000 |
Octal | 11 | 50 | 230 |
Decimal | 9 | 40 | 152 |
Hex | 9 | 28 | 98 |
Shades of #092898
Tints of #092898
RGB Percentages of Color #092898
CMYK Percentages of Color #092898
Complementary Color
#092898 | #987909 |
#092898 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#092898 Color Preview on White Background
Lorem ipsum dolor sit amet.
#092898 Color CSS Codes
.mybgcolor {background-color:#092898; } .myforecolor {color:#092898; } .mybordercolor {border:3px solid #092898; }
#092898 Text Font Color
<p style="color:#092898">Text here</p>
This sample text font color is #092898
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.
#092898 Background Color
<div style="background-color:#092898">
Div content here</div>
This div background color is #092898
#092898 Border Color
<div style="border:3px solid #092898">
Div here</div>
This div border color is #092898
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,40,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #092898; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #092898; -webkit-box-shadow: 1px 1px 3px 2px #092898; box-shadow: 1px 1px 3px 2px #092898; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,40,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #092898">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #092898; -webkit-box-shadow: 1px 1px 3px 2px #092898; box-shadow: 1px 1px 3px 2px #092898;">
Div content here</div>
This div box has shadow with color #092898
Comments
No comments written yet.
Please login to write comment.