COLOR #012E52

HEX: #012E52
RGB: (1,46,82)

Color info

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

RGB color model

#012E52 color RGB value is (1,46,82).

  • red value is 1;
  • green value is 46;
  • blue value is 82.
RGB:
(1,46,82)
(0%,18%,32%)

RGB channels and saturation

R 1 of 255 = 0%
G 46 of 255 = 18%
B 82 of 255 = 32%

1
46
82

R + G + B ~ 17%. #012E52 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 46 + 82 = 129 (100%)
R 1 of 129 ~ 0.78%
G 46 of 129 ~ 35.66%
B 82 of 129 ~ 63.57%

%35.66
%63.57

CMYK color model

#012E52 color CMYK value is (99,44,0,68).

  • cyan value is 98.78%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(99,44,0,68)
C99M44Y0K68 
(99%,44%,0%,68%)
(0.99/0.44/0.00/0.68)	

CMYK percentages

%98.78
%43.9
%0
%67.84

Codes

Color #012E52 in popluar color models

012E52
RGB14682
HSL207°97.59%16.27%
HSB/HSV207°98.78%32.16%
CMYK98.78%43.90%0.00%
67.84%

Color #012E52 in popluar number systems.

HEX012E52
Decimal14682
Binary11011101010010
Octal156122

Shades and tints

Shades of #012E52

#012E52
(1,46,82)
#012A4B
(1,42,75)
#012644
(1,38,68)
#01223D
(1,34,61)
#011E36
(1,30,54)
#011A2F
(1,26,47)
#011628
(1,22,40)
#011221
(1,18,33)
#010E1A
(1,14,26)
#010A13
(1,10,19)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #012E52

#012E52
(1,46,82)
#184161
(24,65,97)
#2F5470
(47,84,112)
#46677F
(70,103,127)
#5D7A8E
(93,122,142)
#748D9D
(116,141,157)
#8BA0AC
(139,160,172)
#A2B3BB
(162,179,187)
#B9C6CA
(185,198,202)
#D0D9D9
(208,217,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012E52 color. Also use rgb(1,46,82) instead hex code.

Text Font Color

.myTextColor { color: #012E52; }

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

This text font color is #012E52.


Background Color

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

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

This div background color is #012E52.


Border color

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

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

This div border color is #012E52.


Opacity

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

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

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

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

This text has shadow with #012E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012E52 on black background.


Color preview on white background

This text has color #012E52 on white background.



Black color preview on #012E52 background

This text has black color on #012E52 background.


White color preview on #012E52 background

This text has white color on #012E52 background.