COLOR #0B1C2E

HEX: #0B1C2E
RGB: (11,28,46)

Color info

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

RGB color model

#0B1C2E color RGB value is (11,28,46).

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

RGB channels and saturation

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

11
28
46

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

Portions of RGB colors in percentages

R + G + B =
11 + 28 + 46 = 85 (100%)
R 11 of 85 ~ 12.94%
G 28 of 85 ~ 32.94%
B 46 of 85 ~ 54.12%

%12.94
%32.94
%54.12

CMYK color model

#0B1C2E color CMYK value is (76,39,0,82).

  • cyan value is 76.09%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,39,0,82)
C76M39Y0K82 
(76%,39%,0%,82%)
(0.76/0.39/0.00/0.82)	

CMYK percentages

%76.09
%39.13
%0
%81.96

Codes

Color #0B1C2E in popluar color models

0B1C2E
RGB112846
HSL211°61.40%11.18%
HSB/HSV211°76.09%18.04%
CMYK76.09%39.13%0.00%
81.96%

Color #0B1C2E in popluar number systems.

HEX0B1C2E
Decimal112846
Binary101111100101110
Octal133456

Shades and tints

Shades of #0B1C2E

#0B1C2E
(11,28,46)
#0A1A2A
(10,26,42)
#091826
(9,24,38)
#081622
(8,22,34)
#07141E
(7,20,30)
#06121A
(6,18,26)
#051016
(5,16,22)
#040E12
(4,14,18)
#030C0E
(3,12,14)
#020A0A
(2,10,10)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #0B1C2E

#0B1C2E
(11,28,46)
#213041
(33,48,65)
#374454
(55,68,84)
#4D5867
(77,88,103)
#636C7A
(99,108,122)
#79808D
(121,128,141)
#8F94A0
(143,148,160)
#A5A8B3
(165,168,179)
#BBBCC6
(187,188,198)
#D1D0D9
(209,208,217)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1C2E; }

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

This text font color is #0B1C2E.


Background Color

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

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

This div background color is #0B1C2E.


Border color

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

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

This div border color is #0B1C2E.


Opacity

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

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

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

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

This text has shadow with #0B1C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1C2E on black background.


Color preview on white background

This text has color #0B1C2E on white background.



Black color preview on #0B1C2E background

This text has black color on #0B1C2E background.


White color preview on #0B1C2E background

This text has white color on #0B1C2E background.