HEX: #14477D
RGB: (20,71,125)
#14477D contains mainly green and blue colors. Web safe color of #14477D is #003366 (or #036).
#14477D color RGB value is (20,71,125).
RGB: (20,71,125)
(8%, 28%, 49%)
R 20 of 255 = 8%
G 71 of 255 = 28%
B 125 of 255 = 49%
R + G + B ~ 28%. #14477D is quite dark color.
R + G + B = 20 + 71 + 125 = 216 (100%)
R 20 of 216 ~ 9.26%
G 71 of 216 ~ 32.87%
B 125 of 216 ~ 57.87'%
#14477D color CMYK value is (84,43,0,51).
CMYK: (84,43,0,51)
C84M43Y0K51 (84%, 43%, 0%, 51%)
(0.84 / 0.43 / 0.00 / 0.51)
Color #14477D in popluar color models
14 | 47 | 7D | |
---|---|---|---|
RGB | 20 | 71 | 125 |
HSL | 211° | 72.41% | 28.43% |
HSB/HSV | 211° | 84.00% | 49.02% |
CMYK | 84.00% | 43.20% | 0.00% |
50.98% |
Color #14477D in popluar number systems.
HEX | 14 | 47 | 7D |
Decimal | 20 | 71 | 125 |
Binary | 10100 | 1000111 | 1111101 |
Octal | 24 | 107 | 175 |
Shades of #14477D
Tints of #14477D
Examples of css and html codes for elements with #14477D color. Also use rgb(20,71,125) instead hex code.
.myTextColor { color: #14477D; }
<p style="color:#14477D">This sample text font color is #14477D.</p>
This text font color is #14477D.
.myBgColor { background-color: #14477D; }
<div style="background-color:#14477D">Inner text</div>
This div background color is #14477D.
.myBorderColor { border: 1px solid #14477D; }
<div style="border:3px solid #14477D">Div</div>
This div border color is #14477D.
.myOpacity80 { color: #14477D; opacity: 0.8; }
<p style="color:#14477D;opacity:0.8;">80%</p>
Text with #14477D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #14477D;}
<p style="text-shadow: 3px 3px 1px #14477D">Text here.</p>
This text has shadow with #14477D color.
.textShadow {text-shadow: 3px 3px 1px #14477D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #14477D, 5px 5px 20px red">Text here.</p>
This text has shadow with #14477D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#14477D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#14477D, Direction=45, Strength=4)">Text</p>
This text has shadow with #14477D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #14477D;
-webkit-box-shadow: 1px 1px 3px 2px #14477D;
box-shadow: 1px 1px 3px 2px #14477D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #14477D; -webkit-box-shadow: 1px 1px 3px 2px #14477D; box-shadow:1px 1px 3px 2px #14477D;">
Div content here
</div>
This text has color #14477D on black background.
This text has color #14477D on white background.
This text has black color on #14477D background.
This text has white color on #14477D background.
Complementary color for #hex is #EBB882.