COLOR #0B072E

HEX: #0B072E
RGB: (11,7,46)

Color info

#0B072E contains red, green and blue colors in about the same proportion. Web safe color of #0B072E is #000033 (or #003).

RGB color model

#0B072E color RGB value is (11,7,46).

  • red value is 11;
  • green value is 7;
  • blue value is 46.
RGB:
(11,7,46)
(4%,3%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 46 of 255 = 18%

11
7
46

R + G + B ~ 8%. #0B072E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 7 + 46 = 64 (100%)
R 11 of 64 ~ 17.19%
G 7 of 64 ~ 10.94%
B 46 of 64 ~ 71.88%

%17.19
%10.94
%71.88

CMYK color model

#0B072E color CMYK value is (76,85,0,82).

  • cyan value is 76.09%
  • magenta value is 84.78%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,85,0,82)
C76M85Y0K82 
(76%,85%,0%,82%)
(0.76/0.85/0.00/0.82)	

CMYK percentages

%76.09
%84.78
%0
%81.96

Codes

Color #0B072E in popluar color models

0B072E
RGB11746
HSL246°73.58%10.39%
HSB/HSV246°84.78%18.04%
CMYK76.09%84.78%0.00%
81.96%

Color #0B072E in popluar number systems.

HEX0B072E
Decimal11746
Binary1011111101110
Octal13756

Shades and tints

Shades of #0B072E

#0B072E
(11,7,46)
#0A072A
(10,7,42)
#090726
(9,7,38)
#080722
(8,7,34)
#07071E
(7,7,30)
#06071A
(6,7,26)
#050716
(5,7,22)
#040712
(4,7,18)
#03070E
(3,7,14)
#02070A
(2,7,10)
#010706
(1,7,6)
#000000
(0,0,0)

Tints of #0B072E

#0B072E
(11,7,46)
#211D41
(33,29,65)
#373354
(55,51,84)
#4D4967
(77,73,103)
#635F7A
(99,95,122)
#79758D
(121,117,141)
#8F8BA0
(143,139,160)
#A5A1B3
(165,161,179)
#BBB7C6
(187,183,198)
#D1CDD9
(209,205,217)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B072E color. Also use rgb(11,7,46) instead hex code.

Text Font Color

.myTextColor { color: #0B072E; }

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

This text font color is #0B072E.


Background Color

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

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

This div background color is #0B072E.


Border color

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

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

This div border color is #0B072E.


Opacity

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

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

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

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

This text has shadow with #0B072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B072E on black background.


Color preview on white background

This text has color #0B072E on white background.



Black color preview on #0B072E background

This text has black color on #0B072E background.


White color preview on #0B072E background

This text has white color on #0B072E background.