COLOR #0F06DB

HEX: #0F06DB RGB: (15,6,219)

Color info

#0F06DB contains mainly blue color. Web safe color of #0F06DB is #0000CC (or #00C).

RGB color model

#0F06DB color RGB value is (15,6,219).

RGB: (15,6,219) (6%, 2%, 86%)

RGB channels and saturation

R 15 of 255 = 6%
G 6 of 255 = 2%
B 219 of 255 = 86%

15
6
219

R + G + B ~ 31%. #0F06DB is quite dark color.

Portions of RGB colors in percentages

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'%

%91.25

CMYK color model

#0F06DB color CMYK value is (93,97,0,14).

  • cyan value is 93.15%
  • magenta value is 97.26%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (93,97,0,14)
C93M97Y0K14 (93%, 97%, 0%, 14%)
(0.93 / 0.97 / 0.00 / 0.14)

CMYK percentages

%93.15
%97.26
%0
%14.12

Codes

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 and tints

Shades of #0F06DB

#0F06DB
(15,6,219)
#0E06C8
(14,6,200)
#0D06B5
(13,6,181)
#0C06A2
(12,6,162)
#0B068F
(11,6,143)
#0A067C
(10,6,124)
#090669
(9,6,105)
#080656
(8,6,86)
#070643
(7,6,67)
#060630
(6,6,48)
#05061D
(5,6,29)
#000000
(0,0,0)

Tints of #0F06DB

#0F06DB
(15,6,219)
#241CDE
(36,28,222)
#3932E1
(57,50,225)
#4E48E4
(78,72,228)
#635EE7
(99,94,231)
#7874EA
(120,116,234)
#8D8AED
(141,138,237)
#A2A0F0
(162,160,240)
#B7B6F3
(183,182,243)
#CCCCF6
(204,204,246)
#E1E2F9
(225,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F06DB color. Also use rgb(15,6,219) instead hex code.

Text Font Color

.myTextColor { color: #0F06DB; }

<p style="color:#0F06DB">This sample text font color is #0F06DB.</p>

This text font color is #0F06DB.

Background Color

.myBgColor { background-color: #0F06DB; }

<div style="background-color:#0F06DB">Inner text</div>

This div background color is #0F06DB.

Border color

.myBorderColor { border: 1px solid #0F06DB; }

<div style="border:3px solid #0F06DB">Div</div>

This div border color is #0F06DB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #0F06DB.

Preview

Color preview on black background

This text has color #0F06DB on black background.


Color preview on white background

This text has color #0F06DB on white background.


Black color preview on #0F06DB background

This text has black color on #0F06DB background.


White color preview on #0F06DB background

This text has white color on #0F06DB background.


Related colors

Complementary color

Complementary color for #hex is #F0F924.


I love getcolorcode.com

Triadic colors

1 #DB0F06 and #06DB0F with #0F06DB are triadic colors.

2 #DB060F and #060FDB with #0F06DB are triadic colors.