COLOR #013573

HEX: #013573
RGB: (1,53,115)

Color info

#013573 contains mainly blue color. Web safe color of #013573 is #003366 (or #036).

RGB color model

#013573 color RGB value is (1,53,115).

  • red value is 1;
  • green value is 53;
  • blue value is 115.
RGB:
(1,53,115)
(0%,21%,45%)

RGB channels and saturation

R 1 of 255 = 0%
G 53 of 255 = 21%
B 115 of 255 = 45%

1
53
115

R + G + B ~ 22%. #013573 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 53 + 115 = 169 (100%)
R 1 of 169 ~ 0.59%
G 53 of 169 ~ 31.36%
B 115 of 169 ~ 68.05%

%31.36
%68.05

CMYK color model

#013573 color CMYK value is (99,54,0,55).

  • cyan value is 99.13%
  • magenta value is 53.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(99,54,0,55)
C99M54Y0K55 
(99%,54%,0%,55%)
(0.99/0.54/0.00/0.55)	

CMYK percentages

%99.13
%53.91
%0
%54.9

Codes

Color #013573 in popluar color models

013573
RGB153115
HSL213°98.28%22.75%
HSB/HSV213°99.13%45.10%
CMYK99.13%53.91%0.00%
54.90%

Color #013573 in popluar number systems.

HEX013573
Decimal153115
Binary11101011110011
Octal165163

Shades and tints

Shades of #013573

#013573
(1,53,115)
#013169
(1,49,105)
#012D5F
(1,45,95)
#012955
(1,41,85)
#01254B
(1,37,75)
#012141
(1,33,65)
#011D37
(1,29,55)
#01192D
(1,25,45)
#011523
(1,21,35)
#011119
(1,17,25)
#010D0F
(1,13,15)
#000000
(0,0,0)

Tints of #013573

#013573
(1,53,115)
#18477F
(24,71,127)
#2F598B
(47,89,139)
#466B97
(70,107,151)
#5D7DA3
(93,125,163)
#748FAF
(116,143,175)
#8BA1BB
(139,161,187)
#A2B3C7
(162,179,199)
#B9C5D3
(185,197,211)
#D0D7DF
(208,215,223)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013573 color. Also use rgb(1,53,115) instead hex code.

Text Font Color

.myTextColor { color: #013573; }

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

This text font color is #013573.


Background Color

.myBgColor { background-color: #013573; }

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

This div background color is #013573.


Border color

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

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

This div border color is #013573.


Opacity

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

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

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

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

This text has shadow with #013573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013573 on black background.


Color preview on white background

This text has color #013573 on white background.



Black color preview on #013573 background

This text has black color on #013573 background.


White color preview on #013573 background

This text has white color on #013573 background.