COLOR #0B1B2D

HEX: #0B1B2D
RGB: (11,27,45)

Color info

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

RGB color model

#0B1B2D color RGB value is (11,27,45).

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

RGB channels and saturation

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

11
27
45

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

Portions of RGB colors in percentages

R + G + B =
11 + 27 + 45 = 83 (100%)
R 11 of 83 ~ 13.25%
G 27 of 83 ~ 32.53%
B 45 of 83 ~ 54.22%

%13.25
%32.53
%54.22

CMYK color model

#0B1B2D color CMYK value is (76,40,0,82).

  • cyan value is 75.56%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(76,40,0,82)
C76M40Y0K82 
(76%,40%,0%,82%)
(0.76/0.40/0.00/0.82)	

CMYK percentages

%75.56
%40
%0
%82.35

Codes

Color #0B1B2D in popluar color models

0B1B2D
RGB112745
HSL212°60.71%10.98%
HSB/HSV212°75.56%17.65%
CMYK75.56%40.00%0.00%
82.35%

Color #0B1B2D in popluar number systems.

HEX0B1B2D
Decimal112745
Binary101111011101101
Octal133355

Shades and tints

Shades of #0B1B2D

#0B1B2D
(11,27,45)
#0A1929
(10,25,41)
#091725
(9,23,37)
#081521
(8,21,33)
#07131D
(7,19,29)
#061119
(6,17,25)
#050F15
(5,15,21)
#040D11
(4,13,17)
#030B0D
(3,11,13)
#020909
(2,9,9)
#010705
(1,7,5)
#000000
(0,0,0)

Tints of #0B1B2D

#0B1B2D
(11,27,45)
#212F40
(33,47,64)
#374353
(55,67,83)
#4D5766
(77,87,102)
#636B79
(99,107,121)
#797F8C
(121,127,140)
#8F939F
(143,147,159)
#A5A7B2
(165,167,178)
#BBBBC5
(187,187,197)
#D1CFD8
(209,207,216)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1B2D; }

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

This text font color is #0B1B2D.


Background Color

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

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

This div background color is #0B1B2D.


Border color

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

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

This div border color is #0B1B2D.


Opacity

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

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

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

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

This text has shadow with #0B1B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1B2D on black background.


Color preview on white background

This text has color #0B1B2D on white background.



Black color preview on #0B1B2D background

This text has black color on #0B1B2D background.


White color preview on #0B1B2D background

This text has white color on #0B1B2D background.