COLOR #0B60D6

HEX: #0B60D6 RGB: (11,96,214)

Color info

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

RGB color model

#0B60D6 color RGB value is (11,96,214).

RGB: (11,96,214) (4%, 38%, 84%)

RGB channels and saturation

R 11 of 255 = 4%
G 96 of 255 = 38%
B 214 of 255 = 84%

11
96
214

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

Portions of RGB colors in percentages

R + G + B = 11 + 96 + 214 = 321 (100%)
R 11 of 321 ~ 3.43%
G 96 of 321 ~ 29.91%
B 214 of 321 ~ 66.67'%

%29.91
%66.67

CMYK color model

#0B60D6 color CMYK value is (95,55,0,16).

  • cyan value is 94.86%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (95,55,0,16)
C95M55Y0K16 (95%, 55%, 0%, 16%)
(0.95 / 0.55 / 0.00 / 0.16)

CMYK percentages

%94.86
%55.14
%0
%16.08

Codes

Color #0B60D6 in popluar color models

0B 60 D6
RGB 11 96 214
HSL 215° 90.22% 44.12%
HSB/HSV 215° 94.86% 83.92%
CMYK 94.86% 55.14% 0.00%
16.08%

Color #0B60D6 in popluar number systems.

HEX 0B 60 D6
Decimal 11 96 214
Binary 1011 1100000 11010110
Octal 13 140 326

Shades and tints

Shades of #0B60D6

#0B60D6
(11,96,214)
#0A58C3
(10,88,195)
#0950B0
(9,80,176)
#08489D
(8,72,157)
#07408A
(7,64,138)
#063877
(6,56,119)
#053064
(5,48,100)
#042851
(4,40,81)
#03203E
(3,32,62)
#02182B
(2,24,43)
#011018
(1,16,24)
#000000
(0,0,0)

Tints of #0B60D6

#0B60D6
(11,96,214)
#216ED9
(33,110,217)
#377CDC
(55,124,220)
#4D8ADF
(77,138,223)
#6398E2
(99,152,226)
#79A6E5
(121,166,229)
#8FB4E8
(143,180,232)
#A5C2EB
(165,194,235)
#BBD0EE
(187,208,238)
#D1DEF1
(209,222,241)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B60D6 color. Also use rgb(11,96,214) instead hex code.

Text Font Color

.myTextColor { color: #0B60D6; }

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

This text font color is #0B60D6.

Background Color

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

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

This div background color is #0B60D6.

Border color

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

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

This div border color is #0B60D6.

Opacity

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

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

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

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

This text has shadow with #0B60D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B60D6.

Preview

Color preview on black background

This text has color #0B60D6 on black background.


Color preview on white background

This text has color #0B60D6 on white background.


Black color preview on #0B60D6 background

This text has black color on #0B60D6 background.


White color preview on #0B60D6 background

This text has white color on #0B60D6 background.


Related colors

Complementary color

Complementary color for #0B60D6 is #F49F29.


I love getcolorcode.com

Triadic colors

1 #D60B60 and #60D60B with #0B60D6 are triadic colors.

2 #D6600B and #600BD6 with #0B60D6 are triadic colors.