COLOR #0F6DBC

HEX: #0F6DBC RGB: (15,109,188)

Color info

#0F6DBC contains mainly blue color. Web safe color of #0F6DBC is #0066CC (or #06C).

RGB color model

#0F6DBC color RGB value is (15,109,188).

RGB: (15,109,188) (6%, 43%, 74%)

RGB channels and saturation

R 15 of 255 = 6%
G 109 of 255 = 43%
B 188 of 255 = 74%

15
109
188

R + G + B ~ 41%. #0F6DBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 15 + 109 + 188 = 312 (100%)
R 15 of 312 ~ 4.81%
G 109 of 312 ~ 34.94%
B 188 of 312 ~ 60.26'%

%34.94
%60.26

CMYK color model

#0F6DBC color CMYK value is (92,42,0,26).

  • cyan value is 92.02%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (92,42,0,26)
C92M42Y0K26 (92%, 42%, 0%, 26%)
(0.92 / 0.42 / 0.00 / 0.26)

CMYK percentages

%92.02
%42.02
%0
%26.27

Codes

Color #0F6DBC in popluar color models

0F 6D BC
RGB 15 109 188
HSL 207° 85.22% 39.80%
HSB/HSV 207° 92.02% 73.73%
CMYK 92.02% 42.02% 0.00%
26.27%

Color #0F6DBC in popluar number systems.

HEX 0F 6D BC
Decimal 15 109 188
Binary 1111 1101101 10111100
Octal 17 155 274

Shades and tints

Shades of #0F6DBC

#0F6DBC
(15,109,188)
#0E64AB
(14,100,171)
#0D5B9A
(13,91,154)
#0C5289
(12,82,137)
#0B4978
(11,73,120)
#0A4067
(10,64,103)
#093756
(9,55,86)
#082E45
(8,46,69)
#072534
(7,37,52)
#061C23
(6,28,35)
#051312
(5,19,18)
#000000
(0,0,0)

Tints of #0F6DBC

#0F6DBC
(15,109,188)
#247AC2
(36,122,194)
#3987C8
(57,135,200)
#4E94CE
(78,148,206)
#63A1D4
(99,161,212)
#78AEDA
(120,174,218)
#8DBBE0
(141,187,224)
#A2C8E6
(162,200,230)
#B7D5EC
(183,213,236)
#CCE2F2
(204,226,242)
#E1EFF8
(225,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6DBC color. Also use rgb(15,109,188) instead hex code.

Text Font Color

.myTextColor { color: #0F6DBC; }

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

This text font color is #0F6DBC.

Background Color

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

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

This div background color is #0F6DBC.

Border color

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

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

This div border color is #0F6DBC.

Opacity

.myOpacity80 { color: #0F6DBC; opacity: 0.8; }

<p style="color:#0F6DBC;opacity:0.8;">80%</p>

Text with #0F6DBC 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 #0F6DBC;}

<p style="text-shadow: 3px 3px 1px #0F6DBC">Text here.</p>

This text has shadow with #0F6DBC color.


.textShadow {text-shadow: 3px 3px 1px #0F6DBC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F6DBC, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F6DBC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F6DBC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F6DBC, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F6DBC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F6DBC;
-webkit-box-shadow: 1px 1px 3px 2px #0F6DBC;
box-shadow: 1px 1px 3px 2px #0F6DBC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F6DBC; -webkit-box-shadow: 1px 1px 3px 2px #0F6DBC; box-shadow:1px 1px 3px 2px #0F6DBC;">
Div content here
</div>

This div box has shadow with color #0F6DBC.

Preview

Color preview on black background

This text has color #0F6DBC on black background.


Color preview on white background

This text has color #0F6DBC on white background.


Black color preview on #0F6DBC background

This text has black color on #0F6DBC background.


White color preview on #0F6DBC background

This text has white color on #0F6DBC background.


Related colors

Complementary color

Complementary color for #hex is #F09243.


I love getcolorcode.com

Triadic colors

1 #BC0F6D and #6DBC0F with #0F6DBC are triadic colors.

2 #BC6D0F and #6D0FBC with #0F6DBC are triadic colors.