COLOR #0B1B2F

HEX: #0B1B2F
RGB: (11,27,47)

Color info

#0B1B2F contains red, green and blue colors in about the same proportion. Web safe color of #0B1B2F is #003333 (or #033).

RGB color model

#0B1B2F color RGB value is (11,27,47).

  • red value is 11;
  • green value is 27;
  • blue value is 47.
RGB:
(11,27,47)
(4%,11%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 27 of 255 = 11%
B 47 of 255 = 18%

11
27
47

R + G + B ~ 11%. #0B1B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 27 + 47 = 85 (100%)
R 11 of 85 ~ 12.94%
G 27 of 85 ~ 31.76%
B 47 of 85 ~ 55.29%

%12.94
%31.76
%55.29

CMYK color model

#0B1B2F color CMYK value is (77,43,0,82).

  • cyan value is 76.60%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(77,43,0,82)
C77M43Y0K82 
(77%,43%,0%,82%)
(0.77/0.43/0.00/0.82)	

CMYK percentages

%76.6
%42.55
%0
%81.57

Codes

Color #0B1B2F in popluar color models

0B1B2F
RGB112747
HSL213°62.07%11.37%
HSB/HSV213°76.60%18.43%
CMYK76.60%42.55%0.00%
81.57%

Color #0B1B2F in popluar number systems.

HEX0B1B2F
Decimal112747
Binary101111011101111
Octal133357

Shades and tints

Shades of #0B1B2F

#0B1B2F
(11,27,47)
#0A192B
(10,25,43)
#091727
(9,23,39)
#081523
(8,21,35)
#07131F
(7,19,31)
#06111B
(6,17,27)
#050F17
(5,15,23)
#040D13
(4,13,19)
#030B0F
(3,11,15)
#02090B
(2,9,11)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #0B1B2F

#0B1B2F
(11,27,47)
#212F41
(33,47,65)
#374353
(55,67,83)
#4D5765
(77,87,101)
#636B77
(99,107,119)
#797F89
(121,127,137)
#8F939B
(143,147,155)
#A5A7AD
(165,167,173)
#BBBBBF
(187,187,191)
#D1CFD1
(209,207,209)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1B2F color. Also use rgb(11,27,47) instead hex code.

Text Font Color

.myTextColor { color: #0B1B2F; }

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

This text font color is #0B1B2F.


Background Color

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

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

This div background color is #0B1B2F.


Border color

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

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

This div border color is #0B1B2F.


Opacity

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

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

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

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

This text has shadow with #0B1B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1B2F on black background.


Color preview on white background

This text has color #0B1B2F on white background.



Black color preview on #0B1B2F background

This text has black color on #0B1B2F background.


White color preview on #0B1B2F background

This text has white color on #0B1B2F background.