COLOR #00013E

HEX: #00013E
RGB: (0,1,62)

Color info

#00013E contains mainly blue color. Web safe color of #00013E is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

0
1
62

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

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 62 = 63 (100%)
R 0 of 63 ~ 0%
G 1 of 63 ~ 1.59%
B 62 of 63 ~ 98.41%

%98.41

CMYK color model

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

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

CMYK percentages

%100
%98.39
%0
%75.69

Codes

Color #00013E in popluar color models

00013E
RGB0162
HSL239°100.00%12.16%
HSB/HSV239°100.00%24.31%
CMYK100.00%98.39%0.00%
75.69%

Color #00013E in popluar number systems.

HEX00013E
Decimal0162
Binary01111110
Octal0176

Shades and tints

Shades of #00013E

#00013E
(0,1,62)
#000139
(0,1,57)
#000134
(0,1,52)
#00012F
(0,1,47)
#00012A
(0,1,42)
#000125
(0,1,37)
#000120
(0,1,32)
#00011B
(0,1,27)
#000116
(0,1,22)
#000111
(0,1,17)
#00010C
(0,1,12)
#000000
(0,0,0)

Tints of #00013E

#00013E
(0,1,62)
#17184F
(23,24,79)
#2E2F60
(46,47,96)
#454671
(69,70,113)
#5C5D82
(92,93,130)
#737493
(115,116,147)
#8A8BA4
(138,139,164)
#A1A2B5
(161,162,181)
#B8B9C6
(184,185,198)
#CFD0D7
(207,208,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00013E; }

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

This text font color is #00013E.


Background Color

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

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

This div background color is #00013E.


Border color

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

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

This div border color is #00013E.


Opacity

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

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

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

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

This text has shadow with #00013E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00013E on black background.


Color preview on white background

This text has color #00013E on white background.



Black color preview on #00013E background

This text has black color on #00013E background.


White color preview on #00013E background

This text has white color on #00013E background.