COLOR #00005F

HEX: #00005F
RGB: (0,0,95)

Color info

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

RGB color model

#00005F color RGB value is (0,0,95).

  • red value is 0;
  • green value is 0;
  • blue value is 95.
RGB:
(0,0,95)
(0%,0%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 95 of 255 = 37%

0
0
95

R + G + B ~ 12%. #00005F is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00005F color CMYK value is (100,100,0,63).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(100,100,0,63)
C100M100Y0K63 
(100%,100%,0%,63%)
(1.00/1.00/0.00/0.63)	

CMYK percentages

%100
%100
%0
%62.75

Codes

Color #00005F in popluar color models

00005F
RGB0095
HSL240°100.00%18.63%
HSB/HSV240°100.00%37.25%
CMYK100.00%100.00%0.00%
62.75%

Color #00005F in popluar number systems.

HEX00005F
Decimal0095
Binary001011111
Octal00137

Shades and tints

Shades of #00005F

#00005F
(0,0,95)
#000057
(0,0,87)
#00004F
(0,0,79)
#000047
(0,0,71)
#00003F
(0,0,63)
#000037
(0,0,55)
#00002F
(0,0,47)
#000027
(0,0,39)
#00001F
(0,0,31)
#000017
(0,0,23)
#00000F
(0,0,15)
#000000
(0,0,0)

Tints of #00005F

#00005F
(0,0,95)
#17176D
(23,23,109)
#2E2E7B
(46,46,123)
#454589
(69,69,137)
#5C5C97
(92,92,151)
#7373A5
(115,115,165)
#8A8AB3
(138,138,179)
#A1A1C1
(161,161,193)
#B8B8CF
(184,184,207)
#CFCFDD
(207,207,221)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00005F; }

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

This text font color is #00005F.


Background Color

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

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

This div background color is #00005F.


Border color

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

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

This div border color is #00005F.


Opacity

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

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

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

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

This text has shadow with #00005F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00005F on black background.


Color preview on white background

This text has color #00005F on white background.



Black color preview on #00005F background

This text has black color on #00005F background.


White color preview on #00005F background

This text has white color on #00005F background.