COLOR #0B3A85

HEX: #0B3A85
RGB: (11,58,133)

Color info

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

RGB color model

#0B3A85 color RGB value is (11,58,133).

  • red value is 11;
  • green value is 58;
  • blue value is 133.
RGB:
(11,58,133)
(4%,23%,52%)

RGB channels and saturation

R 11 of 255 = 4%
G 58 of 255 = 23%
B 133 of 255 = 52%

11
58
133

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

Portions of RGB colors in percentages

R + G + B =
11 + 58 + 133 = 202 (100%)
R 11 of 202 ~ 5.45%
G 58 of 202 ~ 28.71%
B 133 of 202 ~ 65.84%

%28.71
%65.84

CMYK color model

#0B3A85 color CMYK value is (92,56,0,48).

  • cyan value is 91.73%
  • magenta value is 56.39%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(92,56,0,48)
C92M56Y0K48 
(92%,56%,0%,48%)
(0.92/0.56/0.00/0.48)	

CMYK percentages

%91.73
%56.39
%0
%47.84

Codes

Color #0B3A85 in popluar color models

0B3A85
RGB1158133
HSL217°84.72%28.24%
HSB/HSV217°91.73%52.16%
CMYK91.73%56.39%0.00%
47.84%

Color #0B3A85 in popluar number systems.

HEX0B3A85
Decimal1158133
Binary101111101010000101
Octal1372205

Shades and tints

Shades of #0B3A85

#0B3A85
(11,58,133)
#0A3579
(10,53,121)
#09306D
(9,48,109)
#082B61
(8,43,97)
#072655
(7,38,85)
#062149
(6,33,73)
#051C3D
(5,28,61)
#041731
(4,23,49)
#031225
(3,18,37)
#020D19
(2,13,25)
#01080D
(1,8,13)
#000000
(0,0,0)

Tints of #0B3A85

#0B3A85
(11,58,133)
#214B90
(33,75,144)
#375C9B
(55,92,155)
#4D6DA6
(77,109,166)
#637EB1
(99,126,177)
#798FBC
(121,143,188)
#8FA0C7
(143,160,199)
#A5B1D2
(165,177,210)
#BBC2DD
(187,194,221)
#D1D3E8
(209,211,232)
#E7E4F3
(231,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3A85 color. Also use rgb(11,58,133) instead hex code.

Text Font Color

.myTextColor { color: #0B3A85; }

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

This text font color is #0B3A85.


Background Color

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

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

This div background color is #0B3A85.


Border color

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

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

This div border color is #0B3A85.


Opacity

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

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

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

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

This text has shadow with #0B3A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3A85 on black background.


Color preview on white background

This text has color #0B3A85 on white background.



Black color preview on #0B3A85 background

This text has black color on #0B3A85 background.


White color preview on #0B3A85 background

This text has white color on #0B3A85 background.