COLOR #013D5E

HEX: #013D5E
RGB: (1,61,94)

Color info

#013D5E contains mainly green and blue colors. Web safe color of #013D5E is #003366 (or #036).

RGB color model

#013D5E color RGB value is (1,61,94).

  • red value is 1;
  • green value is 61;
  • blue value is 94.
RGB:
(1,61,94)
(0%,24%,37%)

RGB channels and saturation

R 1 of 255 = 0%
G 61 of 255 = 24%
B 94 of 255 = 37%

1
61
94

R + G + B ~ 20%. #013D5E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 61 + 94 = 156 (100%)
R 1 of 156 ~ 0.64%
G 61 of 156 ~ 39.1%
B 94 of 156 ~ 60.26%

%39.1
%60.26

CMYK color model

#013D5E color CMYK value is (99,35,0,63).

  • cyan value is 98.94%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(99,35,0,63)
C99M35Y0K63 
(99%,35%,0%,63%)
(0.99/0.35/0.00/0.63)	

CMYK percentages

%98.94
%35.11
%0
%63.14

Codes

Color #013D5E in popluar color models

013D5E
RGB16194
HSL201°97.89%18.63%
HSB/HSV201°98.94%36.86%
CMYK98.94%35.11%0.00%
63.14%

Color #013D5E in popluar number systems.

HEX013D5E
Decimal16194
Binary11111011011110
Octal175136

Shades and tints

Shades of #013D5E

#013D5E
(1,61,94)
#013856
(1,56,86)
#01334E
(1,51,78)
#012E46
(1,46,70)
#01293E
(1,41,62)
#012436
(1,36,54)
#011F2E
(1,31,46)
#011A26
(1,26,38)
#01151E
(1,21,30)
#011016
(1,16,22)
#010B0E
(1,11,14)
#000000
(0,0,0)

Tints of #013D5E

#013D5E
(1,61,94)
#184E6C
(24,78,108)
#2F5F7A
(47,95,122)
#467088
(70,112,136)
#5D8196
(93,129,150)
#7492A4
(116,146,164)
#8BA3B2
(139,163,178)
#A2B4C0
(162,180,192)
#B9C5CE
(185,197,206)
#D0D6DC
(208,214,220)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013D5E color. Also use rgb(1,61,94) instead hex code.

Text Font Color

.myTextColor { color: #013D5E; }

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

This text font color is #013D5E.


Background Color

.myBgColor { background-color: #013D5E; }

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

This div background color is #013D5E.


Border color

.myBorderColor { border: 1px solid #013D5E; }

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

This div border color is #013D5E.


Opacity

.myOpacity80 { color: #013D5E; opacity: 0.8; }

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

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

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

This text has shadow with #013D5E color.

.textShadow {text-shadow: 3px 3px 1px #013D5E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013D5E on black background.


Color preview on white background

This text has color #013D5E on white background.



Black color preview on #013D5E background

This text has black color on #013D5E background.


White color preview on #013D5E background

This text has white color on #013D5E background.