COLOR #0B1426

HEX: #0B1426
RGB: (11,20,38)

Color info

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

RGB color model

#0B1426 color RGB value is (11,20,38).

  • red value is 11;
  • green value is 20;
  • blue value is 38.
RGB:
(11,20,38)
(4%,8%,15%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 38 of 255 = 15%

11
20
38

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

Portions of RGB colors in percentages

R + G + B =
11 + 20 + 38 = 69 (100%)
R 11 of 69 ~ 15.94%
G 20 of 69 ~ 28.99%
B 38 of 69 ~ 55.07%

%15.94
%28.99
%55.07

CMYK color model

#0B1426 color CMYK value is (71,47,0,85).

  • cyan value is 71.05%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(71,47,0,85)
C71M47Y0K85 
(71%,47%,0%,85%)
(0.71/0.47/0.00/0.85)	

CMYK percentages

%71.05
%47.37
%0
%85.1

Codes

Color #0B1426 in popluar color models

0B1426
RGB112038
HSL220°55.10%9.61%
HSB/HSV220°71.05%14.90%
CMYK71.05%47.37%0.00%
85.10%

Color #0B1426 in popluar number systems.

HEX0B1426
Decimal112038
Binary101110100100110
Octal132446

Shades and tints

Shades of #0B1426

#0B1426
(11,20,38)
#0A1323
(10,19,35)
#091220
(9,18,32)
#08111D
(8,17,29)
#07101A
(7,16,26)
#060F17
(6,15,23)
#050E14
(5,14,20)
#040D11
(4,13,17)
#030C0E
(3,12,14)
#020B0B
(2,11,11)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B1426

#0B1426
(11,20,38)
#212939
(33,41,57)
#373E4C
(55,62,76)
#4D535F
(77,83,95)
#636872
(99,104,114)
#797D85
(121,125,133)
#8F9298
(143,146,152)
#A5A7AB
(165,167,171)
#BBBCBE
(187,188,190)
#D1D1D1
(209,209,209)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1426; }

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

This text font color is #0B1426.


Background Color

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

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

This div background color is #0B1426.


Border color

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

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

This div border color is #0B1426.


Opacity

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

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

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

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

This text has shadow with #0B1426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1426 on black background.


Color preview on white background

This text has color #0B1426 on white background.



Black color preview on #0B1426 background

This text has black color on #0B1426 background.


White color preview on #0B1426 background

This text has white color on #0B1426 background.