Color spaces of #092fcc
RGB | 9 | 47 | 204 |
---|---|---|---|
HSL | 0.63 | 0.92 | 0.42 |
HSV | 228° | 96° | 80° |
CMYK | 0.96 | 0.77 | 0.00 0.20 |
XYZ | 12.0283 | 6.4507 | 57.7379 |
Yxy | 6.4507 | 0.1578 | 0.0846 |
Hunter Lab | 25.3982 | 40.0886 | -117.0054 |
CIE-Lab | 30.5222 | 50.5031 | -81.6707 |
#092fcc color RGB value is (9,47,204).
#092fcc hex color red value is 9, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #092fcc hue: 0.63 , saturation: 0.92 and the lightness value of 092fcc is 0.42.
The process color (four color CMYK) of #092fcc color hex is 0.96, 0.77, 0.00, 0.20. Web safe color of #092fcc is #0033cc. Color #092fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00101111 | 11001100 |
Octal | 11 | 57 | 314 |
Decimal | 9 | 47 | 204 |
Hex | 9 | 2F | CC |
Shades of #092fcc
Tints of #092fcc
RGB Percentages of Color #092fcc
CMYK Percentages of Color #092fcc
Complementary Color
#092fcc | #cca609 |
#092fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#092fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#092fcc Color CSS Codes
.mybgcolor {background-color:#092fcc; } .myforecolor {color:#092fcc; } .mybordercolor {border:3px solid #092fcc; }
#092fcc Text Font Color
<p style="color:#092fcc">Text here</p>
This sample text font color is #092fcc
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.
#092fcc Background Color
<div style="background-color:#092fcc">
Div content here</div>
This div background color is #092fcc
#092fcc Border Color
<div style="border:3px solid #092fcc">
Div here</div>
This div border color is #092fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,47,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #092fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #092fcc; -webkit-box-shadow: 1px 1px 3px 2px #092fcc; box-shadow: 1px 1px 3px 2px #092fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,47,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #092fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #092fcc; -webkit-box-shadow: 1px 1px 3px 2px #092fcc; box-shadow: 1px 1px 3px 2px #092fcc;">
Div content here</div>
This div box has shadow with color #092fcc
Comments
No comments written yet.
Please login to write comment.