COLOR #013005

HEX: #013005 RGB: (1,48,5)

Color info

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

RGB color model

#013005 color RGB value is (1,48,5).

RGB: (1,48,5) (0%, 19%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 5 of 255 = 2%

1
48
5

R + G + B ~ 7%. #013005 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 48 + 5 = 54 (100%)
R 1 of 54 ~ 1.85%
G 48 of 54 ~ 88.89%
B 5 of 54 ~ 9.26'%

%88.89

CMYK color model

#013005 color CMYK value is (98,0,90,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 89.58%
  • key color value is 81.18%
CMYK: (98,0,90,81) C98M0Y90K81 (98%,0%,90%,81%) (0.98/0.00/0.90/0.81) 

CMYK percentages

%97.92
%0
%89.58
%81.18

Codes

Color #013005 in popluar color models

01 30 05
RGB 1 48 5
HSL 125° 95.92% 9.61%
HSB/HSV 125° 97.92% 18.82%
CMYK 97.92% 0.00% 89.58%
81.18%

Color #013005 in popluar number systems.

HEX 01 30 05
Decimal 1 48 5
Binary 1 110000 101
Octal 1 60 5

Shades and tints

Shades of #013005

#013005
(1,48,5)
#012C05
(1,44,5)
#012805
(1,40,5)
#012405
(1,36,5)
#012005
(1,32,5)
#011C05
(1,28,5)
#011805
(1,24,5)
#011405
(1,20,5)
#011005
(1,16,5)
#010C05
(1,12,5)
#010805
(1,8,5)
#000000
(0,0,0)

Tints of #013005

#013005
(1,48,5)
#18421B
(24,66,27)
#2F5431
(47,84,49)
#466647
(70,102,71)
#5D785D
(93,120,93)
#748A73
(116,138,115)
#8B9C89
(139,156,137)
#A2AE9F
(162,174,159)
#B9C0B5
(185,192,181)
#D0D2CB
(208,210,203)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013005 color. Also use rgb(1,48,5) instead hex code.

Text Font Color

.myTextColor { color: #013005; }

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

This text font color is #013005.

Background Color

.myBgColor { background-color: #013005; }

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

This div background color is #013005.

Border color

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

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

This div border color is #013005.

Opacity

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

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

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

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

This text has shadow with #013005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013005.

Preview

Color preview on black background

This text has color #013005 on black background.


Color preview on white background

This text has color #013005 on white background.


Black color preview on #013005 background

This text has black color on #013005 background.


White color preview on #013005 background

This text has white color on #013005 background.


Related colors

Complementary color

Complementary color for #hex is #FECFFA.


I love getcolorcode.com

Triadic colors

1 #050130 and #300501 with #013005 are triadic colors.

2 #053001 and #300105 with #013005 are triadic colors.