COLOR #000B0E

HEX: #000B0E
RGB: (0,11,14)

Color info

#000B0E contains only green and blue colors. Web safe color of #000B0E is #000000 (or #000).

RGB color model

#000B0E color RGB value is (0,11,14).

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

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 14 of 255 = 5%

0
11
14

R + G + B ~ 3%. #000B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 14 = 25 (100%)
R 0 of 25 ~ 0%
G 11 of 25 ~ 44%
B 14 of 25 ~ 56%

%44
%56

CMYK color model

#000B0E color CMYK value is (100,21,0,95).

  • cyan value is 100.00%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(100,21,0,95)
C100M21Y0K95 
(100%,21%,0%,95%)
(1.00/0.21/0.00/0.95)	

CMYK percentages

%100
%21.43
%0
%94.51

Codes

Color #000B0E in popluar color models

000B0E
RGB01114
HSL193°100.00%2.75%
HSB/HSV193°100.00%5.49%
CMYK100.00%21.43%0.00%
94.51%

Color #000B0E in popluar number systems.

HEX000B0E
Decimal01114
Binary010111110
Octal01316

Shades and tints

Shades of #000B0E

#000B0E
(0,11,14)
#000A0D
(0,10,13)
#00090C
(0,9,12)
#00080B
(0,8,11)
#00070A
(0,7,10)
#000609
(0,6,9)
#000508
(0,5,8)
#000407
(0,4,7)
#000306
(0,3,6)
#000205
(0,2,5)
#000104
(0,1,4)
#000000
(0,0,0)

Tints of #000B0E

#000B0E
(0,11,14)
#172123
(23,33,35)
#2E3738
(46,55,56)
#454D4D
(69,77,77)
#5C6362
(92,99,98)
#737977
(115,121,119)
#8A8F8C
(138,143,140)
#A1A5A1
(161,165,161)
#B8BBB6
(184,187,182)
#CFD1CB
(207,209,203)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B0E; }

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

This text font color is #000B0E.


Background Color

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

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

This div background color is #000B0E.


Border color

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

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

This div border color is #000B0E.


Opacity

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

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

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

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

This text has shadow with #000B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B0E on black background.


Color preview on white background

This text has color #000B0E on white background.



Black color preview on #000B0E background

This text has black color on #000B0E background.


White color preview on #000B0E background

This text has white color on #000B0E background.