COLOR #0B152B

HEX: #0B152B
RGB: (11,21,43)

Color info

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

RGB color model

#0B152B color RGB value is (11,21,43).

  • red value is 11;
  • green value is 21;
  • blue value is 43.
RGB:
(11,21,43)
(4%,8%,17%)

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 43 of 255 = 17%

11
21
43

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

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 43 = 75 (100%)
R 11 of 75 ~ 14.67%
G 21 of 75 ~ 28%
B 43 of 75 ~ 57.33%

%14.67
%28
%57.33

CMYK color model

#0B152B color CMYK value is (74,51,0,83).

  • cyan value is 74.42%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(74,51,0,83)
C74M51Y0K83 
(74%,51%,0%,83%)
(0.74/0.51/0.00/0.83)	

CMYK percentages

%74.42
%51.16
%0
%83.14

Codes

Color #0B152B in popluar color models

0B152B
RGB112143
HSL221°59.26%10.59%
HSB/HSV221°74.42%16.86%
CMYK74.42%51.16%0.00%
83.14%

Color #0B152B in popluar number systems.

HEX0B152B
Decimal112143
Binary101110101101011
Octal132553

Shades and tints

Shades of #0B152B

#0B152B
(11,21,43)
#0A1428
(10,20,40)
#091325
(9,19,37)
#081222
(8,18,34)
#07111F
(7,17,31)
#06101C
(6,16,28)
#050F19
(5,15,25)
#040E16
(4,14,22)
#030D13
(3,13,19)
#020C10
(2,12,16)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #0B152B

#0B152B
(11,21,43)
#212A3E
(33,42,62)
#373F51
(55,63,81)
#4D5464
(77,84,100)
#636977
(99,105,119)
#797E8A
(121,126,138)
#8F939D
(143,147,157)
#A5A8B0
(165,168,176)
#BBBDC3
(187,189,195)
#D1D2D6
(209,210,214)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B152B color. Also use rgb(11,21,43) instead hex code.

Text Font Color

.myTextColor { color: #0B152B; }

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

This text font color is #0B152B.


Background Color

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

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

This div background color is #0B152B.


Border color

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

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

This div border color is #0B152B.


Opacity

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

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

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

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

This text has shadow with #0B152B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B152B on black background.


Color preview on white background

This text has color #0B152B on white background.



Black color preview on #0B152B background

This text has black color on #0B152B background.


White color preview on #0B152B background

This text has white color on #0B152B background.