HEX: #090776
RGB: (9,7,118)
#090776 contains mainly blue color. Web safe color of #090776 is #000066 (or #006).
#090776 color RGB value is (9,7,118).
RGB: (9,7,118)
(4%, 3%, 46%)
R 9 of 255 = 4%
G 7 of 255 = 3%
B 118 of 255 = 46%
R + G + B ~ 18%. #090776 is dark color.
R + G + B = 9 + 7 + 118 = 134 (100%)
R 9 of 134 ~ 6.72%
G 7 of 134 ~ 5.22%
B 118 of 134 ~ 88.06'%
#090776 color CMYK value is (92,94,0,54).
CMYK: (92,94,0,54)
C92M94Y0K54 (92%, 94%, 0%, 54%)
(0.92 / 0.94 / 0.00 / 0.54)
Color #090776 in popluar color models
09 | 07 | 76 | |
---|---|---|---|
RGB | 9 | 7 | 118 |
HSL | 241° | 88.80% | 24.51% |
HSB/HSV | 241° | 94.07% | 46.27% |
CMYK | 92.37% | 94.07% | 0.00% |
53.73% |
Color #090776 in popluar number systems.
HEX | 09 | 07 | 76 |
Decimal | 9 | 7 | 118 |
Binary | 1001 | 111 | 1110110 |
Octal | 11 | 7 | 166 |
Shades of #090776
Tints of #090776
Examples of css and html codes for elements with #090776 color. Also use rgb(9,7,118) instead hex code.
.myTextColor { color: #090776; }
<p style="color:#090776">This sample text font color is #090776.</p>
This text font color is #090776.
.myBgColor { background-color: #090776; }
<div style="background-color:#090776">Inner text</div>
This div background color is #090776.
.myBorderColor { border: 1px solid #090776; }
<div style="border:3px solid #090776">Div</div>
This div border color is #090776.
.myOpacity80 { color: #090776; opacity: 0.8; }
<p style="color:#090776;opacity:0.8;">80%</p>
Text with #090776 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #090776;}
<p style="text-shadow: 3px 3px 1px #090776">Text here.</p>
This text has shadow with #090776 color.
.textShadow {text-shadow: 3px 3px 1px #090776', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #090776, 5px 5px 20px red">Text here.</p>
This text has shadow with #090776 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090776, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#090776, Direction=45, Strength=4)">Text</p>
This text has shadow with #090776 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #090776;
-webkit-box-shadow: 1px 1px 3px 2px #090776;
box-shadow: 1px 1px 3px 2px #090776;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090776; -webkit-box-shadow: 1px 1px 3px 2px #090776; box-shadow:1px 1px 3px 2px #090776;">
Div content here
</div>
This text has color #090776 on black background.
This text has color #090776 on white background.
This text has black color on #090776 background.
This text has white color on #090776 background.
Complementary color for #hex is #F6F889.