COLOR #0B72F3

HEX: #0B72F3
RGB: (11,114,243)

Color info

#0B72F3 contains mainly blue color. Web safe color of #0B72F3 is #0066FF (or #06F).

RGB color model

#0B72F3 color RGB value is (11,114,243).

  • red value is 11;
  • green value is 114;
  • blue value is 243.
RGB:
(11,114,243)
(4%,45%,95%)

RGB channels and saturation

R 11 of 255 = 4%
G 114 of 255 = 45%
B 243 of 255 = 95%

11
114
243

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

Portions of RGB colors in percentages

R + G + B =
11 + 114 + 243 = 368 (100%)
R 11 of 368 ~ 2.99%
G 114 of 368 ~ 30.98%
B 243 of 368 ~ 66.03%

%30.98
%66.03

CMYK color model

#0B72F3 color CMYK value is (95,53,0,5).

  • cyan value is 95.47%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(95,53,0,5)
C95M53Y0K5 
(95%,53%,0%,5%)
(0.95/0.53/0.00/0.05)	

CMYK percentages

%95.47
%53.09
%0
%4.71

Codes

Color #0B72F3 in popluar color models

0B72F3
RGB11114243
HSL213°91.34%49.80%
HSB/HSV213°95.47%95.29%
CMYK95.47%53.09%0.00%
4.71%

Color #0B72F3 in popluar number systems.

HEX0B72F3
Decimal11114243
Binary1011111001011110011
Octal13162363

Shades and tints

Shades of #0B72F3

#0B72F3
(11,114,243)
#0A68DD
(10,104,221)
#095EC7
(9,94,199)
#0854B1
(8,84,177)
#074A9B
(7,74,155)
#064085
(6,64,133)
#05366F
(5,54,111)
#042C59
(4,44,89)
#032243
(3,34,67)
#02182D
(2,24,45)
#010E17
(1,14,23)
#000000
(0,0,0)

Tints of #0B72F3

#0B72F3
(11,114,243)
#217EF4
(33,126,244)
#378AF5
(55,138,245)
#4D96F6
(77,150,246)
#63A2F7
(99,162,247)
#79AEF8
(121,174,248)
#8FBAF9
(143,186,249)
#A5C6FA
(165,198,250)
#BBD2FB
(187,210,251)
#D1DEFC
(209,222,252)
#E7EAFD
(231,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B72F3 color. Also use rgb(11,114,243) instead hex code.

Text Font Color

.myTextColor { color: #0B72F3; }

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

This text font color is #0B72F3.


Background Color

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

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

This div background color is #0B72F3.


Border color

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

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

This div border color is #0B72F3.


Opacity

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

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

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

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

This text has shadow with #0B72F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B72F3 on black background.


Color preview on white background

This text has color #0B72F3 on white background.



Black color preview on #0B72F3 background

This text has black color on #0B72F3 background.


White color preview on #0B72F3 background

This text has white color on #0B72F3 background.