COLOR #0B0726

HEX: #0B0726 RGB: (11,7,38)

Color info

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

RGB color model

#0B0726 color RGB value is (11,7,38).

RGB: (11,7,38) (4%, 3%, 15%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 38 of 255 = 15%

11
7
38

R + G + B ~ 7%. #0B0726 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 7 + 38 = 56 (100%)
R 11 of 56 ~ 19.64%
G 7 of 56 ~ 12.5%
B 38 of 56 ~ 67.86'%

%19.64
%12.5
%67.86

CMYK color model

#0B0726 color CMYK value is (71,82,0,85).

  • cyan value is 71.05%
  • magenta value is 81.58%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (71,82,0,85)
C71M82Y0K85 (71%, 82%, 0%, 85%)
(0.71 / 0.82 / 0.00 / 0.85)

CMYK percentages

%71.05
%81.58
%0
%85.1

Codes

Color #0B0726 in popluar color models

0B 07 26
RGB 11 7 38
HSL 248° 68.89% 8.82%
HSB/HSV 248° 81.58% 14.90%
CMYK 71.05% 81.58% 0.00%
85.10%

Color #0B0726 in popluar number systems.

HEX 0B 07 26
Decimal 11 7 38
Binary 1011 111 100110
Octal 13 7 46

Shades and tints

Shades of #0B0726

#0B0726
(11,7,38)
#0A0723
(10,7,35)
#090720
(9,7,32)
#08071D
(8,7,29)
#07071A
(7,7,26)
#060717
(6,7,23)
#050714
(5,7,20)
#040711
(4,7,17)
#03070E
(3,7,14)
#02070B
(2,7,11)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #0B0726

#0B0726
(11,7,38)
#211D39
(33,29,57)
#37334C
(55,51,76)
#4D495F
(77,73,95)
#635F72
(99,95,114)
#797585
(121,117,133)
#8F8B98
(143,139,152)
#A5A1AB
(165,161,171)
#BBB7BE
(187,183,190)
#D1CDD1
(209,205,209)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0726; }

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

This text font color is #0B0726.

Background Color

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

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

This div background color is #0B0726.

Border color

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

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

This div border color is #0B0726.

Opacity

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

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

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

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

This text has shadow with #0B0726 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0726.

Preview

Color preview on black background

This text has color #0B0726 on black background.


Color preview on white background

This text has color #0B0726 on white background.


Black color preview on #0B0726 background

This text has black color on #0B0726 background.


White color preview on #0B0726 background

This text has white color on #0B0726 background.


Related colors

Complementary color

Complementary color for #hex is #F4F8D9.


I love getcolorcode.com

Triadic colors

1 #260B07 and #07260B with #0B0726 are triadic colors.

2 #26070B and #070B26 with #0B0726 are triadic colors.