COLOR #0B6784

HEX: #0B6784
RGB: (11,103,132)

Color info

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

RGB color model

#0B6784 color RGB value is (11,103,132).

  • red value is 11;
  • green value is 103;
  • blue value is 132.
RGB:
(11,103,132)
(4%,40%,52%)

RGB channels and saturation

R 11 of 255 = 4%
G 103 of 255 = 40%
B 132 of 255 = 52%

11
103
132

R + G + B ~ 32%. #0B6784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 103 + 132 = 246 (100%)
R 11 of 246 ~ 4.47%
G 103 of 246 ~ 41.87%
B 132 of 246 ~ 53.66%

%41.87
%53.66

CMYK color model

#0B6784 color CMYK value is (92,22,0,48).

  • cyan value is 91.67%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(92,22,0,48)
C92M22Y0K48 
(92%,22%,0%,48%)
(0.92/0.22/0.00/0.48)	

CMYK percentages

%91.67
%21.97
%0
%48.24

Codes

Color #0B6784 in popluar color models

0B6784
RGB11103132
HSL194°84.62%28.04%
HSB/HSV194°91.67%51.76%
CMYK91.67%21.97%0.00%
48.24%

Color #0B6784 in popluar number systems.

HEX0B6784
Decimal11103132
Binary1011110011110000100
Octal13147204

Shades and tints

Shades of #0B6784

#0B6784
(11,103,132)
#0A5E78
(10,94,120)
#09556C
(9,85,108)
#084C60
(8,76,96)
#074354
(7,67,84)
#063A48
(6,58,72)
#05313C
(5,49,60)
#042830
(4,40,48)
#031F24
(3,31,36)
#021618
(2,22,24)
#010D0C
(1,13,12)
#000000
(0,0,0)

Tints of #0B6784

#0B6784
(11,103,132)
#21748F
(33,116,143)
#37819A
(55,129,154)
#4D8EA5
(77,142,165)
#639BB0
(99,155,176)
#79A8BB
(121,168,187)
#8FB5C6
(143,181,198)
#A5C2D1
(165,194,209)
#BBCFDC
(187,207,220)
#D1DCE7
(209,220,231)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B6784 color. Also use rgb(11,103,132) instead hex code.

Text Font Color

.myTextColor { color: #0B6784; }

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

This text font color is #0B6784.


Background Color

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

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

This div background color is #0B6784.


Border color

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

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

This div border color is #0B6784.


Opacity

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

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

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

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

This text has shadow with #0B6784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6784 on black background.


Color preview on white background

This text has color #0B6784 on white background.



Black color preview on #0B6784 background

This text has black color on #0B6784 background.


White color preview on #0B6784 background

This text has white color on #0B6784 background.