COLOR #01031A

HEX: #01031A
RGB: (1,3,26)

Color info

#01031A contains red, green and blue colors in about the same proportion. Web safe color of #01031A is #000000 (or #000).

RGB color model

#01031A color RGB value is (1,3,26).

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

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 26 of 255 = 10%

1
3
26

R + G + B ~ 4%. #01031A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 3 + 26 = 30 (100%)
R 1 of 30 ~ 3.33%
G 3 of 30 ~ 10%
B 26 of 30 ~ 86.67%

%10
%86.67

CMYK color model

#01031A color CMYK value is (96,88,0,90).

  • cyan value is 96.15%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(96,88,0,90)
C96M88Y0K90 
(96%,88%,0%,90%)
(0.96/0.88/0.00/0.90)	

CMYK percentages

%96.15
%88.46
%0
%89.8

Codes

Color #01031A in popluar color models

01031A
RGB1326
HSL235°92.59%5.29%
HSB/HSV235°96.15%10.20%
CMYK96.15%88.46%0.00%
89.80%

Color #01031A in popluar number systems.

HEX01031A
Decimal1326
Binary11111010
Octal1332

Shades and tints

Shades of #01031A

#01031A
(1,3,26)
#010318
(1,3,24)
#010316
(1,3,22)
#010314
(1,3,20)
#010312
(1,3,18)
#010310
(1,3,16)
#01030E
(1,3,14)
#01030C
(1,3,12)
#01030A
(1,3,10)
#010308
(1,3,8)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #01031A

#01031A
(1,3,26)
#18192E
(24,25,46)
#2F2F42
(47,47,66)
#464556
(70,69,86)
#5D5B6A
(93,91,106)
#74717E
(116,113,126)
#8B8792
(139,135,146)
#A29DA6
(162,157,166)
#B9B3BA
(185,179,186)
#D0C9CE
(208,201,206)
#E7DFE2
(231,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01031A color. Also use rgb(1,3,26) instead hex code.

Text Font Color

.myTextColor { color: #01031A; }

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

This text font color is #01031A.


Background Color

.myBgColor { background-color: #01031A; }

<div style="background-color:#01031A">Inner text</div>

This div background color is #01031A.


Border color

.myBorderColor { border: 1px solid #01031A; }

<div style="border:3px solid #01031A">Div</div>

This div border color is #01031A.


Opacity

.myOpacity80 { color: #01031A; opacity: 0.8; }

<p style="color:#01031A;opacity:0.8;">80%</p>

Text with #01031A 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 #01031A;}

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

This text has shadow with #01031A color.

.textShadow {text-shadow: 3px 3px 1px #01031A, 3px 3px 1px red;}

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

This text has shadow with #01031A primary color and red secondary color.


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

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

This text has shadow with #01031A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01031A on black background.


Color preview on white background

This text has color #01031A on white background.



Black color preview on #01031A background

This text has black color on #01031A background.


White color preview on #01031A background

This text has white color on #01031A background.