COLOR #0B5976

HEX: #0B5976
RGB: (11,89,118)

Color info

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

RGB color model

#0B5976 color RGB value is (11,89,118).

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

RGB channels and saturation

R 11 of 255 = 4%
G 89 of 255 = 35%
B 118 of 255 = 46%

11
89
118

R + G + B ~ 28%. #0B5976 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 89 + 118 = 218 (100%)
R 11 of 218 ~ 5.05%
G 89 of 218 ~ 40.83%
B 118 of 218 ~ 54.13%

%40.83
%54.13

CMYK color model

#0B5976 color CMYK value is (91,25,0,54).

  • cyan value is 90.68%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(91,25,0,54)
C91M25Y0K54 
(91%,25%,0%,54%)
(0.91/0.25/0.00/0.54)	

CMYK percentages

%90.68
%24.58
%0
%53.73

Codes

Color #0B5976 in popluar color models

0B5976
RGB1189118
HSL196°82.95%25.29%
HSB/HSV196°90.68%46.27%
CMYK90.68%24.58%0.00%
53.73%

Color #0B5976 in popluar number systems.

HEX0B5976
Decimal1189118
Binary101110110011110110
Octal13131166

Shades and tints

Shades of #0B5976

#0B5976
(11,89,118)
#0A516C
(10,81,108)
#094962
(9,73,98)
#084158
(8,65,88)
#07394E
(7,57,78)
#063144
(6,49,68)
#05293A
(5,41,58)
#042130
(4,33,48)
#031926
(3,25,38)
#02111C
(2,17,28)
#010912
(1,9,18)
#000000
(0,0,0)

Tints of #0B5976

#0B5976
(11,89,118)
#216882
(33,104,130)
#37778E
(55,119,142)
#4D869A
(77,134,154)
#6395A6
(99,149,166)
#79A4B2
(121,164,178)
#8FB3BE
(143,179,190)
#A5C2CA
(165,194,202)
#BBD1D6
(187,209,214)
#D1E0E2
(209,224,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5976; }

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

This text font color is #0B5976.


Background Color

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

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

This div background color is #0B5976.


Border color

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

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

This div border color is #0B5976.


Opacity

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

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

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

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

This text has shadow with #0B5976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5976 on black background.


Color preview on white background

This text has color #0B5976 on white background.



Black color preview on #0B5976 background

This text has black color on #0B5976 background.


White color preview on #0B5976 background

This text has white color on #0B5976 background.