COLOR #00006A

HEX: #00006A
RGB: (0,0,106)

Color info

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

RGB color model

#00006A color RGB value is (0,0,106).

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

RGB channels and saturation

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

0
0
106

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00006A 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.43%
CMYK:
(100,100,0,58)
C100M100Y0K58 
(100%,100%,0%,58%)
(1.00/1.00/0.00/0.58)	

CMYK percentages

%100
%100
%0
%58.43

Codes

Color #00006A in popluar color models

00006A
RGB00106
HSL240°100.00%20.78%
HSB/HSV240°100.00%41.57%
CMYK100.00%100.00%0.00%
58.43%

Color #00006A in popluar number systems.

HEX00006A
Decimal00106
Binary001101010
Octal00152

Shades and tints

Shades of #00006A

#00006A
(0,0,106)
#000061
(0,0,97)
#000058
(0,0,88)
#00004F
(0,0,79)
#000046
(0,0,70)
#00003D
(0,0,61)
#000034
(0,0,52)
#00002B
(0,0,43)
#000022
(0,0,34)
#000019
(0,0,25)
#000010
(0,0,16)
#000000
(0,0,0)

Tints of #00006A

#00006A
(0,0,106)
#171777
(23,23,119)
#2E2E84
(46,46,132)
#454591
(69,69,145)
#5C5C9E
(92,92,158)
#7373AB
(115,115,171)
#8A8AB8
(138,138,184)
#A1A1C5
(161,161,197)
#B8B8D2
(184,184,210)
#CFCFDF
(207,207,223)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00006A; }

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

This text font color is #00006A.


Background Color

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

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

This div background color is #00006A.


Border color

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

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

This div border color is #00006A.


Opacity

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

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

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

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

This text has shadow with #00006A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00006A on black background.


Color preview on white background

This text has color #00006A on white background.



Black color preview on #00006A background

This text has black color on #00006A background.


White color preview on #00006A background

This text has white color on #00006A background.