COLOR #0B3C87

HEX: #0B3C87
RGB: (11,60,135)

Color info

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

RGB color model

#0B3C87 color RGB value is (11,60,135).

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

RGB channels and saturation

R 11 of 255 = 4%
G 60 of 255 = 24%
B 135 of 255 = 53%

11
60
135

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

Portions of RGB colors in percentages

R + G + B =
11 + 60 + 135 = 206 (100%)
R 11 of 206 ~ 5.34%
G 60 of 206 ~ 29.13%
B 135 of 206 ~ 65.53%

%29.13
%65.53

CMYK color model

#0B3C87 color CMYK value is (92,56,0,47).

  • cyan value is 91.85%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(92,56,0,47)
C92M56Y0K47 
(92%,56%,0%,47%)
(0.92/0.56/0.00/0.47)	

CMYK percentages

%91.85
%55.56
%0
%47.06

Codes

Color #0B3C87 in popluar color models

0B3C87
RGB1160135
HSL216°84.93%28.63%
HSB/HSV216°91.85%52.94%
CMYK91.85%55.56%0.00%
47.06%

Color #0B3C87 in popluar number systems.

HEX0B3C87
Decimal1160135
Binary101111110010000111
Octal1374207

Shades and tints

Shades of #0B3C87

#0B3C87
(11,60,135)
#0A377B
(10,55,123)
#09326F
(9,50,111)
#082D63
(8,45,99)
#072857
(7,40,87)
#06234B
(6,35,75)
#051E3F
(5,30,63)
#041933
(4,25,51)
#031427
(3,20,39)
#020F1B
(2,15,27)
#010A0F
(1,10,15)
#000000
(0,0,0)

Tints of #0B3C87

#0B3C87
(11,60,135)
#214D91
(33,77,145)
#375E9B
(55,94,155)
#4D6FA5
(77,111,165)
#6380AF
(99,128,175)
#7991B9
(121,145,185)
#8FA2C3
(143,162,195)
#A5B3CD
(165,179,205)
#BBC4D7
(187,196,215)
#D1D5E1
(209,213,225)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3C87; }

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

This text font color is #0B3C87.


Background Color

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

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

This div background color is #0B3C87.


Border color

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

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

This div border color is #0B3C87.


Opacity

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

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

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

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

This text has shadow with #0B3C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3C87 on black background.


Color preview on white background

This text has color #0B3C87 on white background.



Black color preview on #0B3C87 background

This text has black color on #0B3C87 background.


White color preview on #0B3C87 background

This text has white color on #0B3C87 background.