HEX: #073BCC
RGB: (7,59,204)
#073BCC contains mainly blue color. Web safe color of #073BCC is #0033CC (or #03C).
#073BCC color RGB value is (7,59,204).
RGB: (7,59,204)
(3%, 23%, 80%)
R 7 of 255 = 3%
G 59 of 255 = 23%
B 204 of 255 = 80%
R + G + B ~ 35%. #073BCC is quite dark color.
R + G + B = 7 + 59 + 204 = 270 (100%)
R 7 of 270 ~ 2.59%
G 59 of 270 ~ 21.85%
B 204 of 270 ~ 75.56'%
#073BCC color CMYK value is (97,71,0,20).
CMYK: (97,71,0,20)
C97M71Y0K20 (97%, 71%, 0%, 20%)
(0.97 / 0.71 / 0.00 / 0.20)
Color #073BCC in popluar color models
07 | 3B | CC | |
---|---|---|---|
RGB | 7 | 59 | 204 |
HSL | 224° | 93.36% | 41.37% |
HSB/HSV | 224° | 96.57% | 80.00% |
CMYK | 96.57% | 71.08% | 0.00% |
20.00% |
Color #073BCC in popluar number systems.
HEX | 07 | 3B | CC |
Decimal | 7 | 59 | 204 |
Binary | 111 | 111011 | 11001100 |
Octal | 7 | 73 | 314 |
Shades of #073BCC
Tints of #073BCC
Examples of css and html codes for elements with #073BCC color. Also use rgb(7,59,204) instead hex code.
.myTextColor { color: #073BCC; }
<p style="color:#073BCC">This sample text font color is #073BCC.</p>
This text font color is #073BCC.
.myBgColor { background-color: #073BCC; }
<div style="background-color:#073BCC">Inner text</div>
This div background color is #073BCC.
.myBorderColor { border: 1px solid #073BCC; }
<div style="border:3px solid #073BCC">Div</div>
This div border color is #073BCC.
.myOpacity80 { color: #073BCC; opacity: 0.8; }
<p style="color:#073BCC;opacity:0.8;">80%</p>
Text with #073BCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #073BCC;}
<p style="text-shadow: 3px 3px 1px #073BCC">Text here.</p>
This text has shadow with #073BCC color.
.textShadow {text-shadow: 3px 3px 1px #073BCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #073BCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #073BCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073BCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#073BCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #073BCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #073BCC;
-webkit-box-shadow: 1px 1px 3px 2px #073BCC;
box-shadow: 1px 1px 3px 2px #073BCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #073BCC; -webkit-box-shadow: 1px 1px 3px 2px #073BCC; box-shadow:1px 1px 3px 2px #073BCC;">
Div content here
</div>
This text has color #073BCC on black background.
This text has color #073BCC on white background.
This text has black color on #073BCC background.
This text has white color on #073BCC background.
Complementary color for #hex is #F8C433.