COLOR #000067

HEX: #000067
RGB: (0,0,103)

Color info

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

RGB color model

#000067 color RGB value is (0,0,103).

  • red value is 0;
  • green value is 0;
  • blue value is 103.
RGB:
(0,0,103)
(0%,0%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 103 of 255 = 40%

0
0
103

R + G + B ~ 13%. #000067 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000067 color CMYK value is (100,100,0,60).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(100,100,0,60)
C100M100Y0K60 
(100%,100%,0%,60%)
(1.00/1.00/0.00/0.60)	

CMYK percentages

%100
%100
%0
%59.61

Codes

Color #000067 in popluar color models

000067
RGB00103
HSL240°100.00%20.20%
HSB/HSV240°100.00%40.39%
CMYK100.00%100.00%0.00%
59.61%

Color #000067 in popluar number systems.

HEX000067
Decimal00103
Binary001100111
Octal00147

Shades and tints

Shades of #000067

#000067
(0,0,103)
#00005E
(0,0,94)
#000055
(0,0,85)
#00004C
(0,0,76)
#000043
(0,0,67)
#00003A
(0,0,58)
#000031
(0,0,49)
#000028
(0,0,40)
#00001F
(0,0,31)
#000016
(0,0,22)
#00000D
(0,0,13)
#000000
(0,0,0)

Tints of #000067

#000067
(0,0,103)
#171774
(23,23,116)
#2E2E81
(46,46,129)
#45458E
(69,69,142)
#5C5C9B
(92,92,155)
#7373A8
(115,115,168)
#8A8AB5
(138,138,181)
#A1A1C2
(161,161,194)
#B8B8CF
(184,184,207)
#CFCFDC
(207,207,220)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000067; }

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

This text font color is #000067.


Background Color

.myBgColor { background-color: #000067; }

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

This div background color is #000067.


Border color

.myBorderColor { border: 1px solid #000067; }

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

This div border color is #000067.


Opacity

.myOpacity80 { color: #000067; opacity: 0.8; }

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

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

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

This text has shadow with #000067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000067 on black background.


Color preview on white background

This text has color #000067 on white background.



Black color preview on #000067 background

This text has black color on #000067 background.


White color preview on #000067 background

This text has white color on #000067 background.