COLOR #0B062F

HEX: #0B062F RGB: (11,6,47)

Color info

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

RGB color model

#0B062F color RGB value is (11,6,47).

RGB: (11,6,47) (4%, 2%, 18%)

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 47 of 255 = 18%

11
6
47

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

Portions of RGB colors in percentages

R + G + B = 11 + 6 + 47 = 64 (100%)
R 11 of 64 ~ 17.19%
G 6 of 64 ~ 9.38%
B 47 of 64 ~ 73.44'%

%17.19
%73.44

CMYK color model

#0B062F color CMYK value is (77,87,0,82).

  • cyan value is 76.60%
  • magenta value is 87.23%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (77,87,0,82)
C77M87Y0K82 (77%, 87%, 0%, 82%)
(0.77 / 0.87 / 0.00 / 0.82)

CMYK percentages

%76.6
%87.23
%0
%81.57

Codes

Color #0B062F in popluar color models

0B 06 2F
RGB 11 6 47
HSL 247° 77.36% 10.39%
HSB/HSV 247° 87.23% 18.43%
CMYK 76.60% 87.23% 0.00%
81.57%

Color #0B062F in popluar number systems.

HEX 0B 06 2F
Decimal 11 6 47
Binary 1011 110 101111
Octal 13 6 57

Shades and tints

Shades of #0B062F

#0B062F
(11,6,47)
#0A062B
(10,6,43)
#090627
(9,6,39)
#080623
(8,6,35)
#07061F
(7,6,31)
#06061B
(6,6,27)
#050617
(5,6,23)
#040613
(4,6,19)
#03060F
(3,6,15)
#02060B
(2,6,11)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #0B062F

#0B062F
(11,6,47)
#211C41
(33,28,65)
#373253
(55,50,83)
#4D4865
(77,72,101)
#635E77
(99,94,119)
#797489
(121,116,137)
#8F8A9B
(143,138,155)
#A5A0AD
(165,160,173)
#BBB6BF
(187,182,191)
#D1CCD1
(209,204,209)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B062F; }

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

This text font color is #0B062F.

Background Color

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

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

This div background color is #0B062F.

Border color

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

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

This div border color is #0B062F.

Opacity

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

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

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

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

This text has shadow with #0B062F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B062F.

Preview

Color preview on black background

This text has color #0B062F on black background.


Color preview on white background

This text has color #0B062F on white background.


Black color preview on #0B062F background

This text has black color on #0B062F background.


White color preview on #0B062F background

This text has white color on #0B062F background.


Related colors

Complementary color

Complementary color for #hex is #F4F9D0.


I love getcolorcode.com

Triadic colors

1 #2F0B06 and #062F0B with #0B062F are triadic colors.

2 #2F060B and #060B2F with #0B062F are triadic colors.