HEX: #015989
RGB: (1,89,137)
#015989 contains mainly green and blue colors. Web safe color of #015989 is #006699 (or #069).
#015989 color RGB value is (1,89,137).
RGB: (1,89,137)
(0%, 35%, 54%)
R 1 of 255 = 0%
G 89 of 255 = 35%
B 137 of 255 = 54%
R + G + B ~ 30%. #015989 is quite dark color.
R + G + B = 1 + 89 + 137 = 227 (100%)
R 1 of 227 ~ 0.44%
G 89 of 227 ~ 39.21%
B 137 of 227 ~ 60.35'%
#015989 color CMYK value is (99,35,0,46).
CMYK: (99,35,0,46)
C99M35Y0K46 (99%, 35%, 0%, 46%)
(0.99 / 0.35 / 0.00 / 0.46)
Color #015989 in popluar color models
01 | 59 | 89 | |
---|---|---|---|
RGB | 1 | 89 | 137 |
HSL | 201° | 98.55% | 27.06% |
HSB/HSV | 201° | 99.27% | 53.73% |
CMYK | 99.27% | 35.04% | 0.00% |
46.27% |
Color #015989 in popluar number systems.
HEX | 01 | 59 | 89 |
Decimal | 1 | 89 | 137 |
Binary | 1 | 1011001 | 10001001 |
Octal | 1 | 131 | 211 |
Shades of #015989
Tints of #015989
Examples of css and html codes for elements with #015989 color. Also use rgb(1,89,137) instead hex code.
.myTextColor { color: #015989; }
<p style="color:#015989">This sample text font color is #015989.</p>
This text font color is #015989.
.myBgColor { background-color: #015989; }
<div style="background-color:#015989">Inner text</div>
This div background color is #015989.
.myBorderColor { border: 1px solid #015989; }
<div style="border:3px solid #015989">Div</div>
This div border color is #015989.
.myOpacity80 { color: #015989; opacity: 0.8; }
<p style="color:#015989;opacity:0.8;">80%</p>
Text with #015989 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #015989;}
<p style="text-shadow: 3px 3px 1px #015989">Text here.</p>
This text has shadow with #015989 color.
.textShadow {text-shadow: 3px 3px 1px #015989', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #015989, 5px 5px 20px red">Text here.</p>
This text has shadow with #015989 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#015989, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#015989, Direction=45, Strength=4)">Text</p>
This text has shadow with #015989 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #015989;
-webkit-box-shadow: 1px 1px 3px 2px #015989;
box-shadow: 1px 1px 3px 2px #015989;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #015989; -webkit-box-shadow: 1px 1px 3px 2px #015989; box-shadow:1px 1px 3px 2px #015989;">
Div content here
</div>
This text has color #015989 on black background.
This text has color #015989 on white background.
This text has black color on #015989 background.
This text has white color on #015989 background.
Complementary color for #hex is #FEA676.