COLOR #0B161C

HEX: #0B161C
RGB: (11,22,28)

Color info

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

RGB color model

#0B161C color RGB value is (11,22,28).

  • red value is 11;
  • green value is 22;
  • blue value is 28.
RGB:
(11,22,28)
(4%,9%,11%)

RGB channels and saturation

R 11 of 255 = 4%
G 22 of 255 = 9%
B 28 of 255 = 11%

11
22
28

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

Portions of RGB colors in percentages

R + G + B =
11 + 22 + 28 = 61 (100%)
R 11 of 61 ~ 18.03%
G 22 of 61 ~ 36.07%
B 28 of 61 ~ 45.9%

%18.03
%36.07
%45.9

CMYK color model

#0B161C color CMYK value is (61,21,0,89).

  • cyan value is 60.71%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(61,21,0,89)
C61M21Y0K89 
(61%,21%,0%,89%)
(0.61/0.21/0.00/0.89)	

CMYK percentages

%60.71
%21.43
%0
%89.02

Codes

Color #0B161C in popluar color models

0B161C
RGB112228
HSL201°43.59%7.65%
HSB/HSV201°60.71%10.98%
CMYK60.71%21.43%0.00%
89.02%

Color #0B161C in popluar number systems.

HEX0B161C
Decimal112228
Binary10111011011100
Octal132634

Shades and tints

Shades of #0B161C

#0B161C
(11,22,28)
#0A141A
(10,20,26)
#091218
(9,18,24)
#081016
(8,16,22)
#070E14
(7,14,20)
#060C12
(6,12,18)
#050A10
(5,10,16)
#04080E
(4,8,14)
#03060C
(3,6,12)
#02040A
(2,4,10)
#010208
(1,2,8)
#000000
(0,0,0)

Tints of #0B161C

#0B161C
(11,22,28)
#212B30
(33,43,48)
#374044
(55,64,68)
#4D5558
(77,85,88)
#636A6C
(99,106,108)
#797F80
(121,127,128)
#8F9494
(143,148,148)
#A5A9A8
(165,169,168)
#BBBEBC
(187,190,188)
#D1D3D0
(209,211,208)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B161C; }

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

This text font color is #0B161C.


Background Color

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

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

This div background color is #0B161C.


Border color

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

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

This div border color is #0B161C.


Opacity

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

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

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

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

This text has shadow with #0B161C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B161C on black background.


Color preview on white background

This text has color #0B161C on white background.



Black color preview on #0B161C background

This text has black color on #0B161C background.


White color preview on #0B161C background

This text has white color on #0B161C background.