Color spaces of #09468c
RGB | 9 | 70 | 140 |
---|---|---|---|
HSL | 0.59 | 0.88 | 0.29 |
HSV | 212° | 94° | 55° |
CMYK | 0.94 | 0.50 | 0.00 0.45 |
XYZ | 7.0364 | 6.3318 | 25.6623 |
Yxy | 6.3318 | 0.1803 | 0.1622 |
Hunter Lab | 25.1631 | 5.8789 | -42.8522 |
CIE-Lab | 30.2346 | 10.6588 | -43.8254 |
#09468c color RGB value is (9,70,140).
#09468c hex color red value is 9, green value is 70 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #09468c hue: 0.59 , saturation: 0.88 and the lightness value of 09468c is 0.29.
The process color (four color CMYK) of #09468c color hex is 0.94, 0.50, 0.00, 0.45. Web safe color of #09468c is #003399. Color #09468c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01000110 | 10001100 |
Octal | 11 | 106 | 214 |
Decimal | 9 | 70 | 140 |
Hex | 9 | 46 | 8C |
Shades of #09468c
Tints of #09468c
RGB Percentages of Color #09468c
CMYK Percentages of Color #09468c
Complementary Color
#09468c | #8c4f09 |
#09468c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09468c Color Preview on White Background
Lorem ipsum dolor sit amet.
#09468c Color CSS Codes
.mybgcolor {background-color:#09468c; } .myforecolor {color:#09468c; } .mybordercolor {border:3px solid #09468c; }
#09468c Text Font Color
<p style="color:#09468c">Text here</p>
This sample text font color is #09468c
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.
#09468c Background Color
<div style="background-color:#09468c">
Div content here</div>
This div background color is #09468c
#09468c Border Color
<div style="border:3px solid #09468c">
Div here</div>
This div border color is #09468c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,70,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09468c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09468c; -webkit-box-shadow: 1px 1px 3px 2px #09468c; box-shadow: 1px 1px 3px 2px #09468c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,70,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09468c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09468c; -webkit-box-shadow: 1px 1px 3px 2px #09468c; box-shadow: 1px 1px 3px 2px #09468c;">
Div content here</div>
This div box has shadow with color #09468c
Comments
No comments written yet.
Please login to write comment.