COLOR #014A76

HEX: #014A76
RGB: (1,74,118)

Color info

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

RGB color model

#014A76 color RGB value is (1,74,118).

  • red value is 1;
  • green value is 74;
  • blue value is 118.
RGB:
(1,74,118)
(0%,29%,46%)

RGB channels and saturation

R 1 of 255 = 0%
G 74 of 255 = 29%
B 118 of 255 = 46%

1
74
118

R + G + B ~ 25%. #014A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 74 + 118 = 193 (100%)
R 1 of 193 ~ 0.52%
G 74 of 193 ~ 38.34%
B 118 of 193 ~ 61.14%

%38.34
%61.14

CMYK color model

#014A76 color CMYK value is (99,37,0,54).

  • cyan value is 99.15%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(99,37,0,54)
C99M37Y0K54 
(99%,37%,0%,54%)
(0.99/0.37/0.00/0.54)	

CMYK percentages

%99.15
%37.29
%0
%53.73

Codes

Color #014A76 in popluar color models

014A76
RGB174118
HSL203°98.32%23.33%
HSB/HSV203°99.15%46.27%
CMYK99.15%37.29%0.00%
53.73%

Color #014A76 in popluar number systems.

HEX014A76
Decimal174118
Binary110010101110110
Octal1112166

Shades and tints

Shades of #014A76

#014A76
(1,74,118)
#01446C
(1,68,108)
#013E62
(1,62,98)
#013858
(1,56,88)
#01324E
(1,50,78)
#012C44
(1,44,68)
#01263A
(1,38,58)
#012030
(1,32,48)
#011A26
(1,26,38)
#01141C
(1,20,28)
#010E12
(1,14,18)
#000000
(0,0,0)

Tints of #014A76

#014A76
(1,74,118)
#185A82
(24,90,130)
#2F6A8E
(47,106,142)
#467A9A
(70,122,154)
#5D8AA6
(93,138,166)
#749AB2
(116,154,178)
#8BAABE
(139,170,190)
#A2BACA
(162,186,202)
#B9CAD6
(185,202,214)
#D0DAE2
(208,218,226)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014A76 color. Also use rgb(1,74,118) instead hex code.

Text Font Color

.myTextColor { color: #014A76; }

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

This text font color is #014A76.


Background Color

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

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

This div background color is #014A76.


Border color

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

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

This div border color is #014A76.


Opacity

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

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

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

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

This text has shadow with #014A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014A76 on black background.


Color preview on white background

This text has color #014A76 on white background.



Black color preview on #014A76 background

This text has black color on #014A76 background.


White color preview on #014A76 background

This text has white color on #014A76 background.