COLOR #0B3970

HEX: #0B3970
RGB: (11,57,112)

Color info

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

RGB color model

#0B3970 color RGB value is (11,57,112).

  • red value is 11;
  • green value is 57;
  • blue value is 112.
RGB:
(11,57,112)
(4%,22%,44%)

RGB channels and saturation

R 11 of 255 = 4%
G 57 of 255 = 22%
B 112 of 255 = 44%

11
57
112

R + G + B ~ 23%. #0B3970 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 57 + 112 = 180 (100%)
R 11 of 180 ~ 6.11%
G 57 of 180 ~ 31.67%
B 112 of 180 ~ 62.22%

%31.67
%62.22

CMYK color model

#0B3970 color CMYK value is (90,49,0,56).

  • cyan value is 90.18%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(90,49,0,56)
C90M49Y0K56 
(90%,49%,0%,56%)
(0.90/0.49/0.00/0.56)	

CMYK percentages

%90.18
%49.11
%0
%56.08

Codes

Color #0B3970 in popluar color models

0B3970
RGB1157112
HSL213°82.11%24.12%
HSB/HSV213°90.18%43.92%
CMYK90.18%49.11%0.00%
56.08%

Color #0B3970 in popluar number systems.

HEX0B3970
Decimal1157112
Binary10111110011110000
Octal1371160

Shades and tints

Shades of #0B3970

#0B3970
(11,57,112)
#0A3466
(10,52,102)
#092F5C
(9,47,92)
#082A52
(8,42,82)
#072548
(7,37,72)
#06203E
(6,32,62)
#051B34
(5,27,52)
#04162A
(4,22,42)
#031120
(3,17,32)
#020C16
(2,12,22)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B3970

#0B3970
(11,57,112)
#214B7D
(33,75,125)
#375D8A
(55,93,138)
#4D6F97
(77,111,151)
#6381A4
(99,129,164)
#7993B1
(121,147,177)
#8FA5BE
(143,165,190)
#A5B7CB
(165,183,203)
#BBC9D8
(187,201,216)
#D1DBE5
(209,219,229)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3970 color. Also use rgb(11,57,112) instead hex code.

Text Font Color

.myTextColor { color: #0B3970; }

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

This text font color is #0B3970.


Background Color

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

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

This div background color is #0B3970.


Border color

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

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

This div border color is #0B3970.


Opacity

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

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

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

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

This text has shadow with #0B3970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3970 on black background.


Color preview on white background

This text has color #0B3970 on white background.



Black color preview on #0B3970 background

This text has black color on #0B3970 background.


White color preview on #0B3970 background

This text has white color on #0B3970 background.