HEX: #130A2E
RGB: (19,10,46)
#130A2E contains red, green and blue colors in about the same proportion. Web safe color of #130A2E is #000033 (or #003).
#130A2E color RGB value is (19,10,46).
RGB: (19,10,46)
(7%, 4%, 18%)
R 19 of 255 = 7%
G 10 of 255 = 4%
B 46 of 255 = 18%
R + G + B ~ 10%. #130A2E is dark color.
R + G + B = 19 + 10 + 46 = 75 (100%)
R 19 of 75 ~ 25.33%
G 10 of 75 ~ 13.33%
B 46 of 75 ~ 61.33'%
#130A2E color CMYK value is (59,78,0,82).
CMYK: (59,78,0,82)
C59M78Y0K82 (59%, 78%, 0%, 82%)
(0.59 / 0.78 / 0.00 / 0.82)
Color #130A2E in popluar color models
13 | 0A | 2E | |
---|---|---|---|
RGB | 19 | 10 | 46 |
HSL | 255° | 64.29% | 10.98% |
HSB/HSV | 255° | 78.26% | 18.04% |
CMYK | 58.70% | 78.26% | 0.00% |
81.96% |
Color #130A2E in popluar number systems.
HEX | 13 | 0A | 2E |
Decimal | 19 | 10 | 46 |
Binary | 10011 | 1010 | 101110 |
Octal | 23 | 12 | 56 |
Shades of #130A2E
Tints of #130A2E
Examples of css and html codes for elements with #130A2E color. Also use rgb(19,10,46) instead hex code.
.myTextColor { color: #130A2E; }
<p style="color:#130A2E">This sample text font color is #130A2E.</p>
This text font color is #130A2E.
.myBgColor { background-color: #130A2E; }
<div style="background-color:#130A2E">Inner text</div>
This div background color is #130A2E.
.myBorderColor { border: 1px solid #130A2E; }
<div style="border:3px solid #130A2E">Div</div>
This div border color is #130A2E.
.myOpacity80 { color: #130A2E; opacity: 0.8; }
<p style="color:#130A2E;opacity:0.8;">80%</p>
Text with #130A2E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #130A2E;}
<p style="text-shadow: 3px 3px 1px #130A2E">Text here.</p>
This text has shadow with #130A2E color.
.textShadow {text-shadow: 3px 3px 1px #130A2E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #130A2E, 5px 5px 20px red">Text here.</p>
This text has shadow with #130A2E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#130A2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#130A2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #130A2E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #130A2E;
-webkit-box-shadow: 1px 1px 3px 2px #130A2E;
box-shadow: 1px 1px 3px 2px #130A2E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #130A2E; -webkit-box-shadow: 1px 1px 3px 2px #130A2E; box-shadow:1px 1px 3px 2px #130A2E;">
Div content here
</div>
This text has color #130A2E on black background.
This text has color #130A2E on white background.
This text has black color on #130A2E background.
This text has white color on #130A2E background.
Complementary color for #hex is #ECF5D1.