COLOR #0B4576

HEX: #0B4576
RGB: (11,69,118)

Color info

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

RGB color model

#0B4576 color RGB value is (11,69,118).

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

RGB channels and saturation

R 11 of 255 = 4%
G 69 of 255 = 27%
B 118 of 255 = 46%

11
69
118

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

Portions of RGB colors in percentages

R + G + B =
11 + 69 + 118 = 198 (100%)
R 11 of 198 ~ 5.56%
G 69 of 198 ~ 34.85%
B 118 of 198 ~ 59.6%

%34.85
%59.6

CMYK color model

#0B4576 color CMYK value is (91,42,0,54).

  • cyan value is 90.68%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(91,42,0,54)
C91M42Y0K54 
(91%,42%,0%,54%)
(0.91/0.42/0.00/0.54)	

CMYK percentages

%90.68
%41.53
%0
%53.73

Codes

Color #0B4576 in popluar color models

0B4576
RGB1169118
HSL207°82.95%25.29%
HSB/HSV207°90.68%46.27%
CMYK90.68%41.53%0.00%
53.73%

Color #0B4576 in popluar number systems.

HEX0B4576
Decimal1169118
Binary101110001011110110
Octal13105166

Shades and tints

Shades of #0B4576

#0B4576
(11,69,118)
#0A3F6C
(10,63,108)
#093962
(9,57,98)
#083358
(8,51,88)
#072D4E
(7,45,78)
#062744
(6,39,68)
#05213A
(5,33,58)
#041B30
(4,27,48)
#031526
(3,21,38)
#020F1C
(2,15,28)
#010912
(1,9,18)
#000000
(0,0,0)

Tints of #0B4576

#0B4576
(11,69,118)
#215582
(33,85,130)
#37658E
(55,101,142)
#4D759A
(77,117,154)
#6385A6
(99,133,166)
#7995B2
(121,149,178)
#8FA5BE
(143,165,190)
#A5B5CA
(165,181,202)
#BBC5D6
(187,197,214)
#D1D5E2
(209,213,226)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4576; }

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

This text font color is #0B4576.


Background Color

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

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

This div background color is #0B4576.


Border color

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

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

This div border color is #0B4576.


Opacity

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

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

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

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

This text has shadow with #0B4576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4576 on black background.


Color preview on white background

This text has color #0B4576 on white background.



Black color preview on #0B4576 background

This text has black color on #0B4576 background.


White color preview on #0B4576 background

This text has white color on #0B4576 background.