COLOR #0B3A50

HEX: #0B3A50
RGB: (11,58,80)

Color info

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

RGB color model

#0B3A50 color RGB value is (11,58,80).

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

RGB channels and saturation

R 11 of 255 = 4%
G 58 of 255 = 23%
B 80 of 255 = 31%

11
58
80

R + G + B ~ 19%. #0B3A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 58 + 80 = 149 (100%)
R 11 of 149 ~ 7.38%
G 58 of 149 ~ 38.93%
B 80 of 149 ~ 53.69%

%38.93
%53.69

CMYK color model

#0B3A50 color CMYK value is (86,28,0,69).

  • cyan value is 86.25%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(86,28,0,69)
C86M28Y0K69 
(86%,28%,0%,69%)
(0.86/0.28/0.00/0.69)	

CMYK percentages

%86.25
%27.5
%0
%68.63

Codes

Color #0B3A50 in popluar color models

0B3A50
RGB115880
HSL199°75.82%17.84%
HSB/HSV199°86.25%31.37%
CMYK86.25%27.50%0.00%
68.63%

Color #0B3A50 in popluar number systems.

HEX0B3A50
Decimal115880
Binary10111110101010000
Octal1372120

Shades and tints

Shades of #0B3A50

#0B3A50
(11,58,80)
#0A3549
(10,53,73)
#093042
(9,48,66)
#082B3B
(8,43,59)
#072634
(7,38,52)
#06212D
(6,33,45)
#051C26
(5,28,38)
#04171F
(4,23,31)
#031218
(3,18,24)
#020D11
(2,13,17)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B3A50

#0B3A50
(11,58,80)
#214B5F
(33,75,95)
#375C6E
(55,92,110)
#4D6D7D
(77,109,125)
#637E8C
(99,126,140)
#798F9B
(121,143,155)
#8FA0AA
(143,160,170)
#A5B1B9
(165,177,185)
#BBC2C8
(187,194,200)
#D1D3D7
(209,211,215)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3A50; }

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

This text font color is #0B3A50.


Background Color

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

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

This div background color is #0B3A50.


Border color

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

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

This div border color is #0B3A50.


Opacity

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

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

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

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

This text has shadow with #0B3A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3A50 on black background.


Color preview on white background

This text has color #0B3A50 on white background.



Black color preview on #0B3A50 background

This text has black color on #0B3A50 background.


White color preview on #0B3A50 background

This text has white color on #0B3A50 background.