COLOR #0B202F

HEX: #0B202F
RGB: (11,32,47)

Color info

#0B202F contains red, green and blue colors in about the same proportion. Web safe color of #0B202F is #003333 (or #033).

RGB color model

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

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

RGB channels and saturation

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

11
32
47

R + G + B ~ 12%. #0B202F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 47 = 90 (100%)
R 11 of 90 ~ 12.22%
G 32 of 90 ~ 35.56%
B 47 of 90 ~ 52.22%

%12.22
%35.56
%52.22

CMYK color model

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

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

CMYK percentages

%76.6
%31.91
%0
%81.57

Codes

Color #0B202F in popluar color models

0B202F
RGB113247
HSL205°62.07%11.37%
HSB/HSV205°76.60%18.43%
CMYK76.60%31.91%0.00%
81.57%

Color #0B202F in popluar number systems.

HEX0B202F
Decimal113247
Binary1011100000101111
Octal134057

Shades and tints

Shades of #0B202F

#0B202F
(11,32,47)
#0A1E2B
(10,30,43)
#091C27
(9,28,39)
#081A23
(8,26,35)
#07181F
(7,24,31)
#06161B
(6,22,27)
#051417
(5,20,23)
#041213
(4,18,19)
#03100F
(3,16,15)
#020E0B
(2,14,11)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #0B202F

#0B202F
(11,32,47)
#213441
(33,52,65)
#374853
(55,72,83)
#4D5C65
(77,92,101)
#637077
(99,112,119)
#798489
(121,132,137)
#8F989B
(143,152,155)
#A5ACAD
(165,172,173)
#BBC0BF
(187,192,191)
#D1D4D1
(209,212,209)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B202F; }

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

This text font color is #0B202F.


Background Color

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

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

This div background color is #0B202F.


Border color

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

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

This div border color is #0B202F.


Opacity

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

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

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

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

This text has shadow with #0B202F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B202F on black background.


Color preview on white background

This text has color #0B202F on white background.



Black color preview on #0B202F background

This text has black color on #0B202F background.


White color preview on #0B202F background

This text has white color on #0B202F background.