COLOR #0B4B6B

HEX: #0B4B6B
RGB: (11,75,107)

Color info

#0B4B6B contains mainly green and blue colors. Web safe color of #0B4B6B is #003366 (or #036).

RGB color model

#0B4B6B color RGB value is (11,75,107).

  • red value is 11;
  • green value is 75;
  • blue value is 107.
RGB:
(11,75,107)
(4%,29%,42%)

RGB channels and saturation

R 11 of 255 = 4%
G 75 of 255 = 29%
B 107 of 255 = 42%

11
75
107

R + G + B ~ 25%. #0B4B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 75 + 107 = 193 (100%)
R 11 of 193 ~ 5.7%
G 75 of 193 ~ 38.86%
B 107 of 193 ~ 55.44%

%38.86
%55.44

CMYK color model

#0B4B6B color CMYK value is (90,30,0,58).

  • cyan value is 89.72%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(90,30,0,58)
C90M30Y0K58 
(90%,30%,0%,58%)
(0.90/0.30/0.00/0.58)	

CMYK percentages

%89.72
%29.91
%0
%58.04

Codes

Color #0B4B6B in popluar color models

0B4B6B
RGB1175107
HSL200°81.36%23.14%
HSB/HSV200°89.72%41.96%
CMYK89.72%29.91%0.00%
58.04%

Color #0B4B6B in popluar number systems.

HEX0B4B6B
Decimal1175107
Binary101110010111101011
Octal13113153

Shades and tints

Shades of #0B4B6B

#0B4B6B
(11,75,107)
#0A4562
(10,69,98)
#093F59
(9,63,89)
#083950
(8,57,80)
#073347
(7,51,71)
#062D3E
(6,45,62)
#052735
(5,39,53)
#04212C
(4,33,44)
#031B23
(3,27,35)
#02151A
(2,21,26)
#010F11
(1,15,17)
#000000
(0,0,0)

Tints of #0B4B6B

#0B4B6B
(11,75,107)
#215B78
(33,91,120)
#376B85
(55,107,133)
#4D7B92
(77,123,146)
#638B9F
(99,139,159)
#799BAC
(121,155,172)
#8FABB9
(143,171,185)
#A5BBC6
(165,187,198)
#BBCBD3
(187,203,211)
#D1DBE0
(209,219,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4B6B color. Also use rgb(11,75,107) instead hex code.

Text Font Color

.myTextColor { color: #0B4B6B; }

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

This text font color is #0B4B6B.


Background Color

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

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

This div background color is #0B4B6B.


Border color

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

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

This div border color is #0B4B6B.


Opacity

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

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

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

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

This text has shadow with #0B4B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4B6B on black background.


Color preview on white background

This text has color #0B4B6B on white background.



Black color preview on #0B4B6B background

This text has black color on #0B4B6B background.


White color preview on #0B4B6B background

This text has white color on #0B4B6B background.