COLOR #0B0019

HEX: #0B0019 RGB: (11,0,25)

Color info

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

RGB color model

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

RGB: (11,0,25) (4%, 0%, 10%)

RGB channels and saturation

R 11 of 255 = 4%
G 0 of 255 = 0%
B 25 of 255 = 10%

11
0
25

R + G + B ~ 5%. #0B0019 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 0 + 25 = 36 (100%)
R 11 of 36 ~ 30.56%
G 0 of 36 ~ 0%
B 25 of 36 ~ 69.44'%

%30.56
%69.44

CMYK color model

#0B0019 color CMYK value is (56,100,0,90).

  • cyan value is 56.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (56,100,0,90)
C56M100Y0K90 (56%, 100%, 0%, 90%)
(0.56 / 1.00 / 0.00 / 0.90)

CMYK percentages

%56
%100
%0
%90.2

Codes

Color #0B0019 in popluar color models

0B 00 19
RGB 11 0 25
HSL 266° 100.00% 4.90%
HSB/HSV 266° 100.00% 9.80%
CMYK 56.00% 100.00% 0.00%
90.20%

Color #0B0019 in popluar number systems.

HEX 0B 00 19
Decimal 11 0 25
Binary 1011 0 11001
Octal 13 0 31

Shades and tints

Shades of #0B0019

#0B0019
(11,0,25)
#0A0017
(10,0,23)
#090015
(9,0,21)
#080013
(8,0,19)
#070011
(7,0,17)
#06000F
(6,0,15)
#05000D
(5,0,13)
#04000B
(4,0,11)
#030009
(3,0,9)
#020007
(2,0,7)
#010005
(1,0,5)
#000000
(0,0,0)

Tints of #0B0019

#0B0019
(11,0,25)
#21172D
(33,23,45)
#372E41
(55,46,65)
#4D4555
(77,69,85)
#635C69
(99,92,105)
#79737D
(121,115,125)
#8F8A91
(143,138,145)
#A5A1A5
(165,161,165)
#BBB8B9
(187,184,185)
#D1CFCD
(209,207,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0019; }

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

This text font color is #0B0019.

Background Color

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

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

This div background color is #0B0019.

Border color

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

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

This div border color is #0B0019.

Opacity

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

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

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

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

This text has shadow with #0B0019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0019.

Preview

Color preview on black background

This text has color #0B0019 on black background.


Color preview on white background

This text has color #0B0019 on white background.


Black color preview on #0B0019 background

This text has black color on #0B0019 background.


White color preview on #0B0019 background

This text has white color on #0B0019 background.


Related colors

Complementary color

Complementary color for #hex is #F4FFE6.


I love getcolorcode.com

Triadic colors

1 #190B00 and #00190B with #0B0019 are triadic colors.

2 #19000B and #000B19 with #0B0019 are triadic colors.