COLOR #0B1C18

HEX: #0B1C18
RGB: (11,28,24)

Color info

#0B1C18 contains red, green and blue colors in about the same proportion. Web safe color of #0B1C18 is #003300 (or #030).

RGB color model

#0B1C18 color RGB value is (11,28,24).

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

RGB channels and saturation

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

11
28
24

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

Portions of RGB colors in percentages

R + G + B =
11 + 28 + 24 = 63 (100%)
R 11 of 63 ~ 17.46%
G 28 of 63 ~ 44.44%
B 24 of 63 ~ 38.1%

%17.46
%44.44
%38.1

CMYK color model

#0B1C18 color CMYK value is (61,0,14,89).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 89.02%
CMYK:
(61,0,14,89)
C61M0Y14K89 
(61%,0%,14%,89%)
(0.61/0.00/0.14/0.89)	

CMYK percentages

%60.71
%0
%14.29
%89.02

Codes

Color #0B1C18 in popluar color models

0B1C18
RGB112824
HSL166°43.59%7.65%
HSB/HSV166°60.71%10.98%
CMYK60.71%0.00%14.29%
89.02%

Color #0B1C18 in popluar number systems.

HEX0B1C18
Decimal112824
Binary10111110011000
Octal133430

Shades and tints

Shades of #0B1C18

#0B1C18
(11,28,24)
#0A1A16
(10,26,22)
#091814
(9,24,20)
#081612
(8,22,18)
#071410
(7,20,16)
#06120E
(6,18,14)
#05100C
(5,16,12)
#040E0A
(4,14,10)
#030C08
(3,12,8)
#020A06
(2,10,6)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #0B1C18

#0B1C18
(11,28,24)
#21302D
(33,48,45)
#374442
(55,68,66)
#4D5857
(77,88,87)
#636C6C
(99,108,108)
#798081
(121,128,129)
#8F9496
(143,148,150)
#A5A8AB
(165,168,171)
#BBBCC0
(187,188,192)
#D1D0D5
(209,208,213)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1C18; }

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

This text font color is #0B1C18.


Background Color

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

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

This div background color is #0B1C18.


Border color

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

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

This div border color is #0B1C18.


Opacity

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

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

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

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

This text has shadow with #0B1C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1C18 on black background.


Color preview on white background

This text has color #0B1C18 on white background.



Black color preview on #0B1C18 background

This text has black color on #0B1C18 background.


White color preview on #0B1C18 background

This text has white color on #0B1C18 background.