COLOR #0B5BB2

HEX: #0B5BB2
RGB: (11,91,178)

Color info

#0B5BB2 contains mainly blue color. Web safe color of #0B5BB2 is #006699 (or #069).

RGB color model

#0B5BB2 color RGB value is (11,91,178).

  • red value is 11;
  • green value is 91;
  • blue value is 178.
RGB:
(11,91,178)
(4%,36%,70%)

RGB channels and saturation

R 11 of 255 = 4%
G 91 of 255 = 36%
B 178 of 255 = 70%

11
91
178

R + G + B ~ 37%. #0B5BB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 91 + 178 = 280 (100%)
R 11 of 280 ~ 3.93%
G 91 of 280 ~ 32.5%
B 178 of 280 ~ 63.57%

%32.5
%63.57

CMYK color model

#0B5BB2 color CMYK value is (94,49,0,30).

  • cyan value is 93.82%
  • magenta value is 48.88%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(94,49,0,30)
C94M49Y0K30 
(94%,49%,0%,30%)
(0.94/0.49/0.00/0.30)	

CMYK percentages

%93.82
%48.88
%0
%30.2

Codes

Color #0B5BB2 in popluar color models

0B5BB2
RGB1191178
HSL211°88.36%37.06%
HSB/HSV211°93.82%69.80%
CMYK93.82%48.88%0.00%
30.20%

Color #0B5BB2 in popluar number systems.

HEX0B5BB2
Decimal1191178
Binary1011101101110110010
Octal13133262

Shades and tints

Shades of #0B5BB2

#0B5BB2
(11,91,178)
#0A53A2
(10,83,162)
#094B92
(9,75,146)
#084382
(8,67,130)
#073B72
(7,59,114)
#063362
(6,51,98)
#052B52
(5,43,82)
#042342
(4,35,66)
#031B32
(3,27,50)
#021322
(2,19,34)
#010B12
(1,11,18)
#000000
(0,0,0)

Tints of #0B5BB2

#0B5BB2
(11,91,178)
#2169B9
(33,105,185)
#3777C0
(55,119,192)
#4D85C7
(77,133,199)
#6393CE
(99,147,206)
#79A1D5
(121,161,213)
#8FAFDC
(143,175,220)
#A5BDE3
(165,189,227)
#BBCBEA
(187,203,234)
#D1D9F1
(209,217,241)
#E7E7F8
(231,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5BB2 color. Also use rgb(11,91,178) instead hex code.

Text Font Color

.myTextColor { color: #0B5BB2; }

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

This text font color is #0B5BB2.


Background Color

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

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

This div background color is #0B5BB2.


Border color

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

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

This div border color is #0B5BB2.


Opacity

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

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

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

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

This text has shadow with #0B5BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5BB2 on black background.


Color preview on white background

This text has color #0B5BB2 on white background.



Black color preview on #0B5BB2 background

This text has black color on #0B5BB2 background.


White color preview on #0B5BB2 background

This text has white color on #0B5BB2 background.