HEX: #130738
RGB: (19,7,56)
#130738 contains red, green and blue colors in about the same proportion. Web safe color of #130738 is #000033 (or #003).
#130738 color RGB value is (19,7,56).
RGB: (19,7,56) (7%,3%,22%)
R 19 of 255 = 7%
G 7 of 255 = 3%
B 56 of 255 = 22%
R + G + B ~ 11%. #130738 is dark color.
R + G + B =
19 + 7 + 56 = 82 (100%)
R 19 of 82 ~ 23.17%
G 7 of 82 ~ 8.54%
B 56 of 82 ~ 68.29%
#130738 color CMYK value is (66,88,0,78).
CMYK: (66,88,0,78) C66M88Y0K78 (66%,88%,0%,78%) (0.66/0.88/0.00/0.78)
13 | 07 | 38 | |
---|---|---|---|
RGB | 19 | 7 | 56 |
HSL | 255° | 77.78% | 12.35% |
HSB/HSV | 255° | 87.50% | 21.96% |
CMYK | 66.07% | 87.50% | 0.00% |
78.04% |
HEX | 13 | 07 | 38 |
Decimal | 19 | 7 | 56 |
Binary | 10011 | 111 | 111000 |
Octal | 23 | 7 | 70 |
Examples of css and html codes for elements with #130738 color. Also use rgb(19,7,56) instead hex code.
.myTextColor { color: #130738; }
<p style="color:#130738">This sample text font color is #130738.</p>
This text font color is #130738.
.myBgColor { background-color: #130738; }
<div style="background-color:#130738">Inner text</div>
This div background color is #130738.
.myBorderColor { border: 1px solid #130738; }
<div style="border:3px solid #130738">Div</div>
This div border color is #130738.
.myOpacity80 { color: #130738; opacity: 0.8; }
<p style="color:#130738;opacity:0.8;">80%</p>
Text with #130738 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #130738;}
<p style="text-shadow: 3px 3px 1px #130738">Text here.</p>
This text has shadow with #130738 color.
.textShadow {text-shadow: 3px 3px 1px #130738, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #130738, 5px 5px 20px red">Text here.</p>
This text has shadow with #130738 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#130738, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#130738, Direction=45, Strength=4)">Text</p>
This text has shadow with #130738 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #130738; -webkit-box-shadow: 1px 1px 3px 2px #130738; box-shadow: 1px 1px 3px 2px #130738; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #130738; -webkit-box-shadow: 1px 1px 3px 2px #130738; box-shadow:1px 1px 3px 2px #130738;">
Div content here</div>
This text has color #130738 on black background.
This text has color #130738 on white background.
This text has black color on #130738 background.
This text has white color on #130738 background.