COLOR #0B5B9F

HEX: #0B5B9F
RGB: (11,91,159)

Color info

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

RGB color model

#0B5B9F color RGB value is (11,91,159).

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

RGB channels and saturation

R 11 of 255 = 4%
G 91 of 255 = 36%
B 159 of 255 = 62%

11
91
159

R + G + B ~ 34%. #0B5B9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 91 + 159 = 261 (100%)
R 11 of 261 ~ 4.21%
G 91 of 261 ~ 34.87%
B 159 of 261 ~ 60.92%

%34.87
%60.92

CMYK color model

#0B5B9F color CMYK value is (93,43,0,38).

  • cyan value is 93.08%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(93,43,0,38)
C93M43Y0K38 
(93%,43%,0%,38%)
(0.93/0.43/0.00/0.38)	

CMYK percentages

%93.08
%42.77
%0
%37.65

Codes

Color #0B5B9F in popluar color models

0B5B9F
RGB1191159
HSL208°87.06%33.33%
HSB/HSV208°93.08%62.35%
CMYK93.08%42.77%0.00%
37.65%

Color #0B5B9F in popluar number systems.

HEX0B5B9F
Decimal1191159
Binary1011101101110011111
Octal13133237

Shades and tints

Shades of #0B5B9F

#0B5B9F
(11,91,159)
#0A5391
(10,83,145)
#094B83
(9,75,131)
#084375
(8,67,117)
#073B67
(7,59,103)
#063359
(6,51,89)
#052B4B
(5,43,75)
#04233D
(4,35,61)
#031B2F
(3,27,47)
#021321
(2,19,33)
#010B13
(1,11,19)
#000000
(0,0,0)

Tints of #0B5B9F

#0B5B9F
(11,91,159)
#2169A7
(33,105,167)
#3777AF
(55,119,175)
#4D85B7
(77,133,183)
#6393BF
(99,147,191)
#79A1C7
(121,161,199)
#8FAFCF
(143,175,207)
#A5BDD7
(165,189,215)
#BBCBDF
(187,203,223)
#D1D9E7
(209,217,231)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5B9F; }

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

This text font color is #0B5B9F.


Background Color

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

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

This div background color is #0B5B9F.


Border color

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

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

This div border color is #0B5B9F.


Opacity

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

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

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

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

This text has shadow with #0B5B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5B9F on black background.


Color preview on white background

This text has color #0B5B9F on white background.



Black color preview on #0B5B9F background

This text has black color on #0B5B9F background.


White color preview on #0B5B9F background

This text has white color on #0B5B9F background.