COLOR #0B0E1E

HEX: #0B0E1E
RGB: (11,14,30)

Color info

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

RGB color model

#0B0E1E color RGB value is (11,14,30).

  • red value is 11;
  • green value is 14;
  • blue value is 30.
RGB:
(11,14,30)
(4%,5%,12%)

RGB channels and saturation

R 11 of 255 = 4%
G 14 of 255 = 5%
B 30 of 255 = 12%

11
14
30

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

Portions of RGB colors in percentages

R + G + B =
11 + 14 + 30 = 55 (100%)
R 11 of 55 ~ 20%
G 14 of 55 ~ 25.45%
B 30 of 55 ~ 54.55%

%20
%25.45
%54.55

CMYK color model

#0B0E1E color CMYK value is (63,53,0,88).

  • cyan value is 63.33%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(63,53,0,88)
C63M53Y0K88 
(63%,53%,0%,88%)
(0.63/0.53/0.00/0.88)	

CMYK percentages

%63.33
%53.33
%0
%88.24

Codes

Color #0B0E1E in popluar color models

0B0E1E
RGB111430
HSL231°46.34%8.04%
HSB/HSV231°63.33%11.76%
CMYK63.33%53.33%0.00%
88.24%

Color #0B0E1E in popluar number systems.

HEX0B0E1E
Decimal111430
Binary1011111011110
Octal131636

Shades and tints

Shades of #0B0E1E

#0B0E1E
(11,14,30)
#0A0D1C
(10,13,28)
#090C1A
(9,12,26)
#080B18
(8,11,24)
#070A16
(7,10,22)
#060914
(6,9,20)
#050812
(5,8,18)
#040710
(4,7,16)
#03060E
(3,6,14)
#02050C
(2,5,12)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #0B0E1E

#0B0E1E
(11,14,30)
#212332
(33,35,50)
#373846
(55,56,70)
#4D4D5A
(77,77,90)
#63626E
(99,98,110)
#797782
(121,119,130)
#8F8C96
(143,140,150)
#A5A1AA
(165,161,170)
#BBB6BE
(187,182,190)
#D1CBD2
(209,203,210)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0E1E; }

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

This text font color is #0B0E1E.


Background Color

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

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

This div background color is #0B0E1E.


Border color

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

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

This div border color is #0B0E1E.


Opacity

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

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

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

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

This text has shadow with #0B0E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0E1E on black background.


Color preview on white background

This text has color #0B0E1E on white background.



Black color preview on #0B0E1E background

This text has black color on #0B0E1E background.


White color preview on #0B0E1E background

This text has white color on #0B0E1E background.