COLOR #0B5268

HEX: #0B5268
RGB: (11,82,104)

Color info

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

RGB color model

#0B5268 color RGB value is (11,82,104).

  • red value is 11;
  • green value is 82;
  • blue value is 104.
RGB:
(11,82,104)
(4%,32%,41%)

RGB channels and saturation

R 11 of 255 = 4%
G 82 of 255 = 32%
B 104 of 255 = 41%

11
82
104

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

Portions of RGB colors in percentages

R + G + B =
11 + 82 + 104 = 197 (100%)
R 11 of 197 ~ 5.58%
G 82 of 197 ~ 41.62%
B 104 of 197 ~ 52.79%

%41.62
%52.79

CMYK color model

#0B5268 color CMYK value is (89,21,0,59).

  • cyan value is 89.42%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(89,21,0,59)
C89M21Y0K59 
(89%,21%,0%,59%)
(0.89/0.21/0.00/0.59)	

CMYK percentages

%89.42
%21.15
%0
%59.22

Codes

Color #0B5268 in popluar color models

0B5268
RGB1182104
HSL194°80.87%22.55%
HSB/HSV194°89.42%40.78%
CMYK89.42%21.15%0.00%
59.22%

Color #0B5268 in popluar number systems.

HEX0B5268
Decimal1182104
Binary101110100101101000
Octal13122150

Shades and tints

Shades of #0B5268

#0B5268
(11,82,104)
#0A4B5F
(10,75,95)
#094456
(9,68,86)
#083D4D
(8,61,77)
#073644
(7,54,68)
#062F3B
(6,47,59)
#052832
(5,40,50)
#042129
(4,33,41)
#031A20
(3,26,32)
#021317
(2,19,23)
#010C0E
(1,12,14)
#000000
(0,0,0)

Tints of #0B5268

#0B5268
(11,82,104)
#216175
(33,97,117)
#377082
(55,112,130)
#4D7F8F
(77,127,143)
#638E9C
(99,142,156)
#799DA9
(121,157,169)
#8FACB6
(143,172,182)
#A5BBC3
(165,187,195)
#BBCAD0
(187,202,208)
#D1D9DD
(209,217,221)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5268 color. Also use rgb(11,82,104) instead hex code.

Text Font Color

.myTextColor { color: #0B5268; }

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

This text font color is #0B5268.


Background Color

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

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

This div background color is #0B5268.


Border color

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

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

This div border color is #0B5268.


Opacity

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

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

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

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

This text has shadow with #0B5268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5268 on black background.


Color preview on white background

This text has color #0B5268 on white background.



Black color preview on #0B5268 background

This text has black color on #0B5268 background.


White color preview on #0B5268 background

This text has white color on #0B5268 background.