COLOR #0B131F

HEX: #0B131F RGB: (11,19,31)

Color info

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

RGB color model

#0B131F color RGB value is (11,19,31).

RGB: (11,19,31) (4%, 7%, 12%)

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 31 of 255 = 12%

11
19
31

R + G + B ~ 8%. #0B131F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 19 + 31 = 61 (100%)
R 11 of 61 ~ 18.03%
G 19 of 61 ~ 31.15%
B 31 of 61 ~ 50.82'%

%18.03
%31.15
%50.82

CMYK color model

#0B131F color CMYK value is (65,39,0,88).

  • cyan value is 64.52%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (65,39,0,88)
C65M39Y0K88 (65%, 39%, 0%, 88%)
(0.65 / 0.39 / 0.00 / 0.88)

CMYK percentages

%64.52
%38.71
%0
%87.84

Codes

Color #0B131F in popluar color models

0B 13 1F
RGB 11 19 31
HSL 216° 47.62% 8.24%
HSB/HSV 216° 64.52% 12.16%
CMYK 64.52% 38.71% 0.00%
87.84%

Color #0B131F in popluar number systems.

HEX 0B 13 1F
Decimal 11 19 31
Binary 1011 10011 11111
Octal 13 23 37

Shades and tints

Shades of #0B131F

#0B131F
(11,19,31)
#0A121D
(10,18,29)
#09111B
(9,17,27)
#081019
(8,16,25)
#070F17
(7,15,23)
#060E15
(6,14,21)
#050D13
(5,13,19)
#040C11
(4,12,17)
#030B0F
(3,11,15)
#020A0D
(2,10,13)
#01090B
(1,9,11)
#000000
(0,0,0)

Tints of #0B131F

#0B131F
(11,19,31)
#212833
(33,40,51)
#373D47
(55,61,71)
#4D525B
(77,82,91)
#63676F
(99,103,111)
#797C83
(121,124,131)
#8F9197
(143,145,151)
#A5A6AB
(165,166,171)
#BBBBBF
(187,187,191)
#D1D0D3
(209,208,211)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B131F; }

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

This text font color is #0B131F.

Background Color

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

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

This div background color is #0B131F.

Border color

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

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

This div border color is #0B131F.

Opacity

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

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

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

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

This text has shadow with #0B131F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B131F.

Preview

Color preview on black background

This text has color #0B131F on black background.


Color preview on white background

This text has color #0B131F on white background.


Black color preview on #0B131F background

This text has black color on #0B131F background.


White color preview on #0B131F background

This text has white color on #0B131F background.


Related colors

Complementary color

Complementary color for #hex is #F4ECE0.


I love getcolorcode.com

Triadic colors

1 #1F0B13 and #131F0B with #0B131F are triadic colors.

2 #1F130B and #130B1F with #0B131F are triadic colors.