COLOR #000061

HEX: #000061
RGB: (0,0,97)

Color info

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

RGB color model

#000061 color RGB value is (0,0,97).

  • red value is 0;
  • green value is 0;
  • blue value is 97.
RGB:
(0,0,97)
(0%,0%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 97 of 255 = 38%

0
0
97

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000061 color CMYK value is (100,100,0,62).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(100,100,0,62)
C100M100Y0K62 
(100%,100%,0%,62%)
(1.00/1.00/0.00/0.62)	

CMYK percentages

%100
%100
%0
%61.96

Codes

Color #000061 in popluar color models

000061
RGB0097
HSL240°100.00%19.02%
HSB/HSV240°100.00%38.04%
CMYK100.00%100.00%0.00%
61.96%

Color #000061 in popluar number systems.

HEX000061
Decimal0097
Binary001100001
Octal00141

Shades and tints

Shades of #000061

#000061
(0,0,97)
#000059
(0,0,89)
#000051
(0,0,81)
#000049
(0,0,73)
#000041
(0,0,65)
#000039
(0,0,57)
#000031
(0,0,49)
#000029
(0,0,41)
#000021
(0,0,33)
#000019
(0,0,25)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #000061

#000061
(0,0,97)
#17176F
(23,23,111)
#2E2E7D
(46,46,125)
#45458B
(69,69,139)
#5C5C99
(92,92,153)
#7373A7
(115,115,167)
#8A8AB5
(138,138,181)
#A1A1C3
(161,161,195)
#B8B8D1
(184,184,209)
#CFCFDF
(207,207,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000061; }

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

This text font color is #000061.


Background Color

.myBgColor { background-color: #000061; }

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

This div background color is #000061.


Border color

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

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

This div border color is #000061.


Opacity

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

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

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

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

This text has shadow with #000061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000061 on black background.


Color preview on white background

This text has color #000061 on white background.



Black color preview on #000061 background

This text has black color on #000061 background.


White color preview on #000061 background

This text has white color on #000061 background.