COLOR #0B5787

HEX: #0B5787
RGB: (11,87,135)

Color info

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

RGB color model

#0B5787 color RGB value is (11,87,135).

  • red value is 11;
  • green value is 87;
  • blue value is 135.
RGB:
(11,87,135)
(4%,34%,53%)

RGB channels and saturation

R 11 of 255 = 4%
G 87 of 255 = 34%
B 135 of 255 = 53%

11
87
135

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

Portions of RGB colors in percentages

R + G + B =
11 + 87 + 135 = 233 (100%)
R 11 of 233 ~ 4.72%
G 87 of 233 ~ 37.34%
B 135 of 233 ~ 57.94%

%37.34
%57.94

CMYK color model

#0B5787 color CMYK value is (92,36,0,47).

  • cyan value is 91.85%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(92,36,0,47)
C92M36Y0K47 
(92%,36%,0%,47%)
(0.92/0.36/0.00/0.47)	

CMYK percentages

%91.85
%35.56
%0
%47.06

Codes

Color #0B5787 in popluar color models

0B5787
RGB1187135
HSL203°84.93%28.63%
HSB/HSV203°91.85%52.94%
CMYK91.85%35.56%0.00%
47.06%

Color #0B5787 in popluar number systems.

HEX0B5787
Decimal1187135
Binary1011101011110000111
Octal13127207

Shades and tints

Shades of #0B5787

#0B5787
(11,87,135)
#0A507B
(10,80,123)
#09496F
(9,73,111)
#084263
(8,66,99)
#073B57
(7,59,87)
#06344B
(6,52,75)
#052D3F
(5,45,63)
#042633
(4,38,51)
#031F27
(3,31,39)
#02181B
(2,24,27)
#01110F
(1,17,15)
#000000
(0,0,0)

Tints of #0B5787

#0B5787
(11,87,135)
#216691
(33,102,145)
#37759B
(55,117,155)
#4D84A5
(77,132,165)
#6393AF
(99,147,175)
#79A2B9
(121,162,185)
#8FB1C3
(143,177,195)
#A5C0CD
(165,192,205)
#BBCFD7
(187,207,215)
#D1DEE1
(209,222,225)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5787 color. Also use rgb(11,87,135) instead hex code.

Text Font Color

.myTextColor { color: #0B5787; }

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

This text font color is #0B5787.


Background Color

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

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

This div background color is #0B5787.


Border color

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

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

This div border color is #0B5787.


Opacity

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

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

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

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

This text has shadow with #0B5787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5787 on black background.


Color preview on white background

This text has color #0B5787 on white background.



Black color preview on #0B5787 background

This text has black color on #0B5787 background.


White color preview on #0B5787 background

This text has white color on #0B5787 background.