COLOR #0B102E

HEX: #0B102E
RGB: (11,16,46)

Color info

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

RGB color model

#0B102E color RGB value is (11,16,46).

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

RGB channels and saturation

R 11 of 255 = 4%
G 16 of 255 = 6%
B 46 of 255 = 18%

11
16
46

R + G + B ~ 9%. #0B102E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 16 + 46 = 73 (100%)
R 11 of 73 ~ 15.07%
G 16 of 73 ~ 21.92%
B 46 of 73 ~ 63.01%

%15.07
%21.92
%63.01

CMYK color model

#0B102E color CMYK value is (76,65,0,82).

  • cyan value is 76.09%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,65,0,82)
C76M65Y0K82 
(76%,65%,0%,82%)
(0.76/0.65/0.00/0.82)	

CMYK percentages

%76.09
%65.22
%0
%81.96

Codes

Color #0B102E in popluar color models

0B102E
RGB111646
HSL231°61.40%11.18%
HSB/HSV231°76.09%18.04%
CMYK76.09%65.22%0.00%
81.96%

Color #0B102E in popluar number systems.

HEX0B102E
Decimal111646
Binary101110000101110
Octal132056

Shades and tints

Shades of #0B102E

#0B102E
(11,16,46)
#0A0F2A
(10,15,42)
#090E26
(9,14,38)
#080D22
(8,13,34)
#070C1E
(7,12,30)
#060B1A
(6,11,26)
#050A16
(5,10,22)
#040912
(4,9,18)
#03080E
(3,8,14)
#02070A
(2,7,10)
#010606
(1,6,6)
#000000
(0,0,0)

Tints of #0B102E

#0B102E
(11,16,46)
#212541
(33,37,65)
#373A54
(55,58,84)
#4D4F67
(77,79,103)
#63647A
(99,100,122)
#79798D
(121,121,141)
#8F8EA0
(143,142,160)
#A5A3B3
(165,163,179)
#BBB8C6
(187,184,198)
#D1CDD9
(209,205,217)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B102E; }

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

This text font color is #0B102E.


Background Color

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

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

This div background color is #0B102E.


Border color

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

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

This div border color is #0B102E.


Opacity

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

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

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

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

This text has shadow with #0B102E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B102E on black background.


Color preview on white background

This text has color #0B102E on white background.



Black color preview on #0B102E background

This text has black color on #0B102E background.


White color preview on #0B102E background

This text has white color on #0B102E background.