COLOR #012C50

HEX: #012C50 RGB: (1,44,80)

Color info

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

RGB color model

#012C50 color RGB value is (1,44,80).

RGB: (1,44,80) (0%, 17%, 31%)

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 80 of 255 = 31%

1
44
80

R + G + B ~ 16%. #012C50 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 44 + 80 = 125 (100%)
R 1 of 125 ~ 0.8%
G 44 of 125 ~ 35.2%
B 80 of 125 ~ 64'%

%35.2
%64

CMYK color model

#012C50 color CMYK value is (99,45,0,69).

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

CMYK: (99,45,0,69)
C99M45Y0K69 (99%, 45%, 0%, 69%)
(0.99 / 0.45 / 0.00 / 0.69)

CMYK percentages

%98.75
%45
%0
%68.63

Codes

Color #012C50 in popluar color models

01 2C 50
RGB 1 44 80
HSL 207° 97.53% 15.88%
HSB/HSV 207° 98.75% 31.37%
CMYK 98.75% 45.00% 0.00%
68.63%

Color #012C50 in popluar number systems.

HEX 01 2C 50
Decimal 1 44 80
Binary 1 101100 1010000
Octal 1 54 120

Shades and tints

Shades of #012C50

#012C50
(1,44,80)
#012849
(1,40,73)
#012442
(1,36,66)
#01203B
(1,32,59)
#011C34
(1,28,52)
#01182D
(1,24,45)
#011426
(1,20,38)
#01101F
(1,16,31)
#010C18
(1,12,24)
#010811
(1,8,17)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #012C50

#012C50
(1,44,80)
#183F5F
(24,63,95)
#2F526E
(47,82,110)
#46657D
(70,101,125)
#5D788C
(93,120,140)
#748B9B
(116,139,155)
#8B9EAA
(139,158,170)
#A2B1B9
(162,177,185)
#B9C4C8
(185,196,200)
#D0D7D7
(208,215,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012C50; }

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

This text font color is #012C50.

Background Color

.myBgColor { background-color: #012C50; }

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

This div background color is #012C50.

Border color

.myBorderColor { border: 1px solid #012C50; }

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

This div border color is #012C50.

Opacity

.myOpacity80 { color: #012C50; opacity: 0.8; }

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

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

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

This text has shadow with #012C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012C50.

Preview

Color preview on black background

This text has color #012C50 on black background.


Color preview on white background

This text has color #012C50 on white background.


Black color preview on #012C50 background

This text has black color on #012C50 background.


White color preview on #012C50 background

This text has white color on #012C50 background.


Related colors

Complementary color

Complementary color for #hex is #FED3AF.


I love getcolorcode.com

Triadic colors

1 #50012C and #2C5001 with #012C50 are triadic colors.

2 #502C01 and #2C0150 with #012C50 are triadic colors.