COLOR #00080B

HEX: #00080B RGB: (0,8,11)

Color info

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

RGB color model

#00080B color RGB value is (0,8,11).

RGB: (0,8,11) (0%, 3%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 11 of 255 = 4%

0
8
11

R + G + B ~ 2%. #00080B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 8 + 11 = 19 (100%)
R 0 of 19 ~ 0%
G 8 of 19 ~ 42.11%
B 11 of 19 ~ 57.89'%

%42.11
%57.89

CMYK color model

#00080B color CMYK value is (100,27,0,96).

  • cyan value is 100.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (100,27,0,96)
C100M27Y0K96 (100%, 27%, 0%, 96%)
(1.00 / 0.27 / 0.00 / 0.96)

CMYK percentages

%100
%27.27
%0
%95.69

Codes

Color #00080B in popluar color models

00 08 0B
RGB 0 8 11
HSL 196° 100.00% 2.16%
HSB/HSV 196° 100.00% 4.31%
CMYK 100.00% 27.27% 0.00%
95.69%

Color #00080B in popluar number systems.

HEX 00 08 0B
Decimal 0 8 11
Binary 0 1000 1011
Octal 0 10 13

Shades and tints

Shades of #00080B

#00080B
(0,8,11)
#00080A
(0,8,10)
#000809
(0,8,9)
#000808
(0,8,8)
#000807
(0,8,7)
#000806
(0,8,6)
#000805
(0,8,5)
#000804
(0,8,4)
#000803
(0,8,3)
#000802
(0,8,2)
#000801
(0,8,1)
#000000
(0,0,0)

Tints of #00080B

#00080B
(0,8,11)
#171E21
(23,30,33)
#2E3437
(46,52,55)
#454A4D
(69,74,77)
#5C6063
(92,96,99)
#737679
(115,118,121)
#8A8C8F
(138,140,143)
#A1A2A5
(161,162,165)
#B8B8BB
(184,184,187)
#CFCED1
(207,206,209)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00080B color. Also use rgb(0,8,11) instead hex code.

Text Font Color

.myTextColor { color: #00080B; }

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

This text font color is #00080B.

Background Color

.myBgColor { background-color: #00080B; }

<div style="background-color:#00080B">Inner text</div>

This div background color is #00080B.

Border color

.myBorderColor { border: 1px solid #00080B; }

<div style="border:3px solid #00080B">Div</div>

This div border color is #00080B.

Opacity

.myOpacity80 { color: #00080B; opacity: 0.8; }

<p style="color:#00080B;opacity:0.8;">80%</p>

Text with #00080B 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 #00080B;}

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

This text has shadow with #00080B color.


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

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

This text has shadow with #00080B primary color and red secondary color.


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

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

This text has shadow with #00080B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00080B.

Preview

Color preview on black background

This text has color #00080B on black background.


Color preview on white background

This text has color #00080B on white background.


Black color preview on #00080B background

This text has black color on #00080B background.


White color preview on #00080B background

This text has white color on #00080B background.


Related colors

Complementary color

Complementary color for #hex is #FFF7F4.


I love getcolorcode.com

Triadic colors

1 #0B0008 and #080B00 with #00080B are triadic colors.

2 #0B0800 and #08000B with #00080B are triadic colors.