COLOR #012040

HEX: #012040
RGB: (1,32,64)

Color info

#012040 contains mainly green and blue colors. Web safe color of #012040 is #003333 (or #033).

RGB color model

#012040 color RGB value is (1,32,64).

  • red value is 1;
  • green value is 32;
  • blue value is 64.
RGB:
(1,32,64)
(0%,13%,25%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 64 of 255 = 25%

1
32
64

R + G + B ~ 13%. #012040 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 32 + 64 = 97 (100%)
R 1 of 97 ~ 1.03%
G 32 of 97 ~ 32.99%
B 64 of 97 ~ 65.98%

%32.99
%65.98

CMYK color model

#012040 color CMYK value is (98,50,0,75).

  • cyan value is 98.44%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(98,50,0,75)
C98M50Y0K75 
(98%,50%,0%,75%)
(0.98/0.50/0.00/0.75)	

CMYK percentages

%98.44
%50
%0
%74.9

Codes

Color #012040 in popluar color models

012040
RGB13264
HSL210°96.92%12.75%
HSB/HSV210°98.44%25.10%
CMYK98.44%50.00%0.00%
74.90%

Color #012040 in popluar number systems.

HEX012040
Decimal13264
Binary11000001000000
Octal140100

Shades and tints

Shades of #012040

#012040
(1,32,64)
#011E3B
(1,30,59)
#011C36
(1,28,54)
#011A31
(1,26,49)
#01182C
(1,24,44)
#011627
(1,22,39)
#011422
(1,20,34)
#01121D
(1,18,29)
#011018
(1,16,24)
#010E13
(1,14,19)
#010C0E
(1,12,14)
#000000
(0,0,0)

Tints of #012040

#012040
(1,32,64)
#183451
(24,52,81)
#2F4862
(47,72,98)
#465C73
(70,92,115)
#5D7084
(93,112,132)
#748495
(116,132,149)
#8B98A6
(139,152,166)
#A2ACB7
(162,172,183)
#B9C0C8
(185,192,200)
#D0D4D9
(208,212,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012040; }

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

This text font color is #012040.


Background Color

.myBgColor { background-color: #012040; }

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

This div background color is #012040.


Border color

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

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

This div border color is #012040.


Opacity

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

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

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

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

This text has shadow with #012040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012040 on black background.


Color preview on white background

This text has color #012040 on white background.



Black color preview on #012040 background

This text has black color on #012040 background.


White color preview on #012040 background

This text has white color on #012040 background.