COLOR #00005E

HEX: #00005E
RGB: (0,0,94)

Color info

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

RGB color model

#00005E color RGB value is (0,0,94).

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

RGB channels and saturation

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

0
0
94

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00005E 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 63.14%
CMYK:
(100,100,0,63)
C100M100Y0K63 
(100%,100%,0%,63%)
(1.00/1.00/0.00/0.63)	

CMYK percentages

%100
%100
%0
%63.14

Codes

Color #00005E in popluar color models

00005E
RGB0094
HSL240°100.00%18.43%
HSB/HSV240°100.00%36.86%
CMYK100.00%100.00%0.00%
63.14%

Color #00005E in popluar number systems.

HEX00005E
Decimal0094
Binary001011110
Octal00136

Shades and tints

Shades of #00005E

#00005E
(0,0,94)
#000056
(0,0,86)
#00004E
(0,0,78)
#000046
(0,0,70)
#00003E
(0,0,62)
#000036
(0,0,54)
#00002E
(0,0,46)
#000026
(0,0,38)
#00001E
(0,0,30)
#000016
(0,0,22)
#00000E
(0,0,14)
#000000
(0,0,0)

Tints of #00005E

#00005E
(0,0,94)
#17176C
(23,23,108)
#2E2E7A
(46,46,122)
#454588
(69,69,136)
#5C5C96
(92,92,150)
#7373A4
(115,115,164)
#8A8AB2
(138,138,178)
#A1A1C0
(161,161,192)
#B8B8CE
(184,184,206)
#CFCFDC
(207,207,220)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00005E; }

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

This text font color is #00005E.


Background Color

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

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

This div background color is #00005E.


Border color

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

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

This div border color is #00005E.


Opacity

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

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

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

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

This text has shadow with #00005E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00005E on black background.


Color preview on white background

This text has color #00005E on white background.



Black color preview on #00005E background

This text has black color on #00005E background.


White color preview on #00005E background

This text has white color on #00005E background.