COLOR #0B4771

HEX: #0B4771 RGB: (11,71,113)

Color info

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

RGB color model

#0B4771 color RGB value is (11,71,113).

RGB: (11,71,113) (4%, 28%, 44%)

RGB channels and saturation

R 11 of 255 = 4%
G 71 of 255 = 28%
B 113 of 255 = 44%

11
71
113

R + G + B ~ 25%. #0B4771 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 71 + 113 = 195 (100%)
R 11 of 195 ~ 5.64%
G 71 of 195 ~ 36.41%
B 113 of 195 ~ 57.95'%

%36.41
%57.95

CMYK color model

#0B4771 color CMYK value is (90,37,0,56).

  • cyan value is 90.27%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (90,37,0,56)
C90M37Y0K56 (90%, 37%, 0%, 56%)
(0.90 / 0.37 / 0.00 / 0.56)

CMYK percentages

%90.27
%37.17
%0
%55.69

Codes

Color #0B4771 in popluar color models

0B 47 71
RGB 11 71 113
HSL 205° 82.26% 24.31%
HSB/HSV 205° 90.27% 44.31%
CMYK 90.27% 37.17% 0.00%
55.69%

Color #0B4771 in popluar number systems.

HEX 0B 47 71
Decimal 11 71 113
Binary 1011 1000111 1110001
Octal 13 107 161

Shades and tints

Shades of #0B4771

#0B4771
(11,71,113)
#0A4167
(10,65,103)
#093B5D
(9,59,93)
#083553
(8,53,83)
#072F49
(7,47,73)
#06293F
(6,41,63)
#052335
(5,35,53)
#041D2B
(4,29,43)
#031721
(3,23,33)
#021117
(2,17,23)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #0B4771

#0B4771
(11,71,113)
#21577D
(33,87,125)
#376789
(55,103,137)
#4D7795
(77,119,149)
#6387A1
(99,135,161)
#7997AD
(121,151,173)
#8FA7B9
(143,167,185)
#A5B7C5
(165,183,197)
#BBC7D1
(187,199,209)
#D1D7DD
(209,215,221)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4771; }

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

This text font color is #0B4771.

Background Color

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

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

This div background color is #0B4771.

Border color

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

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

This div border color is #0B4771.

Opacity

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

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

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

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

This text has shadow with #0B4771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B4771.

Preview

Color preview on black background

This text has color #0B4771 on black background.


Color preview on white background

This text has color #0B4771 on white background.


Black color preview on #0B4771 background

This text has black color on #0B4771 background.


White color preview on #0B4771 background

This text has white color on #0B4771 background.


Related colors

Complementary color

Complementary color for #hex is #F4B88E.


I love getcolorcode.com

Triadic colors

1 #710B47 and #47710B with #0B4771 are triadic colors.

2 #71470B and #470B71 with #0B4771 are triadic colors.