COLOR #01032E

HEX: #01032E
RGB: (1,3,46)

Color info

#01032E contains red, green and blue colors in about the same proportion. Web safe color of #01032E is #000033 (or #003).

RGB color model

#01032E color RGB value is (1,3,46).

  • red value is 1;
  • green value is 3;
  • blue value is 46.
RGB:
(1,3,46)
(0%,1%,18%)

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 46 of 255 = 18%

1
3
46

R + G + B ~ 6%. #01032E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 3 + 46 = 50 (100%)
R 1 of 50 ~ 2%
G 3 of 50 ~ 6%
B 46 of 50 ~ 92%

%92

CMYK color model

#01032E color CMYK value is (98,93,0,82).

  • cyan value is 97.83%
  • magenta value is 93.48%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(98,93,0,82)
C98M93Y0K82 
(98%,93%,0%,82%)
(0.98/0.93/0.00/0.82)	

CMYK percentages

%97.83
%93.48
%0
%81.96

Codes

Color #01032E in popluar color models

01032E
RGB1346
HSL237°95.74%9.22%
HSB/HSV237°97.83%18.04%
CMYK97.83%93.48%0.00%
81.96%

Color #01032E in popluar number systems.

HEX01032E
Decimal1346
Binary111101110
Octal1356

Shades and tints

Shades of #01032E

#01032E
(1,3,46)
#01032A
(1,3,42)
#010326
(1,3,38)
#010322
(1,3,34)
#01031E
(1,3,30)
#01031A
(1,3,26)
#010316
(1,3,22)
#010312
(1,3,18)
#01030E
(1,3,14)
#01030A
(1,3,10)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #01032E

#01032E
(1,3,46)
#181941
(24,25,65)
#2F2F54
(47,47,84)
#464567
(70,69,103)
#5D5B7A
(93,91,122)
#74718D
(116,113,141)
#8B87A0
(139,135,160)
#A29DB3
(162,157,179)
#B9B3C6
(185,179,198)
#D0C9D9
(208,201,217)
#E7DFEC
(231,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01032E color. Also use rgb(1,3,46) instead hex code.

Text Font Color

.myTextColor { color: #01032E; }

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

This text font color is #01032E.


Background Color

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

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

This div background color is #01032E.


Border color

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

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

This div border color is #01032E.


Opacity

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

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

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

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

This text has shadow with #01032E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01032E on black background.


Color preview on white background

This text has color #01032E on white background.



Black color preview on #01032E background

This text has black color on #01032E background.


White color preview on #01032E background

This text has white color on #01032E background.