COLOR #0B1D2E

HEX: #0B1D2E
RGB: (11,29,46)

Color info

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

RGB color model

#0B1D2E color RGB value is (11,29,46).

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

RGB channels and saturation

R 11 of 255 = 4%
G 29 of 255 = 11%
B 46 of 255 = 18%

11
29
46

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

Portions of RGB colors in percentages

R + G + B =
11 + 29 + 46 = 86 (100%)
R 11 of 86 ~ 12.79%
G 29 of 86 ~ 33.72%
B 46 of 86 ~ 53.49%

%12.79
%33.72
%53.49

CMYK color model

#0B1D2E color CMYK value is (76,37,0,82).

  • cyan value is 76.09%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,37,0,82)
C76M37Y0K82 
(76%,37%,0%,82%)
(0.76/0.37/0.00/0.82)	

CMYK percentages

%76.09
%36.96
%0
%81.96

Codes

Color #0B1D2E in popluar color models

0B1D2E
RGB112946
HSL209°61.40%11.18%
HSB/HSV209°76.09%18.04%
CMYK76.09%36.96%0.00%
81.96%

Color #0B1D2E in popluar number systems.

HEX0B1D2E
Decimal112946
Binary101111101101110
Octal133556

Shades and tints

Shades of #0B1D2E

#0B1D2E
(11,29,46)
#0A1B2A
(10,27,42)
#091926
(9,25,38)
#081722
(8,23,34)
#07151E
(7,21,30)
#06131A
(6,19,26)
#051116
(5,17,22)
#040F12
(4,15,18)
#030D0E
(3,13,14)
#020B0A
(2,11,10)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B1D2E

#0B1D2E
(11,29,46)
#213141
(33,49,65)
#374554
(55,69,84)
#4D5967
(77,89,103)
#636D7A
(99,109,122)
#79818D
(121,129,141)
#8F95A0
(143,149,160)
#A5A9B3
(165,169,179)
#BBBDC6
(187,189,198)
#D1D1D9
(209,209,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1D2E color. Also use rgb(11,29,46) instead hex code.

Text Font Color

.myTextColor { color: #0B1D2E; }

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

This text font color is #0B1D2E.


Background Color

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

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

This div background color is #0B1D2E.


Border color

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

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

This div border color is #0B1D2E.


Opacity

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

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

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

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

This text has shadow with #0B1D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1D2E on black background.


Color preview on white background

This text has color #0B1D2E on white background.



Black color preview on #0B1D2E background

This text has black color on #0B1D2E background.


White color preview on #0B1D2E background

This text has white color on #0B1D2E background.