COLOR #0B4370

HEX: #0B4370 RGB: (11,67,112)

Color info

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

RGB color model

#0B4370 color RGB value is (11,67,112).

RGB: (11,67,112) (4%, 26%, 44%)

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 112 of 255 = 44%

11
67
112

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

Portions of RGB colors in percentages

R + G + B = 11 + 67 + 112 = 190 (100%)
R 11 of 190 ~ 5.79%
G 67 of 190 ~ 35.26%
B 112 of 190 ~ 58.95'%

%35.26
%58.95

CMYK color model

#0B4370 color CMYK value is (90,40,0,56).

  • cyan value is 90.18%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (90,40,0,56)
C90M40Y0K56 (90%, 40%, 0%, 56%)
(0.90 / 0.40 / 0.00 / 0.56)

CMYK percentages

%90.18
%40.18
%0
%56.08

Codes

Color #0B4370 in popluar color models

0B 43 70
RGB 11 67 112
HSL 207° 82.11% 24.12%
HSB/HSV 207° 90.18% 43.92%
CMYK 90.18% 40.18% 0.00%
56.08%

Color #0B4370 in popluar number systems.

HEX 0B 43 70
Decimal 11 67 112
Binary 1011 1000011 1110000
Octal 13 103 160

Shades and tints

Shades of #0B4370

#0B4370
(11,67,112)
#0A3D66
(10,61,102)
#09375C
(9,55,92)
#083152
(8,49,82)
#072B48
(7,43,72)
#06253E
(6,37,62)
#051F34
(5,31,52)
#04192A
(4,25,42)
#031320
(3,19,32)
#020D16
(2,13,22)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B4370

#0B4370
(11,67,112)
#21547D
(33,84,125)
#37658A
(55,101,138)
#4D7697
(77,118,151)
#6387A4
(99,135,164)
#7998B1
(121,152,177)
#8FA9BE
(143,169,190)
#A5BACB
(165,186,203)
#BBCBD8
(187,203,216)
#D1DCE5
(209,220,229)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4370; }

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

This text font color is #0B4370.

Background Color

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

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

This div background color is #0B4370.

Border color

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

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

This div border color is #0B4370.

Opacity

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

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

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

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

This text has shadow with #0B4370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B4370.

Preview

Color preview on black background

This text has color #0B4370 on black background.


Color preview on white background

This text has color #0B4370 on white background.


Black color preview on #0B4370 background

This text has black color on #0B4370 background.


White color preview on #0B4370 background

This text has white color on #0B4370 background.


Related colors

Complementary color

Complementary color for #hex is #F4BC8F.


I love getcolorcode.com

Triadic colors

1 #700B43 and #43700B with #0B4370 are triadic colors.

2 #70430B and #430B70 with #0B4370 are triadic colors.