COLOR #0B1E2D

HEX: #0B1E2D
RGB: (11,30,45)

Color info

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

RGB color model

#0B1E2D color RGB value is (11,30,45).

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

RGB channels and saturation

R 11 of 255 = 4%
G 30 of 255 = 12%
B 45 of 255 = 18%

11
30
45

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

Portions of RGB colors in percentages

R + G + B =
11 + 30 + 45 = 86 (100%)
R 11 of 86 ~ 12.79%
G 30 of 86 ~ 34.88%
B 45 of 86 ~ 52.33%

%12.79
%34.88
%52.33

CMYK color model

#0B1E2D color CMYK value is (76,33,0,82).

  • cyan value is 75.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(76,33,0,82)
C76M33Y0K82 
(76%,33%,0%,82%)
(0.76/0.33/0.00/0.82)	

CMYK percentages

%75.56
%33.33
%0
%82.35

Codes

Color #0B1E2D in popluar color models

0B1E2D
RGB113045
HSL206°60.71%10.98%
HSB/HSV206°75.56%17.65%
CMYK75.56%33.33%0.00%
82.35%

Color #0B1E2D in popluar number systems.

HEX0B1E2D
Decimal113045
Binary101111110101101
Octal133655

Shades and tints

Shades of #0B1E2D

#0B1E2D
(11,30,45)
#0A1C29
(10,28,41)
#091A25
(9,26,37)
#081821
(8,24,33)
#07161D
(7,22,29)
#061419
(6,20,25)
#051215
(5,18,21)
#041011
(4,16,17)
#030E0D
(3,14,13)
#020C09
(2,12,9)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #0B1E2D

#0B1E2D
(11,30,45)
#213240
(33,50,64)
#374653
(55,70,83)
#4D5A66
(77,90,102)
#636E79
(99,110,121)
#79828C
(121,130,140)
#8F969F
(143,150,159)
#A5AAB2
(165,170,178)
#BBBEC5
(187,190,197)
#D1D2D8
(209,210,216)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1E2D; }

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

This text font color is #0B1E2D.


Background Color

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

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

This div background color is #0B1E2D.


Border color

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

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

This div border color is #0B1E2D.


Opacity

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

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

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

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

This text has shadow with #0B1E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1E2D on black background.


Color preview on white background

This text has color #0B1E2D on white background.



Black color preview on #0B1E2D background

This text has black color on #0B1E2D background.


White color preview on #0B1E2D background

This text has white color on #0B1E2D background.