HEX: #0A428A
RGB: (10,66,138)
#0A428A contains mainly blue color. Web safe color of #0A428A is #003399 (or #039).
#0A428A color RGB value is (10,66,138).
RGB: (10,66,138)
(4%, 26%, 54%)
R 10 of 255 = 4%
G 66 of 255 = 26%
B 138 of 255 = 54%
R + G + B ~ 28%. #0A428A is quite dark color.
R + G + B = 10 + 66 + 138 = 214 (100%)
R 10 of 214 ~ 4.67%
G 66 of 214 ~ 30.84%
B 138 of 214 ~ 64.49'%
#0A428A color CMYK value is (93,52,0,46).
CMYK: (93,52,0,46)
C93M52Y0K46 (93%, 52%, 0%, 46%)
(0.93 / 0.52 / 0.00 / 0.46)
Color #0A428A in popluar color models
0A | 42 | 8A | |
---|---|---|---|
RGB | 10 | 66 | 138 |
HSL | 214° | 86.49% | 29.02% |
HSB/HSV | 214° | 92.75% | 54.12% |
CMYK | 92.75% | 52.17% | 0.00% |
45.88% |
Color #0A428A in popluar number systems.
HEX | 0A | 42 | 8A |
Decimal | 10 | 66 | 138 |
Binary | 1010 | 1000010 | 10001010 |
Octal | 12 | 102 | 212 |
Shades of #0A428A
Tints of #0A428A
Examples of css and html codes for elements with #0A428A color. Also use rgb(10,66,138) instead hex code.
.myTextColor { color: #0A428A; }
<p style="color:#0A428A">This sample text font color is #0A428A.</p>
This text font color is #0A428A.
.myBgColor { background-color: #0A428A; }
<div style="background-color:#0A428A">Inner text</div>
This div background color is #0A428A.
.myBorderColor { border: 1px solid #0A428A; }
<div style="border:3px solid #0A428A">Div</div>
This div border color is #0A428A.
.myOpacity80 { color: #0A428A; opacity: 0.8; }
<p style="color:#0A428A;opacity:0.8;">80%</p>
Text with #0A428A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0A428A;}
<p style="text-shadow: 3px 3px 1px #0A428A">Text here.</p>
This text has shadow with #0A428A color.
.textShadow {text-shadow: 3px 3px 1px #0A428A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0A428A, 5px 5px 20px red">Text here.</p>
This text has shadow with #0A428A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A428A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0A428A, Direction=45, Strength=4)">Text</p>
This text has shadow with #0A428A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0A428A;
-webkit-box-shadow: 1px 1px 3px 2px #0A428A;
box-shadow: 1px 1px 3px 2px #0A428A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A428A; -webkit-box-shadow: 1px 1px 3px 2px #0A428A; box-shadow:1px 1px 3px 2px #0A428A;">
Div content here
</div>
This text has color #0A428A on black background.
This text has color #0A428A on white background.
This text has black color on #0A428A background.
This text has white color on #0A428A background.
Complementary color for #0A428A is #F5BD75.