HEX: #0F06DB
RGB: (15,6,219)
#0F06DB contains mainly blue color. Web safe color of #0F06DB is #0000CC (or #00C).
#0F06DB color RGB value is (15,6,219).
RGB: (15,6,219)
(6%, 2%, 86%)
R 15 of 255 = 6%
G 6 of 255 = 2%
B 219 of 255 = 86%
R + G + B ~ 31%. #0F06DB is quite dark color.
R + G + B = 15 + 6 + 219 = 240 (100%)
R 15 of 240 ~ 6.25%
G 6 of 240 ~ 2.5%
B 219 of 240 ~ 91.25'%
#0F06DB color CMYK value is (93,97,0,14).
CMYK: (93,97,0,14)
C93M97Y0K14 (93%, 97%, 0%, 14%)
(0.93 / 0.97 / 0.00 / 0.14)
Color #0F06DB in popluar color models
0F | 06 | DB | |
---|---|---|---|
RGB | 15 | 6 | 219 |
HSL | 243° | 94.67% | 44.12% |
HSB/HSV | 243° | 97.26% | 85.88% |
CMYK | 93.15% | 97.26% | 0.00% |
14.12% |
Color #0F06DB in popluar number systems.
HEX | 0F | 06 | DB |
Decimal | 15 | 6 | 219 |
Binary | 1111 | 110 | 11011011 |
Octal | 17 | 6 | 333 |
Shades of #0F06DB
Tints of #0F06DB
Examples of css and html codes for elements with #0F06DB color. Also use rgb(15,6,219) instead hex code.
.myTextColor { color: #0F06DB; }
<p style="color:#0F06DB">This sample text font color is #0F06DB.</p>
This text font color is #0F06DB.
.myBgColor { background-color: #0F06DB; }
<div style="background-color:#0F06DB">Inner text</div>
This div background color is #0F06DB.
.myBorderColor { border: 1px solid #0F06DB; }
<div style="border:3px solid #0F06DB">Div</div>
This div border color is #0F06DB.
.myOpacity80 { color: #0F06DB; opacity: 0.8; }
<p style="color:#0F06DB;opacity:0.8;">80%</p>
Text with #0F06DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0F06DB;}
<p style="text-shadow: 3px 3px 1px #0F06DB">Text here.</p>
This text has shadow with #0F06DB color.
.textShadow {text-shadow: 3px 3px 1px #0F06DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0F06DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #0F06DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F06DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0F06DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #0F06DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F06DB;
-webkit-box-shadow: 1px 1px 3px 2px #0F06DB;
box-shadow: 1px 1px 3px 2px #0F06DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F06DB; -webkit-box-shadow: 1px 1px 3px 2px #0F06DB; box-shadow:1px 1px 3px 2px #0F06DB;">
Div content here
</div>
This text has color #0F06DB on black background.
This text has color #0F06DB on white background.
This text has black color on #0F06DB background.
This text has white color on #0F06DB background.
Complementary color for #hex is #F0F924.