COLOR #012FA5

HEX: #012FA5
RGB: (1,47,165)

Color info

#012FA5 contains mainly blue color. Web safe color of #012FA5 is #003399 (or #039).

RGB color model

#012FA5 color RGB value is (1,47,165).

  • red value is 1;
  • green value is 47;
  • blue value is 165.
RGB:
(1,47,165)
(0%,18%,65%)

RGB channels and saturation

R 1 of 255 = 0%
G 47 of 255 = 18%
B 165 of 255 = 65%

1
47
165

R + G + B ~ 28%. #012FA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 47 + 165 = 213 (100%)
R 1 of 213 ~ 0.47%
G 47 of 213 ~ 22.07%
B 165 of 213 ~ 77.46%

%22.07
%77.46

CMYK color model

#012FA5 color CMYK value is (99,72,0,35).

  • cyan value is 99.39%
  • magenta value is 71.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(99,72,0,35)
C99M72Y0K35 
(99%,72%,0%,35%)
(0.99/0.72/0.00/0.35)	

CMYK percentages

%99.39
%71.52
%0
%35.29

Codes

Color #012FA5 in popluar color models

012FA5
RGB147165
HSL223°98.80%32.55%
HSB/HSV223°99.39%64.71%
CMYK99.39%71.52%0.00%
35.29%

Color #012FA5 in popluar number systems.

HEX012FA5
Decimal147165
Binary110111110100101
Octal157245

Shades and tints

Shades of #012FA5

#012FA5
(1,47,165)
#012B96
(1,43,150)
#012787
(1,39,135)
#012378
(1,35,120)
#011F69
(1,31,105)
#011B5A
(1,27,90)
#01174B
(1,23,75)
#01133C
(1,19,60)
#010F2D
(1,15,45)
#010B1E
(1,11,30)
#01070F
(1,7,15)
#000000
(0,0,0)

Tints of #012FA5

#012FA5
(1,47,165)
#1841AD
(24,65,173)
#2F53B5
(47,83,181)
#4665BD
(70,101,189)
#5D77C5
(93,119,197)
#7489CD
(116,137,205)
#8B9BD5
(139,155,213)
#A2ADDD
(162,173,221)
#B9BFE5
(185,191,229)
#D0D1ED
(208,209,237)
#E7E3F5
(231,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012FA5 color. Also use rgb(1,47,165) instead hex code.

Text Font Color

.myTextColor { color: #012FA5; }

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

This text font color is #012FA5.


Background Color

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

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

This div background color is #012FA5.


Border color

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

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

This div border color is #012FA5.


Opacity

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

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

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

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

This text has shadow with #012FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012FA5 on black background.


Color preview on white background

This text has color #012FA5 on white background.



Black color preview on #012FA5 background

This text has black color on #012FA5 background.


White color preview on #012FA5 background

This text has white color on #012FA5 background.