HEX: #053F99
RGB: (5,63,153)
#053F99 contains mainly blue color. Web safe color of #053F99 is #003399 (or #039).
#053F99 color RGB value is (5,63,153).
RGB: (5,63,153)
(2%, 25%, 60%)
R 5 of 255 = 2%
G 63 of 255 = 25%
B 153 of 255 = 60%
R + G + B ~ 29%. #053F99 is quite dark color.
R + G + B = 5 + 63 + 153 = 221 (100%)
R 5 of 221 ~ 2.26%
G 63 of 221 ~ 28.51%
B 153 of 221 ~ 69.23'%
#053F99 color CMYK value is (97,59,0,40).
CMYK: (97,59,0,40)
C97M59Y0K40 (97%, 59%, 0%, 40%)
(0.97 / 0.59 / 0.00 / 0.40)
Color #053F99 in popluar color models
05 | 3F | 99 | |
---|---|---|---|
RGB | 5 | 63 | 153 |
HSL | 216° | 93.67% | 30.98% |
HSB/HSV | 216° | 96.73% | 60.00% |
CMYK | 96.73% | 58.82% | 0.00% |
40.00% |
Color #053F99 in popluar number systems.
HEX | 05 | 3F | 99 |
Decimal | 5 | 63 | 153 |
Binary | 101 | 111111 | 10011001 |
Octal | 5 | 77 | 231 |
Shades of #053F99
Tints of #053F99
Examples of css and html codes for elements with #053F99 color. Also use rgb(5,63,153) instead hex code.
.myTextColor { color: #053F99; }
<p style="color:#053F99">This sample text font color is #053F99.</p>
This text font color is #053F99.
.myBgColor { background-color: #053F99; }
<div style="background-color:#053F99">Inner text</div>
This div background color is #053F99.
.myBorderColor { border: 1px solid #053F99; }
<div style="border:3px solid #053F99">Div</div>
This div border color is #053F99.
.myOpacity80 { color: #053F99; opacity: 0.8; }
<p style="color:#053F99;opacity:0.8;">80%</p>
Text with #053F99 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #053F99;}
<p style="text-shadow: 3px 3px 1px #053F99">Text here.</p>
This text has shadow with #053F99 color.
.textShadow {text-shadow: 3px 3px 1px #053F99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #053F99, 5px 5px 20px red">Text here.</p>
This text has shadow with #053F99 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#053F99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#053F99, Direction=45, Strength=4)">Text</p>
This text has shadow with #053F99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #053F99;
-webkit-box-shadow: 1px 1px 3px 2px #053F99;
box-shadow: 1px 1px 3px 2px #053F99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #053F99; -webkit-box-shadow: 1px 1px 3px 2px #053F99; box-shadow:1px 1px 3px 2px #053F99;">
Div content here
</div>
This text has color #053F99 on black background.
This text has color #053F99 on white background.
This text has black color on #053F99 background.
This text has white color on #053F99 background.
Complementary color for #hex is #FAC066.