COLOR #0B5969

HEX: #0B5969
RGB: (11,89,105)

Color info

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

RGB color model

#0B5969 color RGB value is (11,89,105).

  • red value is 11;
  • green value is 89;
  • blue value is 105.
RGB:
(11,89,105)
(4%,35%,41%)

RGB channels and saturation

R 11 of 255 = 4%
G 89 of 255 = 35%
B 105 of 255 = 41%

11
89
105

R + G + B ~ 27%. #0B5969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 89 + 105 = 205 (100%)
R 11 of 205 ~ 5.37%
G 89 of 205 ~ 43.41%
B 105 of 205 ~ 51.22%

%43.41
%51.22

CMYK color model

#0B5969 color CMYK value is (90,15,0,59).

  • cyan value is 89.52%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,15,0,59)
C90M15Y0K59 
(90%,15%,0%,59%)
(0.90/0.15/0.00/0.59)	

CMYK percentages

%89.52
%15.24
%0
%58.82

Codes

Color #0B5969 in popluar color models

0B5969
RGB1189105
HSL190°81.03%22.75%
HSB/HSV190°89.52%41.18%
CMYK89.52%15.24%0.00%
58.82%

Color #0B5969 in popluar number systems.

HEX0B5969
Decimal1189105
Binary101110110011101001
Octal13131151

Shades and tints

Shades of #0B5969

#0B5969
(11,89,105)
#0A5160
(10,81,96)
#094957
(9,73,87)
#08414E
(8,65,78)
#073945
(7,57,69)
#06313C
(6,49,60)
#052933
(5,41,51)
#04212A
(4,33,42)
#031921
(3,25,33)
#021118
(2,17,24)
#01090F
(1,9,15)
#000000
(0,0,0)

Tints of #0B5969

#0B5969
(11,89,105)
#216876
(33,104,118)
#377783
(55,119,131)
#4D8690
(77,134,144)
#63959D
(99,149,157)
#79A4AA
(121,164,170)
#8FB3B7
(143,179,183)
#A5C2C4
(165,194,196)
#BBD1D1
(187,209,209)
#D1E0DE
(209,224,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5969 color. Also use rgb(11,89,105) instead hex code.

Text Font Color

.myTextColor { color: #0B5969; }

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

This text font color is #0B5969.


Background Color

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

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

This div background color is #0B5969.


Border color

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

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

This div border color is #0B5969.


Opacity

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

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

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

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

This text has shadow with #0B5969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5969 on black background.


Color preview on white background

This text has color #0B5969 on white background.



Black color preview on #0B5969 background

This text has black color on #0B5969 background.


White color preview on #0B5969 background

This text has white color on #0B5969 background.