COLOR #0B4E6F

HEX: #0B4E6F
RGB: (11,78,111)

Color info

#0B4E6F contains mainly green and blue colors. Web safe color of #0B4E6F is #006666 (or #066).

RGB color model

#0B4E6F color RGB value is (11,78,111).

  • red value is 11;
  • green value is 78;
  • blue value is 111.
RGB:
(11,78,111)
(4%,31%,44%)

RGB channels and saturation

R 11 of 255 = 4%
G 78 of 255 = 31%
B 111 of 255 = 44%

11
78
111

R + G + B ~ 26%. #0B4E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 78 + 111 = 200 (100%)
R 11 of 200 ~ 5.5%
G 78 of 200 ~ 39%
B 111 of 200 ~ 55.5%

%39
%55.5

CMYK color model

#0B4E6F color CMYK value is (90,30,0,56).

  • cyan value is 90.09%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(90,30,0,56)
C90M30Y0K56 
(90%,30%,0%,56%)
(0.90/0.30/0.00/0.56)	

CMYK percentages

%90.09
%29.73
%0
%56.47

Codes

Color #0B4E6F in popluar color models

0B4E6F
RGB1178111
HSL200°81.97%23.92%
HSB/HSV200°90.09%43.53%
CMYK90.09%29.73%0.00%
56.47%

Color #0B4E6F in popluar number systems.

HEX0B4E6F
Decimal1178111
Binary101110011101101111
Octal13116157

Shades and tints

Shades of #0B4E6F

#0B4E6F
(11,78,111)
#0A4765
(10,71,101)
#09405B
(9,64,91)
#083951
(8,57,81)
#073247
(7,50,71)
#062B3D
(6,43,61)
#052433
(5,36,51)
#041D29
(4,29,41)
#03161F
(3,22,31)
#020F15
(2,15,21)
#01080B
(1,8,11)
#000000
(0,0,0)

Tints of #0B4E6F

#0B4E6F
(11,78,111)
#215E7C
(33,94,124)
#376E89
(55,110,137)
#4D7E96
(77,126,150)
#638EA3
(99,142,163)
#799EB0
(121,158,176)
#8FAEBD
(143,174,189)
#A5BECA
(165,190,202)
#BBCED7
(187,206,215)
#D1DEE4
(209,222,228)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4E6F color. Also use rgb(11,78,111) instead hex code.

Text Font Color

.myTextColor { color: #0B4E6F; }

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

This text font color is #0B4E6F.


Background Color

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

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

This div background color is #0B4E6F.


Border color

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

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

This div border color is #0B4E6F.


Opacity

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

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

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

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

This text has shadow with #0B4E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4E6F on black background.


Color preview on white background

This text has color #0B4E6F on white background.



Black color preview on #0B4E6F background

This text has black color on #0B4E6F background.


White color preview on #0B4E6F background

This text has white color on #0B4E6F background.