COLOR #0B5278

HEX: #0B5278
RGB: (11,82,120)

Color info

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

RGB color model

#0B5278 color RGB value is (11,82,120).

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

RGB channels and saturation

R 11 of 255 = 4%
G 82 of 255 = 32%
B 120 of 255 = 47%

11
82
120

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

Portions of RGB colors in percentages

R + G + B =
11 + 82 + 120 = 213 (100%)
R 11 of 213 ~ 5.16%
G 82 of 213 ~ 38.5%
B 120 of 213 ~ 56.34%

%38.5
%56.34

CMYK color model

#0B5278 color CMYK value is (91,32,0,53).

  • cyan value is 90.83%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(91,32,0,53)
C91M32Y0K53 
(91%,32%,0%,53%)
(0.91/0.32/0.00/0.53)	

CMYK percentages

%90.83
%31.67
%0
%52.94

Codes

Color #0B5278 in popluar color models

0B5278
RGB1182120
HSL201°83.21%25.69%
HSB/HSV201°90.83%47.06%
CMYK90.83%31.67%0.00%
52.94%

Color #0B5278 in popluar number systems.

HEX0B5278
Decimal1182120
Binary101110100101111000
Octal13122170

Shades and tints

Shades of #0B5278

#0B5278
(11,82,120)
#0A4B6E
(10,75,110)
#094464
(9,68,100)
#083D5A
(8,61,90)
#073650
(7,54,80)
#062F46
(6,47,70)
#05283C
(5,40,60)
#042132
(4,33,50)
#031A28
(3,26,40)
#02131E
(2,19,30)
#010C14
(1,12,20)
#000000
(0,0,0)

Tints of #0B5278

#0B5278
(11,82,120)
#216184
(33,97,132)
#377090
(55,112,144)
#4D7F9C
(77,127,156)
#638EA8
(99,142,168)
#799DB4
(121,157,180)
#8FACC0
(143,172,192)
#A5BBCC
(165,187,204)
#BBCAD8
(187,202,216)
#D1D9E4
(209,217,228)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5278; }

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

This text font color is #0B5278.


Background Color

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

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

This div background color is #0B5278.


Border color

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

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

This div border color is #0B5278.


Opacity

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

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

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

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

This text has shadow with #0B5278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5278 on black background.


Color preview on white background

This text has color #0B5278 on white background.



Black color preview on #0B5278 background

This text has black color on #0B5278 background.


White color preview on #0B5278 background

This text has white color on #0B5278 background.