COLOR #0B182E

HEX: #0B182E
RGB: (11,24,46)

Color info

#0B182E contains red, green and blue colors in about the same proportion. Web safe color of #0B182E is #000033 (or #003).

RGB color model

#0B182E color RGB value is (11,24,46).

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

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 46 of 255 = 18%

11
24
46

R + G + B ~ 10%. #0B182E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 24 + 46 = 81 (100%)
R 11 of 81 ~ 13.58%
G 24 of 81 ~ 29.63%
B 46 of 81 ~ 56.79%

%13.58
%29.63
%56.79

CMYK color model

#0B182E color CMYK value is (76,48,0,82).

  • cyan value is 76.09%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,48,0,82)
C76M48Y0K82 
(76%,48%,0%,82%)
(0.76/0.48/0.00/0.82)	

CMYK percentages

%76.09
%47.83
%0
%81.96

Codes

Color #0B182E in popluar color models

0B182E
RGB112446
HSL218°61.40%11.18%
HSB/HSV218°76.09%18.04%
CMYK76.09%47.83%0.00%
81.96%

Color #0B182E in popluar number systems.

HEX0B182E
Decimal112446
Binary101111000101110
Octal133056

Shades and tints

Shades of #0B182E

#0B182E
(11,24,46)
#0A162A
(10,22,42)
#091426
(9,20,38)
#081222
(8,18,34)
#07101E
(7,16,30)
#060E1A
(6,14,26)
#050C16
(5,12,22)
#040A12
(4,10,18)
#03080E
(3,8,14)
#02060A
(2,6,10)
#010406
(1,4,6)
#000000
(0,0,0)

Tints of #0B182E

#0B182E
(11,24,46)
#212D41
(33,45,65)
#374254
(55,66,84)
#4D5767
(77,87,103)
#636C7A
(99,108,122)
#79818D
(121,129,141)
#8F96A0
(143,150,160)
#A5ABB3
(165,171,179)
#BBC0C6
(187,192,198)
#D1D5D9
(209,213,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B182E; }

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

This text font color is #0B182E.


Background Color

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

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

This div background color is #0B182E.


Border color

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

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

This div border color is #0B182E.


Opacity

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

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

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

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

This text has shadow with #0B182E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B182E on black background.


Color preview on white background

This text has color #0B182E on white background.



Black color preview on #0B182E background

This text has black color on #0B182E background.


White color preview on #0B182E background

This text has white color on #0B182E background.