COLOR #013357

HEX: #013357
RGB: (1,51,87)

Color info

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

RGB color model

#013357 color RGB value is (1,51,87).

  • red value is 1;
  • green value is 51;
  • blue value is 87.
RGB:
(1,51,87)
(0%,20%,34%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 87 of 255 = 34%

1
51
87

R + G + B ~ 18%. #013357 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 87 = 139 (100%)
R 1 of 139 ~ 0.72%
G 51 of 139 ~ 36.69%
B 87 of 139 ~ 62.59%

%36.69
%62.59

CMYK color model

#013357 color CMYK value is (99,41,0,66).

  • cyan value is 98.85%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(99,41,0,66)
C99M41Y0K66 
(99%,41%,0%,66%)
(0.99/0.41/0.00/0.66)	

CMYK percentages

%98.85
%41.38
%0
%65.88

Codes

Color #013357 in popluar color models

013357
RGB15187
HSL205°97.73%17.25%
HSB/HSV205°98.85%34.12%
CMYK98.85%41.38%0.00%
65.88%

Color #013357 in popluar number systems.

HEX013357
Decimal15187
Binary11100111010111
Octal163127

Shades and tints

Shades of #013357

#013357
(1,51,87)
#012F50
(1,47,80)
#012B49
(1,43,73)
#012742
(1,39,66)
#01233B
(1,35,59)
#011F34
(1,31,52)
#011B2D
(1,27,45)
#011726
(1,23,38)
#01131F
(1,19,31)
#010F18
(1,15,24)
#010B11
(1,11,17)
#000000
(0,0,0)

Tints of #013357

#013357
(1,51,87)
#184566
(24,69,102)
#2F5775
(47,87,117)
#466984
(70,105,132)
#5D7B93
(93,123,147)
#748DA2
(116,141,162)
#8B9FB1
(139,159,177)
#A2B1C0
(162,177,192)
#B9C3CF
(185,195,207)
#D0D5DE
(208,213,222)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013357 color. Also use rgb(1,51,87) instead hex code.

Text Font Color

.myTextColor { color: #013357; }

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

This text font color is #013357.


Background Color

.myBgColor { background-color: #013357; }

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

This div background color is #013357.


Border color

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

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

This div border color is #013357.


Opacity

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

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

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

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

This text has shadow with #013357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013357 on black background.


Color preview on white background

This text has color #013357 on white background.



Black color preview on #013357 background

This text has black color on #013357 background.


White color preview on #013357 background

This text has white color on #013357 background.