COLOR #0B131A

HEX: #0B131A RGB: (11,19,26)

Color info

#0B131A contains red, green and blue colors in about the same proportion. Web safe color of #0B131A is #000000 (or #000).

RGB color model

#0B131A color RGB value is (11,19,26).

RGB: (11,19,26) (4%, 7%, 10%)

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 26 of 255 = 10%

11
19
26

R + G + B ~ 7%. #0B131A is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 19 + 26 = 56 (100%)
R 11 of 56 ~ 19.64%
G 19 of 56 ~ 33.93%
B 26 of 56 ~ 46.43'%

%19.64
%33.93
%46.43

CMYK color model

#0B131A color CMYK value is (58,27,0,90).

  • cyan value is 57.69%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (58,27,0,90)
C58M27Y0K90 (58%, 27%, 0%, 90%)
(0.58 / 0.27 / 0.00 / 0.90)

CMYK percentages

%57.69
%26.92
%0
%89.8

Codes

Color #0B131A in popluar color models

0B 13 1A
RGB 11 19 26
HSL 208° 40.54% 7.25%
HSB/HSV 208° 57.69% 10.20%
CMYK 57.69% 26.92% 0.00%
89.80%

Color #0B131A in popluar number systems.

HEX 0B 13 1A
Decimal 11 19 26
Binary 1011 10011 11010
Octal 13 23 32

Shades and tints

Shades of #0B131A

#0B131A
(11,19,26)
#0A1218
(10,18,24)
#091116
(9,17,22)
#081014
(8,16,20)
#070F12
(7,15,18)
#060E10
(6,14,16)
#050D0E
(5,13,14)
#040C0C
(4,12,12)
#030B0A
(3,11,10)
#020A08
(2,10,8)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B131A

#0B131A
(11,19,26)
#21282E
(33,40,46)
#373D42
(55,61,66)
#4D5256
(77,82,86)
#63676A
(99,103,106)
#797C7E
(121,124,126)
#8F9192
(143,145,146)
#A5A6A6
(165,166,166)
#BBBBBA
(187,187,186)
#D1D0CE
(209,208,206)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B131A; }

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

This text font color is #0B131A.

Background Color

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

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

This div background color is #0B131A.

Border color

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

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

This div border color is #0B131A.

Opacity

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

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

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

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

This text has shadow with #0B131A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B131A.

Preview

Color preview on black background

This text has color #0B131A on black background.


Color preview on white background

This text has color #0B131A on white background.


Black color preview on #0B131A background

This text has black color on #0B131A background.


White color preview on #0B131A background

This text has white color on #0B131A background.


Related colors

Complementary color

Complementary color for #0B131A is #F4ECE5.


I love getcolorcode.com

Triadic colors

1 #1A0B13 and #131A0B with #0B131A are triadic colors.

2 #1A130B and #130B1A with #0B131A are triadic colors.