HEX: #125A7D
RGB: (18,90,125)
#125A7D contains mainly green and blue colors. Web safe color of #125A7D is #006666 (or #066).
#125A7D color RGB value is (18,90,125).
RGB: (18,90,125)
(7%, 35%, 49%)
R 18 of 255 = 7%
G 90 of 255 = 35%
B 125 of 255 = 49%
R + G + B ~ 30%. #125A7D is quite dark color.
R + G + B = 18 + 90 + 125 = 233 (100%)
R 18 of 233 ~ 7.73%
G 90 of 233 ~ 38.63%
B 125 of 233 ~ 53.65'%
#125A7D color CMYK value is (86,28,0,51).
CMYK: (86,28,0,51) C86M28Y0K51 (86%,28%,0%,51%) (0.86/0.28/0.00/0.51)
Color #125A7D in popluar color models
12 | 5A | 7D | |
---|---|---|---|
RGB | 18 | 90 | 125 |
HSL | 200° | 74.83% | 28.04% |
HSB/HSV | 200° | 85.60% | 49.02% |
CMYK | 85.60% | 28.00% | 0.00% |
50.98% |
Color #125A7D in popluar number systems.
HEX | 12 | 5A | 7D |
Decimal | 18 | 90 | 125 |
Binary | 10010 | 1011010 | 1111101 |
Octal | 22 | 132 | 175 |
Shades of #125A7D
Tints of #125A7D
Examples of css and html codes for elements with #125A7D color. Also use rgb(18,90,125) instead hex code.
.myTextColor { color: #125A7D; }
<p style="color:#125A7D">This sample text font color is #125A7D.</p>
This text font color is #125A7D.
.myBgColor { background-color: #125A7D; }
<div style="background-color:#125A7D">Inner text</div>
This div background color is #125A7D.
.myBorderColor { border: 1px solid #125A7D; }
<div style="border:3px solid #125A7D">Div</div>
This div border color is #125A7D.
.myOpacity80 { color: #125A7D; opacity: 0.8; }
<p style="color:#125A7D;opacity:0.8;">80%</p>
Text with #125A7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #125A7D;}
<p style="text-shadow: 3px 3px 1px #125A7D">Text here.</p>
This text has shadow with #125A7D color.
.textShadow {text-shadow: 3px 3px 1px #125A7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #125A7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #125A7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#125A7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#125A7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #125A7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #125A7D;
-webkit-box-shadow: 1px 1px 3px 2px #125A7D;
box-shadow: 1px 1px 3px 2px #125A7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #125A7D; -webkit-box-shadow: 1px 1px 3px 2px #125A7D; box-shadow:1px 1px 3px 2px #125A7D;">
Div content here
</div>
This text has color #125A7D on black background.
This text has color #125A7D on white background.
This text has black color on #125A7D background.
This text has white color on #125A7D background.
Complementary color for #hex is #EDA582.