COLOR #0B0018

HEX: #0B0018
RGB: (11,0,24)

Color info

#0B0018 contains only red and blue colors. Web safe color of #0B0018 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

11
0
24

R + G + B ~ 4%. #0B0018 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 0 + 24 = 35 (100%)
R 11 of 35 ~ 31.43%
G 0 of 35 ~ 0%
B 24 of 35 ~ 68.57%

%31.43
%68.57

CMYK color model

#0B0018 color CMYK value is (54,100,0,91).

  • cyan value is 54.17%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(54,100,0,91)
C54M100Y0K91 
(54%,100%,0%,91%)
(0.54/1.00/0.00/0.91)	

CMYK percentages

%54.17
%100
%0
%90.59

Codes

Color #0B0018 in popluar color models

0B0018
RGB11024
HSL268°100.00%4.71%
HSB/HSV268°100.00%9.41%
CMYK54.17%100.00%0.00%
90.59%

Color #0B0018 in popluar number systems.

HEX0B0018
Decimal11024
Binary1011011000
Octal13030

Shades and tints

Shades of #0B0018

#0B0018
(11,0,24)
#0A0016
(10,0,22)
#090014
(9,0,20)
#080012
(8,0,18)
#070010
(7,0,16)
#06000E
(6,0,14)
#05000C
(5,0,12)
#04000A
(4,0,10)
#030008
(3,0,8)
#020006
(2,0,6)
#010004
(1,0,4)
#000000
(0,0,0)

Tints of #0B0018

#0B0018
(11,0,24)
#21172D
(33,23,45)
#372E42
(55,46,66)
#4D4557
(77,69,87)
#635C6C
(99,92,108)
#797381
(121,115,129)
#8F8A96
(143,138,150)
#A5A1AB
(165,161,171)
#BBB8C0
(187,184,192)
#D1CFD5
(209,207,213)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0018; }

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

This text font color is #0B0018.


Background Color

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

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

This div background color is #0B0018.


Border color

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

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

This div border color is #0B0018.


Opacity

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

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

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

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

This text has shadow with #0B0018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0018 on black background.


Color preview on white background

This text has color #0B0018 on white background.



Black color preview on #0B0018 background

This text has black color on #0B0018 background.


White color preview on #0B0018 background

This text has white color on #0B0018 background.