COLOR #000B17

HEX: #000B17
RGB: (0,11,23)

Color info

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

RGB color model

#000B17 color RGB value is (0,11,23).

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

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 23 of 255 = 9%

0
11
23

R + G + B ~ 4%. #000B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 23 = 34 (100%)
R 0 of 34 ~ 0%
G 11 of 34 ~ 32.35%
B 23 of 34 ~ 67.65%

%32.35
%67.65

CMYK color model

#000B17 color CMYK value is (100,52,0,91).

  • cyan value is 100.00%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(100,52,0,91)
C100M52Y0K91 
(100%,52%,0%,91%)
(1.00/0.52/0.00/0.91)	

CMYK percentages

%100
%52.17
%0
%90.98

Codes

Color #000B17 in popluar color models

000B17
RGB01123
HSL211°100.00%4.51%
HSB/HSV211°100.00%9.02%
CMYK100.00%52.17%0.00%
90.98%

Color #000B17 in popluar number systems.

HEX000B17
Decimal01123
Binary0101110111
Octal01327

Shades and tints

Shades of #000B17

#000B17
(0,11,23)
#000A15
(0,10,21)
#000913
(0,9,19)
#000811
(0,8,17)
#00070F
(0,7,15)
#00060D
(0,6,13)
#00050B
(0,5,11)
#000409
(0,4,9)
#000307
(0,3,7)
#000205
(0,2,5)
#000103
(0,1,3)
#000000
(0,0,0)

Tints of #000B17

#000B17
(0,11,23)
#17212C
(23,33,44)
#2E3741
(46,55,65)
#454D56
(69,77,86)
#5C636B
(92,99,107)
#737980
(115,121,128)
#8A8F95
(138,143,149)
#A1A5AA
(161,165,170)
#B8BBBF
(184,187,191)
#CFD1D4
(207,209,212)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B17; }

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

This text font color is #000B17.


Background Color

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

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

This div background color is #000B17.


Border color

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

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

This div border color is #000B17.


Opacity

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

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

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

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

This text has shadow with #000B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B17 on black background.


Color preview on white background

This text has color #000B17 on white background.



Black color preview on #000B17 background

This text has black color on #000B17 background.


White color preview on #000B17 background

This text has white color on #000B17 background.