COLOR #0B1079

HEX: #0B1079
RGB: (11,16,121)

Color info

#0B1079 contains mainly blue color. Web safe color of #0B1079 is #000066 (or #006).

RGB color model

#0B1079 color RGB value is (11,16,121).

  • red value is 11;
  • green value is 16;
  • blue value is 121.
RGB:
(11,16,121)
(4%,6%,47%)

RGB channels and saturation

R 11 of 255 = 4%
G 16 of 255 = 6%
B 121 of 255 = 47%

11
16
121

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

Portions of RGB colors in percentages

R + G + B =
11 + 16 + 121 = 148 (100%)
R 11 of 148 ~ 7.43%
G 16 of 148 ~ 10.81%
B 121 of 148 ~ 81.76%

%10.81
%81.76

CMYK color model

#0B1079 color CMYK value is (91,87,0,53).

  • cyan value is 90.91%
  • magenta value is 86.78%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(91,87,0,53)
C91M87Y0K53 
(91%,87%,0%,53%)
(0.91/0.87/0.00/0.53)	

CMYK percentages

%90.91
%86.78
%0
%52.55

Codes

Color #0B1079 in popluar color models

0B1079
RGB1116121
HSL237°83.33%25.88%
HSB/HSV237°90.91%47.45%
CMYK90.91%86.78%0.00%
52.55%

Color #0B1079 in popluar number systems.

HEX0B1079
Decimal1116121
Binary1011100001111001
Octal1320171

Shades and tints

Shades of #0B1079

#0B1079
(11,16,121)
#0A0F6E
(10,15,110)
#090E63
(9,14,99)
#080D58
(8,13,88)
#070C4D
(7,12,77)
#060B42
(6,11,66)
#050A37
(5,10,55)
#04092C
(4,9,44)
#030821
(3,8,33)
#020716
(2,7,22)
#01060B
(1,6,11)
#000000
(0,0,0)

Tints of #0B1079

#0B1079
(11,16,121)
#212585
(33,37,133)
#373A91
(55,58,145)
#4D4F9D
(77,79,157)
#6364A9
(99,100,169)
#7979B5
(121,121,181)
#8F8EC1
(143,142,193)
#A5A3CD
(165,163,205)
#BBB8D9
(187,184,217)
#D1CDE5
(209,205,229)
#E7E2F1
(231,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1079 color. Also use rgb(11,16,121) instead hex code.

Text Font Color

.myTextColor { color: #0B1079; }

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

This text font color is #0B1079.


Background Color

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

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

This div background color is #0B1079.


Border color

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

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

This div border color is #0B1079.


Opacity

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

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

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

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

This text has shadow with #0B1079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1079 on black background.


Color preview on white background

This text has color #0B1079 on white background.



Black color preview on #0B1079 background

This text has black color on #0B1079 background.


White color preview on #0B1079 background

This text has white color on #0B1079 background.