COLOR #0B4971

HEX: #0B4971
RGB: (11,73,113)

Color info

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

RGB color model

#0B4971 color RGB value is (11,73,113).

  • red value is 11;
  • green value is 73;
  • blue value is 113.
RGB:
(11,73,113)
(4%,29%,44%)

RGB channels and saturation

R 11 of 255 = 4%
G 73 of 255 = 29%
B 113 of 255 = 44%

11
73
113

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

Portions of RGB colors in percentages

R + G + B =
11 + 73 + 113 = 197 (100%)
R 11 of 197 ~ 5.58%
G 73 of 197 ~ 37.06%
B 113 of 197 ~ 57.36%

%37.06
%57.36

CMYK color model

#0B4971 color CMYK value is (90,35,0,56).

  • cyan value is 90.27%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(90,35,0,56)
C90M35Y0K56 
(90%,35%,0%,56%)
(0.90/0.35/0.00/0.56)	

CMYK percentages

%90.27
%35.4
%0
%55.69

Codes

Color #0B4971 in popluar color models

0B4971
RGB1173113
HSL204°82.26%24.31%
HSB/HSV204°90.27%44.31%
CMYK90.27%35.40%0.00%
55.69%

Color #0B4971 in popluar number systems.

HEX0B4971
Decimal1173113
Binary101110010011110001
Octal13111161

Shades and tints

Shades of #0B4971

#0B4971
(11,73,113)
#0A4367
(10,67,103)
#093D5D
(9,61,93)
#083753
(8,55,83)
#073149
(7,49,73)
#062B3F
(6,43,63)
#052535
(5,37,53)
#041F2B
(4,31,43)
#031921
(3,25,33)
#021317
(2,19,23)
#010D0D
(1,13,13)
#000000
(0,0,0)

Tints of #0B4971

#0B4971
(11,73,113)
#21597D
(33,89,125)
#376989
(55,105,137)
#4D7995
(77,121,149)
#6389A1
(99,137,161)
#7999AD
(121,153,173)
#8FA9B9
(143,169,185)
#A5B9C5
(165,185,197)
#BBC9D1
(187,201,209)
#D1D9DD
(209,217,221)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4971 color. Also use rgb(11,73,113) instead hex code.

Text Font Color

.myTextColor { color: #0B4971; }

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

This text font color is #0B4971.


Background Color

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

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

This div background color is #0B4971.


Border color

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

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

This div border color is #0B4971.


Opacity

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

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

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

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

This text has shadow with #0B4971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4971 on black background.


Color preview on white background

This text has color #0B4971 on white background.



Black color preview on #0B4971 background

This text has black color on #0B4971 background.


White color preview on #0B4971 background

This text has white color on #0B4971 background.