COLOR #0B181E

HEX: #0B181E
RGB: (11,24,30)

Color info

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

RGB color model

#0B181E color RGB value is (11,24,30).

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

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 30 of 255 = 12%

11
24
30

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

Portions of RGB colors in percentages

R + G + B =
11 + 24 + 30 = 65 (100%)
R 11 of 65 ~ 16.92%
G 24 of 65 ~ 36.92%
B 30 of 65 ~ 46.15%

%16.92
%36.92
%46.15

CMYK color model

#0B181E color CMYK value is (63,20,0,88).

  • cyan value is 63.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(63,20,0,88)
C63M20Y0K88 
(63%,20%,0%,88%)
(0.63/0.20/0.00/0.88)	

CMYK percentages

%63.33
%20
%0
%88.24

Codes

Color #0B181E in popluar color models

0B181E
RGB112430
HSL199°46.34%8.04%
HSB/HSV199°63.33%11.76%
CMYK63.33%20.00%0.00%
88.24%

Color #0B181E in popluar number systems.

HEX0B181E
Decimal112430
Binary10111100011110
Octal133036

Shades and tints

Shades of #0B181E

#0B181E
(11,24,30)
#0A161C
(10,22,28)
#09141A
(9,20,26)
#081218
(8,18,24)
#071016
(7,16,22)
#060E14
(6,14,20)
#050C12
(5,12,18)
#040A10
(4,10,16)
#03080E
(3,8,14)
#02060C
(2,6,12)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #0B181E

#0B181E
(11,24,30)
#212D32
(33,45,50)
#374246
(55,66,70)
#4D575A
(77,87,90)
#636C6E
(99,108,110)
#798182
(121,129,130)
#8F9696
(143,150,150)
#A5ABAA
(165,171,170)
#BBC0BE
(187,192,190)
#D1D5D2
(209,213,210)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B181E; }

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

This text font color is #0B181E.


Background Color

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

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

This div background color is #0B181E.


Border color

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

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

This div border color is #0B181E.


Opacity

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

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

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

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

This text has shadow with #0B181E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B181E on black background.


Color preview on white background

This text has color #0B181E on white background.



Black color preview on #0B181E background

This text has black color on #0B181E background.


White color preview on #0B181E background

This text has white color on #0B181E background.