COLOR #000B2E

HEX: #000B2E
RGB: (0,11,46)

Color info

#000B2E contains only green and blue colors. Web safe color of #000B2E is #000033 (or #003).

RGB color model

#000B2E color RGB value is (0,11,46).

  • red value is 0;
  • green value is 11;
  • blue value is 46.
RGB:
(0,11,46)
(0%,4%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 46 of 255 = 18%

0
11
46

R + G + B ~ 7%. #000B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 46 = 57 (100%)
R 0 of 57 ~ 0%
G 11 of 57 ~ 19.3%
B 46 of 57 ~ 80.7%

%19.3
%80.7

CMYK color model

#000B2E color CMYK value is (100,76,0,82).

  • cyan value is 100.00%
  • magenta value is 76.09%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,76,0,82)
C100M76Y0K82 
(100%,76%,0%,82%)
(1.00/0.76/0.00/0.82)	

CMYK percentages

%100
%76.09
%0
%81.96

Codes

Color #000B2E in popluar color models

000B2E
RGB01146
HSL226°100.00%9.02%
HSB/HSV226°100.00%18.04%
CMYK100.00%76.09%0.00%
81.96%

Color #000B2E in popluar number systems.

HEX000B2E
Decimal01146
Binary01011101110
Octal01356

Shades and tints

Shades of #000B2E

#000B2E
(0,11,46)
#000A2A
(0,10,42)
#000926
(0,9,38)
#000822
(0,8,34)
#00071E
(0,7,30)
#00061A
(0,6,26)
#000516
(0,5,22)
#000412
(0,4,18)
#00030E
(0,3,14)
#00020A
(0,2,10)
#000106
(0,1,6)
#000000
(0,0,0)

Tints of #000B2E

#000B2E
(0,11,46)
#172141
(23,33,65)
#2E3754
(46,55,84)
#454D67
(69,77,103)
#5C637A
(92,99,122)
#73798D
(115,121,141)
#8A8FA0
(138,143,160)
#A1A5B3
(161,165,179)
#B8BBC6
(184,187,198)
#CFD1D9
(207,209,217)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B2E; }

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

This text font color is #000B2E.


Background Color

.myBgColor { background-color: #000B2E; }

<div style="background-color:#000B2E">Inner text</div>

This div background color is #000B2E.


Border color

.myBorderColor { border: 1px solid #000B2E; }

<div style="border:3px solid #000B2E">Div</div>

This div border color is #000B2E.


Opacity

.myOpacity80 { color: #000B2E; opacity: 0.8; }

<p style="color:#000B2E;opacity:0.8;">80%</p>

Text with #000B2E 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 #000B2E;}

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

This text has shadow with #000B2E color.

.textShadow {text-shadow: 3px 3px 1px #000B2E, 3px 3px 1px red;}

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

This text has shadow with #000B2E primary color and red secondary color.


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

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

This text has shadow with #000B2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B2E on black background.


Color preview on white background

This text has color #000B2E on white background.



Black color preview on #000B2E background

This text has black color on #000B2E background.


White color preview on #000B2E background

This text has white color on #000B2E background.