COLOR #000060

HEX: #000060
RGB: (0,0,96)

Color info

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

RGB color model

#000060 color RGB value is (0,0,96).

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

RGB channels and saturation

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

0
0
96

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000060 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 62.35%
CMYK:
(100,100,0,62)
C100M100Y0K62 
(100%,100%,0%,62%)
(1.00/1.00/0.00/0.62)	

CMYK percentages

%100
%100
%0
%62.35

Codes

Color #000060 in popluar color models

000060
RGB0096
HSL240°100.00%18.82%
HSB/HSV240°100.00%37.65%
CMYK100.00%100.00%0.00%
62.35%

Color #000060 in popluar number systems.

HEX000060
Decimal0096
Binary001100000
Octal00140

Shades and tints

Shades of #000060

#000060
(0,0,96)
#000058
(0,0,88)
#000050
(0,0,80)
#000048
(0,0,72)
#000040
(0,0,64)
#000038
(0,0,56)
#000030
(0,0,48)
#000028
(0,0,40)
#000020
(0,0,32)
#000018
(0,0,24)
#000010
(0,0,16)
#000000
(0,0,0)

Tints of #000060

#000060
(0,0,96)
#17176E
(23,23,110)
#2E2E7C
(46,46,124)
#45458A
(69,69,138)
#5C5C98
(92,92,152)
#7373A6
(115,115,166)
#8A8AB4
(138,138,180)
#A1A1C2
(161,161,194)
#B8B8D0
(184,184,208)
#CFCFDE
(207,207,222)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000060; }

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

This text font color is #000060.


Background Color

.myBgColor { background-color: #000060; }

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

This div background color is #000060.


Border color

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

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

This div border color is #000060.


Opacity

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

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

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

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

This text has shadow with #000060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000060 on black background.


Color preview on white background

This text has color #000060 on white background.



Black color preview on #000060 background

This text has black color on #000060 background.


White color preview on #000060 background

This text has white color on #000060 background.