COLOR #00006B

HEX: #00006B
RGB: (0,0,107)

Color info

#00006B contains only blue color. Web safe color of #00006B is #000066 (or #006).

RGB color model

#00006B color RGB value is (0,0,107).

  • red value is 0;
  • green value is 0;
  • blue value is 107.
RGB:
(0,0,107)
(0%,0%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 107 of 255 = 42%

0
0
107

R + G + B ~ 14%. #00006B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 107 = 107 (100%)
R 0 of 107 ~ 0%
G 0 of 107 ~ 0%
B 107 of 107 ~ 100%

%100

CMYK color model

#00006B color CMYK value is (100,100,0,58).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(100,100,0,58)
C100M100Y0K58 
(100%,100%,0%,58%)
(1.00/1.00/0.00/0.58)	

CMYK percentages

%100
%100
%0
%58.04

Codes

Color #00006B in popluar color models

00006B
RGB00107
HSL240°100.00%20.98%
HSB/HSV240°100.00%41.96%
CMYK100.00%100.00%0.00%
58.04%

Color #00006B in popluar number systems.

HEX00006B
Decimal00107
Binary001101011
Octal00153

Shades and tints

Shades of #00006B

#00006B
(0,0,107)
#000062
(0,0,98)
#000059
(0,0,89)
#000050
(0,0,80)
#000047
(0,0,71)
#00003E
(0,0,62)
#000035
(0,0,53)
#00002C
(0,0,44)
#000023
(0,0,35)
#00001A
(0,0,26)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #00006B

#00006B
(0,0,107)
#171778
(23,23,120)
#2E2E85
(46,46,133)
#454592
(69,69,146)
#5C5C9F
(92,92,159)
#7373AC
(115,115,172)
#8A8AB9
(138,138,185)
#A1A1C6
(161,161,198)
#B8B8D3
(184,184,211)
#CFCFE0
(207,207,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00006B; }

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

This text font color is #00006B.


Background Color

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

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

This div background color is #00006B.


Border color

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

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

This div border color is #00006B.


Opacity

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

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

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

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

This text has shadow with #00006B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00006B on black background.


Color preview on white background

This text has color #00006B on white background.



Black color preview on #00006B background

This text has black color on #00006B background.


White color preview on #00006B background

This text has white color on #00006B background.