COLOR #0B4383

HEX: #0B4383
RGB: (11,67,131)

Color info

#0B4383 contains mainly blue color. Web safe color of #0B4383 is #003399 (or #039).

RGB color model

#0B4383 color RGB value is (11,67,131).

  • red value is 11;
  • green value is 67;
  • blue value is 131.
RGB:
(11,67,131)
(4%,26%,51%)

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 131 of 255 = 51%

11
67
131

R + G + B ~ 27%. #0B4383 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 131 = 209 (100%)
R 11 of 209 ~ 5.26%
G 67 of 209 ~ 32.06%
B 131 of 209 ~ 62.68%

%32.06
%62.68

CMYK color model

#0B4383 color CMYK value is (92,49,0,49).

  • cyan value is 91.60%
  • magenta value is 48.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(92,49,0,49)
C92M49Y0K49 
(92%,49%,0%,49%)
(0.92/0.49/0.00/0.49)	

CMYK percentages

%91.6
%48.85
%0
%48.63

Codes

Color #0B4383 in popluar color models

0B4383
RGB1167131
HSL212°84.51%27.84%
HSB/HSV212°91.60%51.37%
CMYK91.60%48.85%0.00%
48.63%

Color #0B4383 in popluar number systems.

HEX0B4383
Decimal1167131
Binary1011100001110000011
Octal13103203

Shades and tints

Shades of #0B4383

#0B4383
(11,67,131)
#0A3D78
(10,61,120)
#09376D
(9,55,109)
#083162
(8,49,98)
#072B57
(7,43,87)
#06254C
(6,37,76)
#051F41
(5,31,65)
#041936
(4,25,54)
#03132B
(3,19,43)
#020D20
(2,13,32)
#010715
(1,7,21)
#000000
(0,0,0)

Tints of #0B4383

#0B4383
(11,67,131)
#21548E
(33,84,142)
#376599
(55,101,153)
#4D76A4
(77,118,164)
#6387AF
(99,135,175)
#7998BA
(121,152,186)
#8FA9C5
(143,169,197)
#A5BAD0
(165,186,208)
#BBCBDB
(187,203,219)
#D1DCE6
(209,220,230)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4383; }

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

This text font color is #0B4383.


Background Color

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

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

This div background color is #0B4383.


Border color

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

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

This div border color is #0B4383.


Opacity

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

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

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

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

This text has shadow with #0B4383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4383 on black background.


Color preview on white background

This text has color #0B4383 on white background.



Black color preview on #0B4383 background

This text has black color on #0B4383 background.


White color preview on #0B4383 background

This text has white color on #0B4383 background.