COLOR #0B78E9

HEX: #0B78E9
RGB: (11,120,233)

Color info

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

RGB color model

#0B78E9 color RGB value is (11,120,233).

  • red value is 11;
  • green value is 120;
  • blue value is 233.
RGB:
(11,120,233)
(4%,47%,91%)

RGB channels and saturation

R 11 of 255 = 4%
G 120 of 255 = 47%
B 233 of 255 = 91%

11
120
233

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

Portions of RGB colors in percentages

R + G + B =
11 + 120 + 233 = 364 (100%)
R 11 of 364 ~ 3.02%
G 120 of 364 ~ 32.97%
B 233 of 364 ~ 64.01%

%32.97
%64.01

CMYK color model

#0B78E9 color CMYK value is (95,48,0,9).

  • cyan value is 95.28%
  • magenta value is 48.50%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(95,48,0,9)
C95M48Y0K9 
(95%,48%,0%,9%)
(0.95/0.48/0.00/0.09)	

CMYK percentages

%95.28
%48.5
%0
%8.63

Codes

Color #0B78E9 in popluar color models

0B78E9
RGB11120233
HSL211°90.98%47.84%
HSB/HSV211°95.28%91.37%
CMYK95.28%48.50%0.00%
8.63%

Color #0B78E9 in popluar number systems.

HEX0B78E9
Decimal11120233
Binary1011111100011101001
Octal13170351

Shades and tints

Shades of #0B78E9

#0B78E9
(11,120,233)
#0A6ED4
(10,110,212)
#0964BF
(9,100,191)
#085AAA
(8,90,170)
#075095
(7,80,149)
#064680
(6,70,128)
#053C6B
(5,60,107)
#043256
(4,50,86)
#032841
(3,40,65)
#021E2C
(2,30,44)
#011417
(1,20,23)
#000000
(0,0,0)

Tints of #0B78E9

#0B78E9
(11,120,233)
#2184EB
(33,132,235)
#3790ED
(55,144,237)
#4D9CEF
(77,156,239)
#63A8F1
(99,168,241)
#79B4F3
(121,180,243)
#8FC0F5
(143,192,245)
#A5CCF7
(165,204,247)
#BBD8F9
(187,216,249)
#D1E4FB
(209,228,251)
#E7F0FD
(231,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B78E9 color. Also use rgb(11,120,233) instead hex code.

Text Font Color

.myTextColor { color: #0B78E9; }

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

This text font color is #0B78E9.


Background Color

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

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

This div background color is #0B78E9.


Border color

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

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

This div border color is #0B78E9.


Opacity

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

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

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

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

This text has shadow with #0B78E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B78E9 on black background.


Color preview on white background

This text has color #0B78E9 on white background.



Black color preview on #0B78E9 background

This text has black color on #0B78E9 background.


White color preview on #0B78E9 background

This text has white color on #0B78E9 background.