COLOR #0B1929

HEX: #0B1929 RGB: (11,25,41)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
25
41

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

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 41 = 77 (100%)
R 11 of 77 ~ 14.29%
G 25 of 77 ~ 32.47%
B 41 of 77 ~ 53.25'%

%14.29
%32.47
%53.25

CMYK color model

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

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

CMYK: (73,39,0,84)
C73M39Y0K84 (73%, 39%, 0%, 84%)
(0.73 / 0.39 / 0.00 / 0.84)

CMYK percentages

%73.17
%39.02
%0
%83.92

Codes

Color #0B1929 in popluar color models

0B 19 29
RGB 11 25 41
HSL 212° 57.69% 10.20%
HSB/HSV 212° 73.17% 16.08%
CMYK 73.17% 39.02% 0.00%
83.92%

Color #0B1929 in popluar number systems.

HEX 0B 19 29
Decimal 11 25 41
Binary 1011 11001 101001
Octal 13 31 51

Shades and tints

Shades of #0B1929

#0B1929
(11,25,41)
#0A1726
(10,23,38)
#091523
(9,21,35)
#081320
(8,19,32)
#07111D
(7,17,29)
#060F1A
(6,15,26)
#050D17
(5,13,23)
#040B14
(4,11,20)
#030911
(3,9,17)
#02070E
(2,7,14)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #0B1929

#0B1929
(11,25,41)
#212D3C
(33,45,60)
#37414F
(55,65,79)
#4D5562
(77,85,98)
#636975
(99,105,117)
#797D88
(121,125,136)
#8F919B
(143,145,155)
#A5A5AE
(165,165,174)
#BBB9C1
(187,185,193)
#D1CDD4
(209,205,212)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1929; }

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

This text font color is #0B1929.

Background Color

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

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

This div background color is #0B1929.

Border color

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

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

This div border color is #0B1929.

Opacity

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

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

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

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

This text has shadow with #0B1929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1929.

Preview

Color preview on black background

This text has color #0B1929 on black background.


Color preview on white background

This text has color #0B1929 on white background.


Black color preview on #0B1929 background

This text has black color on #0B1929 background.


White color preview on #0B1929 background

This text has white color on #0B1929 background.


Related colors

Complementary color

Complementary color for #hex is #F4E6D6.


I love getcolorcode.com

Triadic colors

1 #290B19 and #19290B with #0B1929 are triadic colors.

2 #29190B and #190B29 with #0B1929 are triadic colors.