COLOR #0B3099

HEX: #0B3099
RGB: (11,48,153)

Color info

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

RGB color model

#0B3099 color RGB value is (11,48,153).

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

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 153 of 255 = 60%

11
48
153

R + G + B ~ 28%. #0B3099 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 48 + 153 = 212 (100%)
R 11 of 212 ~ 5.19%
G 48 of 212 ~ 22.64%
B 153 of 212 ~ 72.17%

%22.64
%72.17

CMYK color model

#0B3099 color CMYK value is (93,69,0,40).

  • cyan value is 92.81%
  • magenta value is 68.63%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(93,69,0,40)
C93M69Y0K40 
(93%,69%,0%,40%)
(0.93/0.69/0.00/0.40)	

CMYK percentages

%92.81
%68.63
%0
%40

Codes

Color #0B3099 in popluar color models

0B3099
RGB1148153
HSL224°86.59%32.16%
HSB/HSV224°92.81%60.00%
CMYK92.81%68.63%0.00%
40.00%

Color #0B3099 in popluar number systems.

HEX0B3099
Decimal1148153
Binary101111000010011001
Octal1360231

Shades and tints

Shades of #0B3099

#0B3099
(11,48,153)
#0A2C8C
(10,44,140)
#09287F
(9,40,127)
#082472
(8,36,114)
#072065
(7,32,101)
#061C58
(6,28,88)
#05184B
(5,24,75)
#04143E
(4,20,62)
#031031
(3,16,49)
#020C24
(2,12,36)
#010817
(1,8,23)
#000000
(0,0,0)

Tints of #0B3099

#0B3099
(11,48,153)
#2142A2
(33,66,162)
#3754AB
(55,84,171)
#4D66B4
(77,102,180)
#6378BD
(99,120,189)
#798AC6
(121,138,198)
#8F9CCF
(143,156,207)
#A5AED8
(165,174,216)
#BBC0E1
(187,192,225)
#D1D2EA
(209,210,234)
#E7E4F3
(231,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3099; }

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

This text font color is #0B3099.


Background Color

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

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

This div background color is #0B3099.


Border color

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

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

This div border color is #0B3099.


Opacity

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

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

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

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

This text has shadow with #0B3099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3099 on black background.


Color preview on white background

This text has color #0B3099 on white background.



Black color preview on #0B3099 background

This text has black color on #0B3099 background.


White color preview on #0B3099 background

This text has white color on #0B3099 background.