COLOR #000065

HEX: #000065
RGB: (0,0,101)

Color info

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

RGB color model

#000065 color RGB value is (0,0,101).

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

RGB channels and saturation

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

0
0
101

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000065 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 60.39%
CMYK:
(100,100,0,60)
C100M100Y0K60 
(100%,100%,0%,60%)
(1.00/1.00/0.00/0.60)	

CMYK percentages

%100
%100
%0
%60.39

Codes

Color #000065 in popluar color models

000065
RGB00101
HSL240°100.00%19.80%
HSB/HSV240°100.00%39.61%
CMYK100.00%100.00%0.00%
60.39%

Color #000065 in popluar number systems.

HEX000065
Decimal00101
Binary001100101
Octal00145

Shades and tints

Shades of #000065

#000065
(0,0,101)
#00005C
(0,0,92)
#000053
(0,0,83)
#00004A
(0,0,74)
#000041
(0,0,65)
#000038
(0,0,56)
#00002F
(0,0,47)
#000026
(0,0,38)
#00001D
(0,0,29)
#000014
(0,0,20)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #000065

#000065
(0,0,101)
#171773
(23,23,115)
#2E2E81
(46,46,129)
#45458F
(69,69,143)
#5C5C9D
(92,92,157)
#7373AB
(115,115,171)
#8A8AB9
(138,138,185)
#A1A1C7
(161,161,199)
#B8B8D5
(184,184,213)
#CFCFE3
(207,207,227)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000065; }

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

This text font color is #000065.


Background Color

.myBgColor { background-color: #000065; }

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

This div background color is #000065.


Border color

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

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

This div border color is #000065.


Opacity

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

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

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

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

This text has shadow with #000065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000065 on black background.


Color preview on white background

This text has color #000065 on white background.



Black color preview on #000065 background

This text has black color on #000065 background.


White color preview on #000065 background

This text has white color on #000065 background.