COLOR #0B5685

HEX: #0B5685
RGB: (11,86,133)

Color info

#0B5685 contains mainly green and blue colors. Web safe color of #0B5685 is #006699 (or #069).

RGB color model

#0B5685 color RGB value is (11,86,133).

  • red value is 11;
  • green value is 86;
  • blue value is 133.
RGB:
(11,86,133)
(4%,34%,52%)

RGB channels and saturation

R 11 of 255 = 4%
G 86 of 255 = 34%
B 133 of 255 = 52%

11
86
133

R + G + B ~ 30%. #0B5685 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 86 + 133 = 230 (100%)
R 11 of 230 ~ 4.78%
G 86 of 230 ~ 37.39%
B 133 of 230 ~ 57.83%

%37.39
%57.83

CMYK color model

#0B5685 color CMYK value is (92,35,0,48).

  • cyan value is 91.73%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(92,35,0,48)
C92M35Y0K48 
(92%,35%,0%,48%)
(0.92/0.35/0.00/0.48)	

CMYK percentages

%91.73
%35.34
%0
%47.84

Codes

Color #0B5685 in popluar color models

0B5685
RGB1186133
HSL203°84.72%28.24%
HSB/HSV203°91.73%52.16%
CMYK91.73%35.34%0.00%
47.84%

Color #0B5685 in popluar number systems.

HEX0B5685
Decimal1186133
Binary1011101011010000101
Octal13126205

Shades and tints

Shades of #0B5685

#0B5685
(11,86,133)
#0A4F79
(10,79,121)
#09486D
(9,72,109)
#084161
(8,65,97)
#073A55
(7,58,85)
#063349
(6,51,73)
#052C3D
(5,44,61)
#042531
(4,37,49)
#031E25
(3,30,37)
#021719
(2,23,25)
#01100D
(1,16,13)
#000000
(0,0,0)

Tints of #0B5685

#0B5685
(11,86,133)
#216590
(33,101,144)
#37749B
(55,116,155)
#4D83A6
(77,131,166)
#6392B1
(99,146,177)
#79A1BC
(121,161,188)
#8FB0C7
(143,176,199)
#A5BFD2
(165,191,210)
#BBCEDD
(187,206,221)
#D1DDE8
(209,221,232)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5685 color. Also use rgb(11,86,133) instead hex code.

Text Font Color

.myTextColor { color: #0B5685; }

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

This text font color is #0B5685.


Background Color

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

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

This div background color is #0B5685.


Border color

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

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

This div border color is #0B5685.


Opacity

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

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

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

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

This text has shadow with #0B5685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5685 on black background.


Color preview on white background

This text has color #0B5685 on white background.



Black color preview on #0B5685 background

This text has black color on #0B5685 background.


White color preview on #0B5685 background

This text has white color on #0B5685 background.