COLOR #0B0B29

HEX: #0B0B29 RGB: (11,11,41)

Color info

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

RGB color model

#0B0B29 color RGB value is (11,11,41).

RGB: (11,11,41) (4%, 4%, 16%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 41 of 255 = 16%

11
11
41

R + G + B ~ 8%. #0B0B29 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 11 + 41 = 63 (100%)
R 11 of 63 ~ 17.46%
G 11 of 63 ~ 17.46%
B 41 of 63 ~ 65.08'%

%17.46
%17.46
%65.08

CMYK color model

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

  • cyan value is 73.17%
  • magenta value is 73.17%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (73,73,0,84)
C73M73Y0K84 (73%, 73%, 0%, 84%)
(0.73 / 0.73 / 0.00 / 0.84)

CMYK percentages

%73.17
%73.17
%0
%83.92

Codes

Color #0B0B29 in popluar color models

0B 0B 29
RGB 11 11 41
HSL 240° 57.69% 10.20%
HSB/HSV 240° 73.17% 16.08%
CMYK 73.17% 73.17% 0.00%
83.92%

Color #0B0B29 in popluar number systems.

HEX 0B 0B 29
Decimal 11 11 41
Binary 1011 1011 101001
Octal 13 13 51

Shades and tints

Shades of #0B0B29

#0B0B29
(11,11,41)
#0A0A26
(10,10,38)
#090923
(9,9,35)
#080820
(8,8,32)
#07071D
(7,7,29)
#06061A
(6,6,26)
#050517
(5,5,23)
#040414
(4,4,20)
#030311
(3,3,17)
#02020E
(2,2,14)
#01010B
(1,1,11)
#000000
(0,0,0)

Tints of #0B0B29

#0B0B29
(11,11,41)
#21213C
(33,33,60)
#37374F
(55,55,79)
#4D4D62
(77,77,98)
#636375
(99,99,117)
#797988
(121,121,136)
#8F8F9B
(143,143,155)
#A5A5AE
(165,165,174)
#BBBBC1
(187,187,193)
#D1D1D4
(209,209,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B29; }

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

This text font color is #0B0B29.

Background Color

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

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

This div background color is #0B0B29.

Border color

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

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

This div border color is #0B0B29.

Opacity

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

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

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

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

This text has shadow with #0B0B29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0B29.

Preview

Color preview on black background

This text has color #0B0B29 on black background.


Color preview on white background

This text has color #0B0B29 on white background.


Black color preview on #0B0B29 background

This text has black color on #0B0B29 background.


White color preview on #0B0B29 background

This text has white color on #0B0B29 background.


Related colors

Complementary color

Complementary color for #hex is #F4F4D6.


I love getcolorcode.com