COLOR #012068

HEX: #012068 RGB: (1,32,104)

Color info

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

RGB color model

#012068 color RGB value is (1,32,104).

RGB: (1,32,104) (0%, 13%, 41%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 104 of 255 = 41%

1
32
104

R + G + B ~ 18%. #012068 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 32 + 104 = 137 (100%)
R 1 of 137 ~ 0.73%
G 32 of 137 ~ 23.36%
B 104 of 137 ~ 75.91'%

%23.36
%75.91

CMYK color model

#012068 color CMYK value is (99,69,0,59).

  • cyan value is 99.04%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (99,69,0,59) C99M69Y0K59 (99%,69%,0%,59%) (0.99/0.69/0.00/0.59) 

CMYK percentages

%99.04
%69.23
%0
%59.22

Codes

Color #012068 in popluar color models

01 20 68
RGB 1 32 104
HSL 222° 98.10% 20.59%
HSB/HSV 222° 99.04% 40.78%
CMYK 99.04% 69.23% 0.00%
59.22%

Color #012068 in popluar number systems.

HEX 01 20 68
Decimal 1 32 104
Binary 1 100000 1101000
Octal 1 40 150

Shades and tints

Shades of #012068

#012068
(1,32,104)
#011E5F
(1,30,95)
#011C56
(1,28,86)
#011A4D
(1,26,77)
#011844
(1,24,68)
#01163B
(1,22,59)
#011432
(1,20,50)
#011229
(1,18,41)
#011020
(1,16,32)
#010E17
(1,14,23)
#010C0E
(1,12,14)
#000000
(0,0,0)

Tints of #012068

#012068
(1,32,104)
#183475
(24,52,117)
#2F4882
(47,72,130)
#465C8F
(70,92,143)
#5D709C
(93,112,156)
#7484A9
(116,132,169)
#8B98B6
(139,152,182)
#A2ACC3
(162,172,195)
#B9C0D0
(185,192,208)
#D0D4DD
(208,212,221)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012068; }

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

This text font color is #012068.

Background Color

.myBgColor { background-color: #012068; }

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

This div background color is #012068.

Border color

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

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

This div border color is #012068.

Opacity

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

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

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

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

This text has shadow with #012068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012068.

Preview

Color preview on black background

This text has color #012068 on black background.


Color preview on white background

This text has color #012068 on white background.


Black color preview on #012068 background

This text has black color on #012068 background.


White color preview on #012068 background

This text has white color on #012068 background.


Related colors

Complementary color

Complementary color for #hex is #FEDF97.


I love getcolorcode.com

Triadic colors

1 #680120 and #206801 with #012068 are triadic colors.

2 #682001 and #200168 with #012068 are triadic colors.