COLOR #0B0B2F

HEX: #0B0B2F
RGB: (11,11,47)

Color info

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

RGB color model

#0B0B2F color RGB value is (11,11,47).

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

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 47 of 255 = 18%

11
11
47

R + G + B ~ 9%. #0B0B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 11 + 47 = 69 (100%)
R 11 of 69 ~ 15.94%
G 11 of 69 ~ 15.94%
B 47 of 69 ~ 68.12%

%15.94
%15.94
%68.12

CMYK color model

#0B0B2F color CMYK value is (77,77,0,82).

  • cyan value is 76.60%
  • magenta value is 76.60%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(77,77,0,82)
C77M77Y0K82 
(77%,77%,0%,82%)
(0.77/0.77/0.00/0.82)	

CMYK percentages

%76.6
%76.6
%0
%81.57

Codes

Color #0B0B2F in popluar color models

0B0B2F
RGB111147
HSL240°62.07%11.37%
HSB/HSV240°76.60%18.43%
CMYK76.60%76.60%0.00%
81.57%

Color #0B0B2F in popluar number systems.

HEX0B0B2F
Decimal111147
Binary10111011101111
Octal131357

Shades and tints

Shades of #0B0B2F

#0B0B2F
(11,11,47)
#0A0A2B
(10,10,43)
#090927
(9,9,39)
#080823
(8,8,35)
#07071F
(7,7,31)
#06061B
(6,6,27)
#050517
(5,5,23)
#040413
(4,4,19)
#03030F
(3,3,15)
#02020B
(2,2,11)
#010107
(1,1,7)
#000000
(0,0,0)

Tints of #0B0B2F

#0B0B2F
(11,11,47)
#212141
(33,33,65)
#373753
(55,55,83)
#4D4D65
(77,77,101)
#636377
(99,99,119)
#797989
(121,121,137)
#8F8F9B
(143,143,155)
#A5A5AD
(165,165,173)
#BBBBBF
(187,187,191)
#D1D1D1
(209,209,209)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B2F; }

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

This text font color is #0B0B2F.


Background Color

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

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

This div background color is #0B0B2F.


Border color

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

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

This div border color is #0B0B2F.


Opacity

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

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

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

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

This text has shadow with #0B0B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0B2F on black background.


Color preview on white background

This text has color #0B0B2F on white background.



Black color preview on #0B0B2F background

This text has black color on #0B0B2F background.


White color preview on #0B0B2F background

This text has white color on #0B0B2F background.