COLOR #0B1126

HEX: #0B1126
RGB: (11,17,38)

Color info

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

RGB color model

#0B1126 color RGB value is (11,17,38).

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

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 38 of 255 = 15%

11
17
38

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

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 38 = 66 (100%)
R 11 of 66 ~ 16.67%
G 17 of 66 ~ 25.76%
B 38 of 66 ~ 57.58%

%16.67
%25.76
%57.58

CMYK color model

#0B1126 color CMYK value is (71,55,0,85).

  • cyan value is 71.05%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(71,55,0,85)
C71M55Y0K85 
(71%,55%,0%,85%)
(0.71/0.55/0.00/0.85)	

CMYK percentages

%71.05
%55.26
%0
%85.1

Codes

Color #0B1126 in popluar color models

0B1126
RGB111738
HSL227°55.10%9.61%
HSB/HSV227°71.05%14.90%
CMYK71.05%55.26%0.00%
85.10%

Color #0B1126 in popluar number systems.

HEX0B1126
Decimal111738
Binary101110001100110
Octal132146

Shades and tints

Shades of #0B1126

#0B1126
(11,17,38)
#0A1023
(10,16,35)
#090F20
(9,15,32)
#080E1D
(8,14,29)
#070D1A
(7,13,26)
#060C17
(6,12,23)
#050B14
(5,11,20)
#040A11
(4,10,17)
#03090E
(3,9,14)
#02080B
(2,8,11)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #0B1126

#0B1126
(11,17,38)
#212639
(33,38,57)
#373B4C
(55,59,76)
#4D505F
(77,80,95)
#636572
(99,101,114)
#797A85
(121,122,133)
#8F8F98
(143,143,152)
#A5A4AB
(165,164,171)
#BBB9BE
(187,185,190)
#D1CED1
(209,206,209)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1126; }

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

This text font color is #0B1126.


Background Color

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

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

This div background color is #0B1126.


Border color

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

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

This div border color is #0B1126.


Opacity

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

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

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

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

This text has shadow with #0B1126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1126 on black background.


Color preview on white background

This text has color #0B1126 on white background.



Black color preview on #0B1126 background

This text has black color on #0B1126 background.


White color preview on #0B1126 background

This text has white color on #0B1126 background.