COLOR #013574

HEX: #013574 RGB: (1,53,116)

Color info

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

RGB color model

#013574 color RGB value is (1,53,116).

RGB: (1,53,116) (0%, 21%, 45%)

RGB channels and saturation

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

1
53
116

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

Portions of RGB colors in percentages

R + G + B = 1 + 53 + 116 = 170 (100%)
R 1 of 170 ~ 0.59%
G 53 of 170 ~ 31.18%
B 116 of 170 ~ 68.24'%

%31.18
%68.24

CMYK color model

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

  • cyan value is 99.14%
  • magenta value is 54.31%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (99,54,0,55)
C99M54Y0K55 (99%, 54%, 0%, 55%)
(0.99 / 0.54 / 0.00 / 0.55)

CMYK percentages

%99.14
%54.31
%0
%54.51

Codes

Color #013574 in popluar color models

01 35 74
RGB 1 53 116
HSL 213° 98.29% 22.94%
HSB/HSV 213° 99.14% 45.49%
CMYK 99.14% 54.31% 0.00%
54.51%

Color #013574 in popluar number systems.

HEX 01 35 74
Decimal 1 53 116
Binary 1 110101 1110100
Octal 1 65 164

Shades and tints

Shades of #013574

#013574
(1,53,116)
#01316A
(1,49,106)
#012D60
(1,45,96)
#012956
(1,41,86)
#01254C
(1,37,76)
#012142
(1,33,66)
#011D38
(1,29,56)
#01192E
(1,25,46)
#011524
(1,21,36)
#01111A
(1,17,26)
#010D10
(1,13,16)
#000000
(0,0,0)

Tints of #013574

#013574
(1,53,116)
#184780
(24,71,128)
#2F598C
(47,89,140)
#466B98
(70,107,152)
#5D7DA4
(93,125,164)
#748FB0
(116,143,176)
#8BA1BC
(139,161,188)
#A2B3C8
(162,179,200)
#B9C5D4
(185,197,212)
#D0D7E0
(208,215,224)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013574; }

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

This text font color is #013574.

Background Color

.myBgColor { background-color: #013574; }

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

This div background color is #013574.

Border color

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

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

This div border color is #013574.

Opacity

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

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

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

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

This text has shadow with #013574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013574.

Preview

Color preview on black background

This text has color #013574 on black background.


Color preview on white background

This text has color #013574 on white background.


Black color preview on #013574 background

This text has black color on #013574 background.


White color preview on #013574 background

This text has white color on #013574 background.


Related colors

Complementary color

Complementary color for #hex is #FECA8B.


I love getcolorcode.com

Triadic colors

1 #740135 and #357401 with #013574 are triadic colors.

2 #743501 and #350174 with #013574 are triadic colors.