COLOR #0B3C7F

HEX: #0B3C7F
RGB: (11,60,127)

Color info

#0B3C7F contains mainly blue color. Web safe color of #0B3C7F is #003366 (or #036).

RGB color model

#0B3C7F color RGB value is (11,60,127).

  • red value is 11;
  • green value is 60;
  • blue value is 127.
RGB:
(11,60,127)
(4%,24%,50%)

RGB channels and saturation

R 11 of 255 = 4%
G 60 of 255 = 24%
B 127 of 255 = 50%

11
60
127

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

Portions of RGB colors in percentages

R + G + B =
11 + 60 + 127 = 198 (100%)
R 11 of 198 ~ 5.56%
G 60 of 198 ~ 30.3%
B 127 of 198 ~ 64.14%

%30.3
%64.14

CMYK color model

#0B3C7F color CMYK value is (91,53,0,50).

  • cyan value is 91.34%
  • magenta value is 52.76%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(91,53,0,50)
C91M53Y0K50 
(91%,53%,0%,50%)
(0.91/0.53/0.00/0.50)	

CMYK percentages

%91.34
%52.76
%0
%50.2

Codes

Color #0B3C7F in popluar color models

0B3C7F
RGB1160127
HSL215°84.06%27.06%
HSB/HSV215°91.34%49.80%
CMYK91.34%52.76%0.00%
50.20%

Color #0B3C7F in popluar number systems.

HEX0B3C7F
Decimal1160127
Binary10111111001111111
Octal1374177

Shades and tints

Shades of #0B3C7F

#0B3C7F
(11,60,127)
#0A3774
(10,55,116)
#093269
(9,50,105)
#082D5E
(8,45,94)
#072853
(7,40,83)
#062348
(6,35,72)
#051E3D
(5,30,61)
#041932
(4,25,50)
#031427
(3,20,39)
#020F1C
(2,15,28)
#010A11
(1,10,17)
#000000
(0,0,0)

Tints of #0B3C7F

#0B3C7F
(11,60,127)
#214D8A
(33,77,138)
#375E95
(55,94,149)
#4D6FA0
(77,111,160)
#6380AB
(99,128,171)
#7991B6
(121,145,182)
#8FA2C1
(143,162,193)
#A5B3CC
(165,179,204)
#BBC4D7
(187,196,215)
#D1D5E2
(209,213,226)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3C7F color. Also use rgb(11,60,127) instead hex code.

Text Font Color

.myTextColor { color: #0B3C7F; }

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

This text font color is #0B3C7F.


Background Color

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

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

This div background color is #0B3C7F.


Border color

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

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

This div border color is #0B3C7F.


Opacity

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

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

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

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

This text has shadow with #0B3C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3C7F on black background.


Color preview on white background

This text has color #0B3C7F on white background.



Black color preview on #0B3C7F background

This text has black color on #0B3C7F background.


White color preview on #0B3C7F background

This text has white color on #0B3C7F background.