COLOR #0B71B6

HEX: #0B71B6
RGB: (11,113,182)

Color info

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

RGB color model

#0B71B6 color RGB value is (11,113,182).

  • red value is 11;
  • green value is 113;
  • blue value is 182.
RGB:
(11,113,182)
(4%,44%,71%)

RGB channels and saturation

R 11 of 255 = 4%
G 113 of 255 = 44%
B 182 of 255 = 71%

11
113
182

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

Portions of RGB colors in percentages

R + G + B =
11 + 113 + 182 = 306 (100%)
R 11 of 306 ~ 3.59%
G 113 of 306 ~ 36.93%
B 182 of 306 ~ 59.48%

%36.93
%59.48

CMYK color model

#0B71B6 color CMYK value is (94,38,0,29).

  • cyan value is 93.96%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(94,38,0,29)
C94M38Y0K29 
(94%,38%,0%,29%)
(0.94/0.38/0.00/0.29)	

CMYK percentages

%93.96
%37.91
%0
%28.63

Codes

Color #0B71B6 in popluar color models

0B71B6
RGB11113182
HSL204°88.60%37.84%
HSB/HSV204°93.96%71.37%
CMYK93.96%37.91%0.00%
28.63%

Color #0B71B6 in popluar number systems.

HEX0B71B6
Decimal11113182
Binary1011111000110110110
Octal13161266

Shades and tints

Shades of #0B71B6

#0B71B6
(11,113,182)
#0A67A6
(10,103,166)
#095D96
(9,93,150)
#085386
(8,83,134)
#074976
(7,73,118)
#063F66
(6,63,102)
#053556
(5,53,86)
#042B46
(4,43,70)
#032136
(3,33,54)
#021726
(2,23,38)
#010D16
(1,13,22)
#000000
(0,0,0)

Tints of #0B71B6

#0B71B6
(11,113,182)
#217DBC
(33,125,188)
#3789C2
(55,137,194)
#4D95C8
(77,149,200)
#63A1CE
(99,161,206)
#79ADD4
(121,173,212)
#8FB9DA
(143,185,218)
#A5C5E0
(165,197,224)
#BBD1E6
(187,209,230)
#D1DDEC
(209,221,236)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B71B6 color. Also use rgb(11,113,182) instead hex code.

Text Font Color

.myTextColor { color: #0B71B6; }

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

This text font color is #0B71B6.


Background Color

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

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

This div background color is #0B71B6.


Border color

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

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

This div border color is #0B71B6.


Opacity

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

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

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

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

This text has shadow with #0B71B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B71B6 on black background.


Color preview on white background

This text has color #0B71B6 on white background.



Black color preview on #0B71B6 background

This text has black color on #0B71B6 background.


White color preview on #0B71B6 background

This text has white color on #0B71B6 background.