COLOR #01013B

HEX: #01013B RGB: (1,1,59)

Color info

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

RGB color model

#01013B color RGB value is (1,1,59).

RGB: (1,1,59) (0%, 0%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 1 of 255 = 0%
B 59 of 255 = 23%

1
1
59

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

Portions of RGB colors in percentages

R + G + B = 1 + 1 + 59 = 61 (100%)
R 1 of 61 ~ 1.64%
G 1 of 61 ~ 1.64%
B 59 of 61 ~ 96.72'%

%96.72

CMYK color model

#01013B color CMYK value is (98,98,0,77).

  • cyan value is 98.31%
  • magenta value is 98.31%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (98,98,0,77)
C98M98Y0K77 (98%, 98%, 0%, 77%)
(0.98 / 0.98 / 0.00 / 0.77)

CMYK percentages

%98.31
%98.31
%0
%76.86

Codes

Color #01013B in popluar color models

01 01 3B
RGB 1 1 59
HSL 240° 96.67% 11.76%
HSB/HSV 240° 98.31% 23.14%
CMYK 98.31% 98.31% 0.00%
76.86%

Color #01013B in popluar number systems.

HEX 01 01 3B
Decimal 1 1 59
Binary 1 1 111011
Octal 1 1 73

Shades and tints

Shades of #01013B

#01013B
(1,1,59)
#010136
(1,1,54)
#010131
(1,1,49)
#01012C
(1,1,44)
#010127
(1,1,39)
#010122
(1,1,34)
#01011D
(1,1,29)
#010118
(1,1,24)
#010113
(1,1,19)
#01010E
(1,1,14)
#010109
(1,1,9)
#000000
(0,0,0)

Tints of #01013B

#01013B
(1,1,59)
#18184C
(24,24,76)
#2F2F5D
(47,47,93)
#46466E
(70,70,110)
#5D5D7F
(93,93,127)
#747490
(116,116,144)
#8B8BA1
(139,139,161)
#A2A2B2
(162,162,178)
#B9B9C3
(185,185,195)
#D0D0D4
(208,208,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01013B color. Also use rgb(1,1,59) instead hex code.

Text Font Color

.myTextColor { color: #01013B; }

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

This text font color is #01013B.

Background Color

.myBgColor { background-color: #01013B; }

<div style="background-color:#01013B">Inner text</div>

This div background color is #01013B.

Border color

.myBorderColor { border: 1px solid #01013B; }

<div style="border:3px solid #01013B">Div</div>

This div border color is #01013B.

Opacity

.myOpacity80 { color: #01013B; opacity: 0.8; }

<p style="color:#01013B;opacity:0.8;">80%</p>

Text with #01013B 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 #01013B;}

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

This text has shadow with #01013B color.


.textShadow {text-shadow: 3px 3px 1px #01013B', 3px 3px 1px red;}

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

This text has shadow with #01013B primary color and red secondary color.


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

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

This text has shadow with #01013B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01013B; -webkit-box-shadow: 1px 1px 3px 2px #01013B; box-shadow:1px 1px 3px 2px #01013B;">
Div content here
</div>

This div box has shadow with color #01013B.

Preview

Color preview on black background

This text has color #01013B on black background.


Color preview on white background

This text has color #01013B on white background.


Black color preview on #01013B background

This text has black color on #01013B background.


White color preview on #01013B background

This text has white color on #01013B background.


Related colors

Complementary color

Complementary color for #hex is #FEFEC4.


I love getcolorcode.com