COLOR #0B1826

HEX: #0B1826 RGB: (11,24,38)

Color info

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

RGB color model

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

RGB: (11,24,38) (4%, 9%, 15%)

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 38 of 255 = 15%

11
24
38

R + G + B ~ 9%. #0B1826 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 24 + 38 = 73 (100%)
R 11 of 73 ~ 15.07%
G 24 of 73 ~ 32.88%
B 38 of 73 ~ 52.05'%

%15.07
%32.88
%52.05

CMYK color model

#0B1826 color CMYK value is (71,37,0,85).

  • cyan value is 71.05%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK: (71,37,0,85) C71M37Y0K85 (71%,37%,0%,85%) (0.71/0.37/0.00/0.85) 

CMYK percentages

%71.05
%36.84
%0
%85.1

Codes

Color #0B1826 in popluar color models

0B 18 26
RGB 11 24 38
HSL 211° 55.10% 9.61%
HSB/HSV 211° 71.05% 14.90%
CMYK 71.05% 36.84% 0.00%
85.10%

Color #0B1826 in popluar number systems.

HEX 0B 18 26
Decimal 11 24 38
Binary 1011 11000 100110
Octal 13 30 46

Shades and tints

Shades of #0B1826

#0B1826
(11,24,38)
#0A1623
(10,22,35)
#091420
(9,20,32)
#08121D
(8,18,29)
#07101A
(7,16,26)
#060E17
(6,14,23)
#050C14
(5,12,20)
#040A11
(4,10,17)
#03080E
(3,8,14)
#02060B
(2,6,11)
#010408
(1,4,8)
#000000
(0,0,0)

Tints of #0B1826

#0B1826
(11,24,38)
#212D39
(33,45,57)
#37424C
(55,66,76)
#4D575F
(77,87,95)
#636C72
(99,108,114)
#798185
(121,129,133)
#8F9698
(143,150,152)
#A5ABAB
(165,171,171)
#BBC0BE
(187,192,190)
#D1D5D1
(209,213,209)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1826; }

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

This text font color is #0B1826.

Background Color

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

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

This div background color is #0B1826.

Border color

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

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

This div border color is #0B1826.

Opacity

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

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

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

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

This text has shadow with #0B1826 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1826.

Preview

Color preview on black background

This text has color #0B1826 on black background.


Color preview on white background

This text has color #0B1826 on white background.


Black color preview on #0B1826 background

This text has black color on #0B1826 background.


White color preview on #0B1826 background

This text has white color on #0B1826 background.


Related colors

Complementary color

Complementary color for #hex is #F4E7D9.


I love getcolorcode.com

Triadic colors

1 #260B18 and #18260B with #0B1826 are triadic colors.

2 #26180B and #180B26 with #0B1826 are triadic colors.