COLOR #01003E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

1
0
62

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

Portions of RGB colors in percentages

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

%98.41

CMYK color model

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

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

CMYK percentages

%98.39
%100
%0
%75.69

Codes

Color #01003E in popluar color models

01003E
RGB1062
HSL241°100.00%12.16%
HSB/HSV241°100.00%24.31%
CMYK98.39%100.00%0.00%
75.69%

Color #01003E in popluar number systems.

HEX01003E
Decimal1062
Binary10111110
Octal1076

Shades and tints

Shades of #01003E

#01003E
(1,0,62)
#010039
(1,0,57)
#010034
(1,0,52)
#01002F
(1,0,47)
#01002A
(1,0,42)
#010025
(1,0,37)
#010020
(1,0,32)
#01001B
(1,0,27)
#010016
(1,0,22)
#010011
(1,0,17)
#01000C
(1,0,12)
#000000
(0,0,0)

Tints of #01003E

#01003E
(1,0,62)
#18174F
(24,23,79)
#2F2E60
(47,46,96)
#464571
(70,69,113)
#5D5C82
(93,92,130)
#747393
(116,115,147)
#8B8AA4
(139,138,164)
#A2A1B5
(162,161,181)
#B9B8C6
(185,184,198)
#D0CFD7
(208,207,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01003E; }

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

This text font color is #01003E.


Background Color

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

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

This div background color is #01003E.


Border color

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

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

This div border color is #01003E.


Opacity

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

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

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

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

This text has shadow with #01003E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01003E on black background.


Color preview on white background

This text has color #01003E on white background.



Black color preview on #01003E background

This text has black color on #01003E background.


White color preview on #01003E background

This text has white color on #01003E background.