COLOR #012050

HEX: #012050 RGB: (1,32,80)

Color info

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

RGB color model

#012050 color RGB value is (1,32,80).

RGB: (1,32,80) (0%, 13%, 31%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 80 of 255 = 31%

1
32
80

R + G + B ~ 15%. #012050 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 32 + 80 = 113 (100%)
R 1 of 113 ~ 0.88%
G 32 of 113 ~ 28.32%
B 80 of 113 ~ 70.8'%

%28.32
%70.8

CMYK color model

#012050 color CMYK value is (99,60,0,69).

  • cyan value is 98.75%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (99,60,0,69)
C99M60Y0K69 (99%, 60%, 0%, 69%)
(0.99 / 0.60 / 0.00 / 0.69)

CMYK percentages

%98.75
%60
%0
%68.63

Codes

Color #012050 in popluar color models

01 20 50
RGB 1 32 80
HSL 216° 97.53% 15.88%
HSB/HSV 216° 98.75% 31.37%
CMYK 98.75% 60.00% 0.00%
68.63%

Color #012050 in popluar number systems.

HEX 01 20 50
Decimal 1 32 80
Binary 1 100000 1010000
Octal 1 40 120

Shades and tints

Shades of #012050

#012050
(1,32,80)
#011E49
(1,30,73)
#011C42
(1,28,66)
#011A3B
(1,26,59)
#011834
(1,24,52)
#01162D
(1,22,45)
#011426
(1,20,38)
#01121F
(1,18,31)
#011018
(1,16,24)
#010E11
(1,14,17)
#010C0A
(1,12,10)
#000000
(0,0,0)

Tints of #012050

#012050
(1,32,80)
#18345F
(24,52,95)
#2F486E
(47,72,110)
#465C7D
(70,92,125)
#5D708C
(93,112,140)
#74849B
(116,132,155)
#8B98AA
(139,152,170)
#A2ACB9
(162,172,185)
#B9C0C8
(185,192,200)
#D0D4D7
(208,212,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012050 color. Also use rgb(1,32,80) instead hex code.

Text Font Color

.myTextColor { color: #012050; }

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

This text font color is #012050.

Background Color

.myBgColor { background-color: #012050; }

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

This div background color is #012050.

Border color

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

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

This div border color is #012050.

Opacity

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

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

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

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

This text has shadow with #012050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012050.

Preview

Color preview on black background

This text has color #012050 on black background.


Color preview on white background

This text has color #012050 on white background.


Black color preview on #012050 background

This text has black color on #012050 background.


White color preview on #012050 background

This text has white color on #012050 background.


Related colors

Complementary color

Complementary color for #hex is #FEDFAF.


I love getcolorcode.com

Triadic colors

1 #500120 and #205001 with #012050 are triadic colors.

2 #502001 and #200150 with #012050 are triadic colors.