COLOR #0B132E

HEX: #0B132E
RGB: (11,19,46)

Color info

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

RGB color model

#0B132E color RGB value is (11,19,46).

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

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 46 of 255 = 18%

11
19
46

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 46 = 76 (100%)
R 11 of 76 ~ 14.47%
G 19 of 76 ~ 25%
B 46 of 76 ~ 60.53%

%14.47
%25
%60.53

CMYK color model

#0B132E color CMYK value is (76,59,0,82).

  • cyan value is 76.09%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,59,0,82)
C76M59Y0K82 
(76%,59%,0%,82%)
(0.76/0.59/0.00/0.82)	

CMYK percentages

%76.09
%58.7
%0
%81.96

Codes

Color #0B132E in popluar color models

0B132E
RGB111946
HSL226°61.40%11.18%
HSB/HSV226°76.09%18.04%
CMYK76.09%58.70%0.00%
81.96%

Color #0B132E in popluar number systems.

HEX0B132E
Decimal111946
Binary101110011101110
Octal132356

Shades and tints

Shades of #0B132E

#0B132E
(11,19,46)
#0A122A
(10,18,42)
#091126
(9,17,38)
#081022
(8,16,34)
#070F1E
(7,15,30)
#060E1A
(6,14,26)
#050D16
(5,13,22)
#040C12
(4,12,18)
#030B0E
(3,11,14)
#020A0A
(2,10,10)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B132E

#0B132E
(11,19,46)
#212841
(33,40,65)
#373D54
(55,61,84)
#4D5267
(77,82,103)
#63677A
(99,103,122)
#797C8D
(121,124,141)
#8F91A0
(143,145,160)
#A5A6B3
(165,166,179)
#BBBBC6
(187,187,198)
#D1D0D9
(209,208,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B132E; }

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

This text font color is #0B132E.


Background Color

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

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

This div background color is #0B132E.


Border color

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

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

This div border color is #0B132E.


Opacity

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

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

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

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

This text has shadow with #0B132E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B132E on black background.


Color preview on white background

This text has color #0B132E on white background.



Black color preview on #0B132E background

This text has black color on #0B132E background.


White color preview on #0B132E background

This text has white color on #0B132E background.