COLOR #012159

HEX: #012159 RGB: (1,33,89)

Color info

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

RGB color model

#012159 color RGB value is (1,33,89).

RGB: (1,33,89) (0%, 13%, 35%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 89 of 255 = 35%

1
33
89

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

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 89 = 123 (100%)
R 1 of 123 ~ 0.81%
G 33 of 123 ~ 26.83%
B 89 of 123 ~ 72.36'%

%26.83
%72.36

CMYK color model

#012159 color CMYK value is (99,63,0,65).

  • cyan value is 98.88%
  • magenta value is 62.92%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (99,63,0,65)
C99M63Y0K65 (99%, 63%, 0%, 65%)
(0.99 / 0.63 / 0.00 / 0.65)

CMYK percentages

%98.88
%62.92
%0
%65.1

Codes

Color #012159 in popluar color models

01 21 59
RGB 1 33 89
HSL 218° 97.78% 17.65%
HSB/HSV 218° 98.88% 34.90%
CMYK 98.88% 62.92% 0.00%
65.10%

Color #012159 in popluar number systems.

HEX 01 21 59
Decimal 1 33 89
Binary 1 100001 1011001
Octal 1 41 131

Shades and tints

Shades of #012159

#012159
(1,33,89)
#011E51
(1,30,81)
#011B49
(1,27,73)
#011841
(1,24,65)
#011539
(1,21,57)
#011231
(1,18,49)
#010F29
(1,15,41)
#010C21
(1,12,33)
#010919
(1,9,25)
#010611
(1,6,17)
#010309
(1,3,9)
#000000
(0,0,0)

Tints of #012159

#012159
(1,33,89)
#183568
(24,53,104)
#2F4977
(47,73,119)
#465D86
(70,93,134)
#5D7195
(93,113,149)
#7485A4
(116,133,164)
#8B99B3
(139,153,179)
#A2ADC2
(162,173,194)
#B9C1D1
(185,193,209)
#D0D5E0
(208,213,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012159 color. Also use rgb(1,33,89) instead hex code.

Text Font Color

.myTextColor { color: #012159; }

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

This text font color is #012159.

Background Color

.myBgColor { background-color: #012159; }

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

This div background color is #012159.

Border color

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

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

This div border color is #012159.

Opacity

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

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

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

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

This text has shadow with #012159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012159.

Preview

Color preview on black background

This text has color #012159 on black background.


Color preview on white background

This text has color #012159 on white background.


Black color preview on #012159 background

This text has black color on #012159 background.


White color preview on #012159 background

This text has white color on #012159 background.


Related colors

Complementary color

Complementary color for #hex is #FEDEA6.


I love getcolorcode.com

Triadic colors

1 #590121 and #215901 with #012159 are triadic colors.

2 #592101 and #210159 with #012159 are triadic colors.