COLOR #014497

HEX: #014497
RGB: (1,68,151)

Color info

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

RGB color model

#014497 color RGB value is (1,68,151).

  • red value is 1;
  • green value is 68;
  • blue value is 151.
RGB:
(1,68,151)
(0%,27%,59%)

RGB channels and saturation

R 1 of 255 = 0%
G 68 of 255 = 27%
B 151 of 255 = 59%

1
68
151

R + G + B ~ 29%. #014497 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 68 + 151 = 220 (100%)
R 1 of 220 ~ 0.45%
G 68 of 220 ~ 30.91%
B 151 of 220 ~ 68.64%

%30.91
%68.64

CMYK color model

#014497 color CMYK value is (99,55,0,41).

  • cyan value is 99.34%
  • magenta value is 54.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(99,55,0,41)
C99M55Y0K41 
(99%,55%,0%,41%)
(0.99/0.55/0.00/0.41)	

CMYK percentages

%99.34
%54.97
%0
%40.78

Codes

Color #014497 in popluar color models

014497
RGB168151
HSL213°98.68%29.80%
HSB/HSV213°99.34%59.22%
CMYK99.34%54.97%0.00%
40.78%

Color #014497 in popluar number systems.

HEX014497
Decimal168151
Binary1100010010010111
Octal1104227

Shades and tints

Shades of #014497

#014497
(1,68,151)
#013E8A
(1,62,138)
#01387D
(1,56,125)
#013270
(1,50,112)
#012C63
(1,44,99)
#012656
(1,38,86)
#012049
(1,32,73)
#011A3C
(1,26,60)
#01142F
(1,20,47)
#010E22
(1,14,34)
#010815
(1,8,21)
#000000
(0,0,0)

Tints of #014497

#014497
(1,68,151)
#1855A0
(24,85,160)
#2F66A9
(47,102,169)
#4677B2
(70,119,178)
#5D88BB
(93,136,187)
#7499C4
(116,153,196)
#8BAACD
(139,170,205)
#A2BBD6
(162,187,214)
#B9CCDF
(185,204,223)
#D0DDE8
(208,221,232)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014497 color. Also use rgb(1,68,151) instead hex code.

Text Font Color

.myTextColor { color: #014497; }

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

This text font color is #014497.


Background Color

.myBgColor { background-color: #014497; }

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

This div background color is #014497.


Border color

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

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

This div border color is #014497.


Opacity

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

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

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

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

This text has shadow with #014497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014497 on black background.


Color preview on white background

This text has color #014497 on white background.



Black color preview on #014497 background

This text has black color on #014497 background.


White color preview on #014497 background

This text has white color on #014497 background.