COLOR #014FA1

HEX: #014FA1
RGB: (1,79,161)

Color info

#014FA1 contains mainly blue color. Web safe color of #014FA1 is #006699 (or #069).

RGB color model

#014FA1 color RGB value is (1,79,161).

  • red value is 1;
  • green value is 79;
  • blue value is 161.
RGB:
(1,79,161)
(0%,31%,63%)

RGB channels and saturation

R 1 of 255 = 0%
G 79 of 255 = 31%
B 161 of 255 = 63%

1
79
161

R + G + B ~ 31%. #014FA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 79 + 161 = 241 (100%)
R 1 of 241 ~ 0.41%
G 79 of 241 ~ 32.78%
B 161 of 241 ~ 66.8%

%32.78
%66.8

CMYK color model

#014FA1 color CMYK value is (99,51,0,37).

  • cyan value is 99.38%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(99,51,0,37)
C99M51Y0K37 
(99%,51%,0%,37%)
(0.99/0.51/0.00/0.37)	

CMYK percentages

%99.38
%50.93
%0
%36.86

Codes

Color #014FA1 in popluar color models

014FA1
RGB179161
HSL211°98.77%31.76%
HSB/HSV211°99.38%63.14%
CMYK99.38%50.93%0.00%
36.86%

Color #014FA1 in popluar number systems.

HEX014FA1
Decimal179161
Binary1100111110100001
Octal1117241

Shades and tints

Shades of #014FA1

#014FA1
(1,79,161)
#014893
(1,72,147)
#014185
(1,65,133)
#013A77
(1,58,119)
#013369
(1,51,105)
#012C5B
(1,44,91)
#01254D
(1,37,77)
#011E3F
(1,30,63)
#011731
(1,23,49)
#011023
(1,16,35)
#010915
(1,9,21)
#000000
(0,0,0)

Tints of #014FA1

#014FA1
(1,79,161)
#185FA9
(24,95,169)
#2F6FB1
(47,111,177)
#467FB9
(70,127,185)
#5D8FC1
(93,143,193)
#749FC9
(116,159,201)
#8BAFD1
(139,175,209)
#A2BFD9
(162,191,217)
#B9CFE1
(185,207,225)
#D0DFE9
(208,223,233)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014FA1 color. Also use rgb(1,79,161) instead hex code.

Text Font Color

.myTextColor { color: #014FA1; }

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

This text font color is #014FA1.


Background Color

.myBgColor { background-color: #014FA1; }

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

This div background color is #014FA1.


Border color

.myBorderColor { border: 1px solid #014FA1; }

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

This div border color is #014FA1.


Opacity

.myOpacity80 { color: #014FA1; opacity: 0.8; }

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

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

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

This text has shadow with #014FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014FA1 on black background.


Color preview on white background

This text has color #014FA1 on white background.



Black color preview on #014FA1 background

This text has black color on #014FA1 background.


White color preview on #014FA1 background

This text has white color on #014FA1 background.