COLOR #0B3050

HEX: #0B3050
RGB: (11,48,80)

Color info

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

RGB color model

#0B3050 color RGB value is (11,48,80).

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

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 80 of 255 = 31%

11
48
80

R + G + B ~ 18%. #0B3050 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 48 + 80 = 139 (100%)
R 11 of 139 ~ 7.91%
G 48 of 139 ~ 34.53%
B 80 of 139 ~ 57.55%

%34.53
%57.55

CMYK color model

#0B3050 color CMYK value is (86,40,0,69).

  • cyan value is 86.25%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(86,40,0,69)
C86M40Y0K69 
(86%,40%,0%,69%)
(0.86/0.40/0.00/0.69)	

CMYK percentages

%86.25
%40
%0
%68.63

Codes

Color #0B3050 in popluar color models

0B3050
RGB114880
HSL208°75.82%17.84%
HSB/HSV208°86.25%31.37%
CMYK86.25%40.00%0.00%
68.63%

Color #0B3050 in popluar number systems.

HEX0B3050
Decimal114880
Binary10111100001010000
Octal1360120

Shades and tints

Shades of #0B3050

#0B3050
(11,48,80)
#0A2C49
(10,44,73)
#092842
(9,40,66)
#08243B
(8,36,59)
#072034
(7,32,52)
#061C2D
(6,28,45)
#051826
(5,24,38)
#04141F
(4,20,31)
#031018
(3,16,24)
#020C11
(2,12,17)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B3050

#0B3050
(11,48,80)
#21425F
(33,66,95)
#37546E
(55,84,110)
#4D667D
(77,102,125)
#63788C
(99,120,140)
#798A9B
(121,138,155)
#8F9CAA
(143,156,170)
#A5AEB9
(165,174,185)
#BBC0C8
(187,192,200)
#D1D2D7
(209,210,215)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3050; }

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

This text font color is #0B3050.


Background Color

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

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

This div background color is #0B3050.


Border color

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

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

This div border color is #0B3050.


Opacity

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

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

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

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

This text has shadow with #0B3050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3050 on black background.


Color preview on white background

This text has color #0B3050 on white background.



Black color preview on #0B3050 background

This text has black color on #0B3050 background.


White color preview on #0B3050 background

This text has white color on #0B3050 background.