COLOR #013114

HEX: #013114 RGB: (1,49,20)

Color info

#013114 contains red, green and blue colors in about the same proportion. Web safe color of #013114 is #003300 (or #030).

RGB color model

#013114 color RGB value is (1,49,20).

RGB: (1,49,20) (0%, 19%, 8%)

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 20 of 255 = 8%

1
49
20

R + G + B ~ 9%. #013114 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 49 + 20 = 70 (100%)
R 1 of 70 ~ 1.43%
G 49 of 70 ~ 70%
B 20 of 70 ~ 28.57'%

%70
%28.57

CMYK color model

#013114 color CMYK value is (98,0,59,81).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 59.18%
  • key color value is 80.78%

CMYK: (98,0,59,81)
C98M0Y59K81 (98%, 0%, 59%, 81%)
(0.98 / 0.00 / 0.59 / 0.81)

CMYK percentages

%97.96
%0
%59.18
%80.78

Codes

Color #013114 in popluar color models

01 31 14
RGB 1 49 20
HSL 144° 96.00% 9.80%
HSB/HSV 144° 97.96% 19.22%
CMYK 97.96% 0.00% 59.18%
80.78%

Color #013114 in popluar number systems.

HEX 01 31 14
Decimal 1 49 20
Binary 1 110001 10100
Octal 1 61 24

Shades and tints

Shades of #013114

#013114
(1,49,20)
#012D13
(1,45,19)
#012912
(1,41,18)
#012511
(1,37,17)
#012110
(1,33,16)
#011D0F
(1,29,15)
#01190E
(1,25,14)
#01150D
(1,21,13)
#01110C
(1,17,12)
#010D0B
(1,13,11)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #013114

#013114
(1,49,20)
#184329
(24,67,41)
#2F553E
(47,85,62)
#466753
(70,103,83)
#5D7968
(93,121,104)
#748B7D
(116,139,125)
#8B9D92
(139,157,146)
#A2AFA7
(162,175,167)
#B9C1BC
(185,193,188)
#D0D3D1
(208,211,209)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013114 color. Also use rgb(1,49,20) instead hex code.

Text Font Color

.myTextColor { color: #013114; }

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

This text font color is #013114.

Background Color

.myBgColor { background-color: #013114; }

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

This div background color is #013114.

Border color

.myBorderColor { border: 1px solid #013114; }

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

This div border color is #013114.

Opacity

.myOpacity80 { color: #013114; opacity: 0.8; }

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

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

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

This text has shadow with #013114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013114.

Preview

Color preview on black background

This text has color #013114 on black background.


Color preview on white background

This text has color #013114 on white background.


Black color preview on #013114 background

This text has black color on #013114 background.


White color preview on #013114 background

This text has white color on #013114 background.


Related colors

Complementary color

Complementary color for #hex is #FECEEB.


I love getcolorcode.com

Triadic colors

1 #140131 and #311401 with #013114 are triadic colors.

2 #143101 and #310114 with #013114 are triadic colors.