COLOR #000B1D

HEX: #000B1D
RGB: (0,11,29)

Color info

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

RGB color model

#000B1D color RGB value is (0,11,29).

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

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 29 of 255 = 11%

0
11
29

R + G + B ~ 5%. #000B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 29 = 40 (100%)
R 0 of 40 ~ 0%
G 11 of 40 ~ 27.5%
B 29 of 40 ~ 72.5%

%27.5
%72.5

CMYK color model

#000B1D color CMYK value is (100,62,0,89).

  • cyan value is 100.00%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(100,62,0,89)
C100M62Y0K89 
(100%,62%,0%,89%)
(1.00/0.62/0.00/0.89)	

CMYK percentages

%100
%62.07
%0
%88.63

Codes

Color #000B1D in popluar color models

000B1D
RGB01129
HSL217°100.00%5.69%
HSB/HSV217°100.00%11.37%
CMYK100.00%62.07%0.00%
88.63%

Color #000B1D in popluar number systems.

HEX000B1D
Decimal01129
Binary0101111101
Octal01335

Shades and tints

Shades of #000B1D

#000B1D
(0,11,29)
#000A1B
(0,10,27)
#000919
(0,9,25)
#000817
(0,8,23)
#000715
(0,7,21)
#000613
(0,6,19)
#000511
(0,5,17)
#00040F
(0,4,15)
#00030D
(0,3,13)
#00020B
(0,2,11)
#000109
(0,1,9)
#000000
(0,0,0)

Tints of #000B1D

#000B1D
(0,11,29)
#172131
(23,33,49)
#2E3745
(46,55,69)
#454D59
(69,77,89)
#5C636D
(92,99,109)
#737981
(115,121,129)
#8A8F95
(138,143,149)
#A1A5A9
(161,165,169)
#B8BBBD
(184,187,189)
#CFD1D1
(207,209,209)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B1D; }

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

This text font color is #000B1D.


Background Color

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

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

This div background color is #000B1D.


Border color

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

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

This div border color is #000B1D.


Opacity

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

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

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

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

This text has shadow with #000B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B1D on black background.


Color preview on white background

This text has color #000B1D on white background.



Black color preview on #000B1D background

This text has black color on #000B1D background.


White color preview on #000B1D background

This text has white color on #000B1D background.