COLOR #013AC0

HEX: #013AC0 RGB: (1,58,192)

Color info

#013AC0 contains mainly blue color. Web safe color of #013AC0 is #0033CC (or #03C).

RGB color model

#013AC0 color RGB value is (1,58,192).

RGB: (1,58,192) (0%, 23%, 75%)

RGB channels and saturation

R 1 of 255 = 0%
G 58 of 255 = 23%
B 192 of 255 = 75%

1
58
192

R + G + B ~ 33%. #013AC0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 58 + 192 = 251 (100%)
R 1 of 251 ~ 0.4%
G 58 of 251 ~ 23.11%
B 192 of 251 ~ 76.49'%

%23.11
%76.49

CMYK color model

#013AC0 color CMYK value is (99,70,0,25).

  • cyan value is 99.48%
  • magenta value is 69.79%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (99,70,0,25)
C99M70Y0K25 (99%, 70%, 0%, 25%)
(0.99 / 0.70 / 0.00 / 0.25)

CMYK percentages

%99.48
%69.79
%0
%24.71

Codes

Color #013AC0 in popluar color models

01 3A C0
RGB 1 58 192
HSL 222° 98.96% 37.84%
HSB/HSV 222° 99.48% 75.29%
CMYK 99.48% 69.79% 0.00%
24.71%

Color #013AC0 in popluar number systems.

HEX 01 3A C0
Decimal 1 58 192
Binary 1 111010 11000000
Octal 1 72 300

Shades and tints

Shades of #013AC0

#013AC0
(1,58,192)
#0135AF
(1,53,175)
#01309E
(1,48,158)
#012B8D
(1,43,141)
#01267C
(1,38,124)
#01216B
(1,33,107)
#011C5A
(1,28,90)
#011749
(1,23,73)
#011238
(1,18,56)
#010D27
(1,13,39)
#010816
(1,8,22)
#000000
(0,0,0)

Tints of #013AC0

#013AC0
(1,58,192)
#184BC5
(24,75,197)
#2F5CCA
(47,92,202)
#466DCF
(70,109,207)
#5D7ED4
(93,126,212)
#748FD9
(116,143,217)
#8BA0DE
(139,160,222)
#A2B1E3
(162,177,227)
#B9C2E8
(185,194,232)
#D0D3ED
(208,211,237)
#E7E4F2
(231,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013AC0 color. Also use rgb(1,58,192) instead hex code.

Text Font Color

.myTextColor { color: #013AC0; }

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

This text font color is #013AC0.

Background Color

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

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

This div background color is #013AC0.

Border color

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

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

This div border color is #013AC0.

Opacity

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

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

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

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

This text has shadow with #013AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013AC0.

Preview

Color preview on black background

This text has color #013AC0 on black background.


Color preview on white background

This text has color #013AC0 on white background.


Black color preview on #013AC0 background

This text has black color on #013AC0 background.


White color preview on #013AC0 background

This text has white color on #013AC0 background.


Related colors

Complementary color

Complementary color for #hex is #FEC53F.


I love getcolorcode.com

Triadic colors

1 #C0013A and #3AC001 with #013AC0 are triadic colors.

2 #C03A01 and #3A01C0 with #013AC0 are triadic colors.