HEX: #02496C
RGB: (2,73,108)
#02496C contains mainly green and blue colors. Web safe color of #02496C is #003366 (or #036).
#02496C color RGB value is (2,73,108).
RGB: (2,73,108)
(1%, 29%, 42%)
R 2 of 255 = 1%
G 73 of 255 = 29%
B 108 of 255 = 42%
R + G + B ~ 24%. #02496C is dark color.
R + G + B = 2 + 73 + 108 = 183 (100%)
R 2 of 183 ~ 1.09%
G 73 of 183 ~ 39.89%
B 108 of 183 ~ 59.02'%
#02496C color CMYK value is (98,32,0,58).
CMYK: (98,32,0,58)
C98M32Y0K58 (98%, 32%, 0%, 58%)
(0.98 / 0.32 / 0.00 / 0.58)
Color #02496C in popluar color models
02 | 49 | 6C | |
---|---|---|---|
RGB | 2 | 73 | 108 |
HSL | 200° | 96.36% | 21.57% |
HSB/HSV | 200° | 98.15% | 42.35% |
CMYK | 98.15% | 32.41% | 0.00% |
57.65% |
Color #02496C in popluar number systems.
HEX | 02 | 49 | 6C |
Decimal | 2 | 73 | 108 |
Binary | 10 | 1001001 | 1101100 |
Octal | 2 | 111 | 154 |
Shades of #02496C
Tints of #02496C
Examples of css and html codes for elements with #02496C color. Also use rgb(2,73,108) instead hex code.
.myTextColor { color: #02496C; }
<p style="color:#02496C">This sample text font color is #02496C.</p>
This text font color is #02496C.
.myBgColor { background-color: #02496C; }
<div style="background-color:#02496C">Inner text</div>
This div background color is #02496C.
.myBorderColor { border: 1px solid #02496C; }
<div style="border:3px solid #02496C">Div</div>
This div border color is #02496C.
.myOpacity80 { color: #02496C; opacity: 0.8; }
<p style="color:#02496C;opacity:0.8;">80%</p>
Text with #02496C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #02496C;}
<p style="text-shadow: 3px 3px 1px #02496C">Text here.</p>
This text has shadow with #02496C color.
.textShadow {text-shadow: 3px 3px 1px #02496C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #02496C, 5px 5px 20px red">Text here.</p>
This text has shadow with #02496C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02496C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#02496C, Direction=45, Strength=4)">Text</p>
This text has shadow with #02496C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #02496C;
-webkit-box-shadow: 1px 1px 3px 2px #02496C;
box-shadow: 1px 1px 3px 2px #02496C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02496C; -webkit-box-shadow: 1px 1px 3px 2px #02496C; box-shadow:1px 1px 3px 2px #02496C;">
Div content here
</div>
This text has color #02496C on black background.
This text has color #02496C on white background.
This text has black color on #02496C background.
This text has white color on #02496C background.
Complementary color for #hex is #FDB693.