COLOR #00003E

HEX: #00003E
RGB: (0,0,62)

Color info

#00003E contains only blue color. Web safe color of #00003E is #000033 (or #003).

RGB color model

#00003E color RGB value is (0,0,62).

  • red value is 0;
  • green value is 0;
  • blue value is 62.
RGB:
(0,0,62)
(0%,0%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 62 of 255 = 24%

0
0
62

R + G + B ~ 8%. #00003E is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00003E color CMYK value is (100,100,0,76).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(100,100,0,76)
C100M100Y0K76 
(100%,100%,0%,76%)
(1.00/1.00/0.00/0.76)	

CMYK percentages

%100
%100
%0
%75.69

Codes

Color #00003E in popluar color models

00003E
RGB0062
HSL240°100.00%12.16%
HSB/HSV240°100.00%24.31%
CMYK100.00%100.00%0.00%
75.69%

Color #00003E in popluar number systems.

HEX00003E
Decimal0062
Binary00111110
Octal0076

Shades and tints

Shades of #00003E

#00003E
(0,0,62)
#000039
(0,0,57)
#000034
(0,0,52)
#00002F
(0,0,47)
#00002A
(0,0,42)
#000025
(0,0,37)
#000020
(0,0,32)
#00001B
(0,0,27)
#000016
(0,0,22)
#000011
(0,0,17)
#00000C
(0,0,12)
#000000
(0,0,0)

Tints of #00003E

#00003E
(0,0,62)
#17174F
(23,23,79)
#2E2E60
(46,46,96)
#454571
(69,69,113)
#5C5C82
(92,92,130)
#737393
(115,115,147)
#8A8AA4
(138,138,164)
#A1A1B5
(161,161,181)
#B8B8C6
(184,184,198)
#CFCFD7
(207,207,215)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00003E; }

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

This text font color is #00003E.


Background Color

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

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

This div background color is #00003E.


Border color

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

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

This div border color is #00003E.


Opacity

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

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

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

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

This text has shadow with #00003E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00003E on black background.


Color preview on white background

This text has color #00003E on white background.



Black color preview on #00003E background

This text has black color on #00003E background.


White color preview on #00003E background

This text has white color on #00003E background.