COLOR #0B1119

HEX: #0B1119
RGB: (11,17,25)

Color info

#0B1119 contains red, green and blue colors in about the same proportion. Web safe color of #0B1119 is #000000 (or #000).

RGB color model

#0B1119 color RGB value is (11,17,25).

  • red value is 11;
  • green value is 17;
  • blue value is 25.
RGB:
(11,17,25)
(4%,7%,10%)

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 25 of 255 = 10%

11
17
25

R + G + B ~ 7%. #0B1119 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 25 = 53 (100%)
R 11 of 53 ~ 20.75%
G 17 of 53 ~ 32.08%
B 25 of 53 ~ 47.17%

%20.75
%32.08
%47.17

CMYK color model

#0B1119 color CMYK value is (56,32,0,90).

  • cyan value is 56.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(56,32,0,90)
C56M32Y0K90 
(56%,32%,0%,90%)
(0.56/0.32/0.00/0.90)	

CMYK percentages

%56
%32
%0
%90.2

Codes

Color #0B1119 in popluar color models

0B1119
RGB111725
HSL214°38.89%7.06%
HSB/HSV214°56.00%9.80%
CMYK56.00%32.00%0.00%
90.20%

Color #0B1119 in popluar number systems.

HEX0B1119
Decimal111725
Binary10111000111001
Octal132131

Shades and tints

Shades of #0B1119

#0B1119
(11,17,25)
#0A1017
(10,16,23)
#090F15
(9,15,21)
#080E13
(8,14,19)
#070D11
(7,13,17)
#060C0F
(6,12,15)
#050B0D
(5,11,13)
#040A0B
(4,10,11)
#030909
(3,9,9)
#020807
(2,8,7)
#010705
(1,7,5)
#000000
(0,0,0)

Tints of #0B1119

#0B1119
(11,17,25)
#21262D
(33,38,45)
#373B41
(55,59,65)
#4D5055
(77,80,85)
#636569
(99,101,105)
#797A7D
(121,122,125)
#8F8F91
(143,143,145)
#A5A4A5
(165,164,165)
#BBB9B9
(187,185,185)
#D1CECD
(209,206,205)
#E7E3E1
(231,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1119; }

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

This text font color is #0B1119.


Background Color

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

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

This div background color is #0B1119.


Border color

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

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

This div border color is #0B1119.


Opacity

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

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

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

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

This text has shadow with #0B1119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1119 on black background.


Color preview on white background

This text has color #0B1119 on white background.



Black color preview on #0B1119 background

This text has black color on #0B1119 background.


White color preview on #0B1119 background

This text has white color on #0B1119 background.