COLOR #00067F

HEX: #00067F RGB: (0,6,127)

Color info

#00067F contains mainly blue color. Web safe color of #00067F is #000066 (or #006).

RGB color model

#00067F color RGB value is (0,6,127).

RGB: (0,6,127) (0%, 2%, 50%)

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 127 of 255 = 50%

0
6
127

R + G + B ~ 17%. #00067F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 6 + 127 = 133 (100%)
R 0 of 133 ~ 0%
G 6 of 133 ~ 4.51%
B 127 of 133 ~ 95.49'%

%95.49

CMYK color model

#00067F color CMYK value is (100,95,0,50).

  • cyan value is 100.00%
  • magenta value is 95.28%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (100,95,0,50)
C100M95Y0K50 (100%, 95%, 0%, 50%)
(1.00 / 0.95 / 0.00 / 0.50)

CMYK percentages

%100
%95.28
%0
%50.2

Codes

Color #00067F in popluar color models

00 06 7F
RGB 0 6 127
HSL 237° 100.00% 24.90%
HSB/HSV 237° 100.00% 49.80%
CMYK 100.00% 95.28% 0.00%
50.20%

Color #00067F in popluar number systems.

HEX 00 06 7F
Decimal 0 6 127
Binary 0 110 1111111
Octal 0 6 177

Shades and tints

Shades of #00067F

#00067F
(0,6,127)
#000674
(0,6,116)
#000669
(0,6,105)
#00065E
(0,6,94)
#000653
(0,6,83)
#000648
(0,6,72)
#00063D
(0,6,61)
#000632
(0,6,50)
#000627
(0,6,39)
#00061C
(0,6,28)
#000611
(0,6,17)
#000000
(0,0,0)

Tints of #00067F

#00067F
(0,6,127)
#171C8A
(23,28,138)
#2E3295
(46,50,149)
#4548A0
(69,72,160)
#5C5EAB
(92,94,171)
#7374B6
(115,116,182)
#8A8AC1
(138,138,193)
#A1A0CC
(161,160,204)
#B8B6D7
(184,182,215)
#CFCCE2
(207,204,226)
#E6E2ED
(230,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00067F color. Also use rgb(0,6,127) instead hex code.

Text Font Color

.myTextColor { color: #00067F; }

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

This text font color is #00067F.

Background Color

.myBgColor { background-color: #00067F; }

<div style="background-color:#00067F">Inner text</div>

This div background color is #00067F.

Border color

.myBorderColor { border: 1px solid #00067F; }

<div style="border:3px solid #00067F">Div</div>

This div border color is #00067F.

Opacity

.myOpacity80 { color: #00067F; opacity: 0.8; }

<p style="color:#00067F;opacity:0.8;">80%</p>

Text with #00067F 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 #00067F;}

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

This text has shadow with #00067F color.


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

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

This text has shadow with #00067F primary color and red secondary color.


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

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

This text has shadow with #00067F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00067F.

Preview

Color preview on black background

This text has color #00067F on black background.


Color preview on white background

This text has color #00067F on white background.


Black color preview on #00067F background

This text has black color on #00067F background.


White color preview on #00067F background

This text has white color on #00067F background.


Related colors

Complementary color

Complementary color for #hex is #FFF980.


I love getcolorcode.com

Triadic colors

1 #7F0006 and #067F00 with #00067F are triadic colors.

2 #7F0600 and #06007F with #00067F are triadic colors.