COLOR #0B0B46

HEX: #0B0B46
RGB: (11,11,70)

Color info

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

RGB color model

#0B0B46 color RGB value is (11,11,70).

  • red value is 11;
  • green value is 11;
  • blue value is 70.
RGB:
(11,11,70)
(4%,4%,27%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 70 of 255 = 27%

11
11
70

R + G + B ~ 12%. #0B0B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 11 + 70 = 92 (100%)
R 11 of 92 ~ 11.96%
G 11 of 92 ~ 11.96%
B 70 of 92 ~ 76.09%

%11.96
%11.96
%76.09

CMYK color model

#0B0B46 color CMYK value is (84,84,0,73).

  • cyan value is 84.29%
  • magenta value is 84.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(84,84,0,73)
C84M84Y0K73 
(84%,84%,0%,73%)
(0.84/0.84/0.00/0.73)	

CMYK percentages

%84.29
%84.29
%0
%72.55

Codes

Color #0B0B46 in popluar color models

0B0B46
RGB111170
HSL240°72.84%15.88%
HSB/HSV240°84.29%27.45%
CMYK84.29%84.29%0.00%
72.55%

Color #0B0B46 in popluar number systems.

HEX0B0B46
Decimal111170
Binary101110111000110
Octal1313106

Shades and tints

Shades of #0B0B46

#0B0B46
(11,11,70)
#0A0A40
(10,10,64)
#09093A
(9,9,58)
#080834
(8,8,52)
#07072E
(7,7,46)
#060628
(6,6,40)
#050522
(5,5,34)
#04041C
(4,4,28)
#030316
(3,3,22)
#020210
(2,2,16)
#01010A
(1,1,10)
#000000
(0,0,0)

Tints of #0B0B46

#0B0B46
(11,11,70)
#212156
(33,33,86)
#373766
(55,55,102)
#4D4D76
(77,77,118)
#636386
(99,99,134)
#797996
(121,121,150)
#8F8FA6
(143,143,166)
#A5A5B6
(165,165,182)
#BBBBC6
(187,187,198)
#D1D1D6
(209,209,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B46; }

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

This text font color is #0B0B46.


Background Color

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

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

This div background color is #0B0B46.


Border color

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

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

This div border color is #0B0B46.


Opacity

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

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

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

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

This text has shadow with #0B0B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0B46 on black background.


Color preview on white background

This text has color #0B0B46 on white background.



Black color preview on #0B0B46 background

This text has black color on #0B0B46 background.


White color preview on #0B0B46 background

This text has white color on #0B0B46 background.