COLOR #014774

HEX: #014774
RGB: (1,71,116)

Color info

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

RGB color model

#014774 color RGB value is (1,71,116).

  • red value is 1;
  • green value is 71;
  • blue value is 116.
RGB:
(1,71,116)
(0%,28%,45%)

RGB channels and saturation

R 1 of 255 = 0%
G 71 of 255 = 28%
B 116 of 255 = 45%

1
71
116

R + G + B ~ 24%. #014774 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 71 + 116 = 188 (100%)
R 1 of 188 ~ 0.53%
G 71 of 188 ~ 37.77%
B 116 of 188 ~ 61.7%

%37.77
%61.7

CMYK color model

#014774 color CMYK value is (99,39,0,55).

  • cyan value is 99.14%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(99,39,0,55)
C99M39Y0K55 
(99%,39%,0%,55%)
(0.99/0.39/0.00/0.55)	

CMYK percentages

%99.14
%38.79
%0
%54.51

Codes

Color #014774 in popluar color models

014774
RGB171116
HSL203°98.29%22.94%
HSB/HSV203°99.14%45.49%
CMYK99.14%38.79%0.00%
54.51%

Color #014774 in popluar number systems.

HEX014774
Decimal171116
Binary110001111110100
Octal1107164

Shades and tints

Shades of #014774

#014774
(1,71,116)
#01416A
(1,65,106)
#013B60
(1,59,96)
#013556
(1,53,86)
#012F4C
(1,47,76)
#012942
(1,41,66)
#012338
(1,35,56)
#011D2E
(1,29,46)
#011724
(1,23,36)
#01111A
(1,17,26)
#010B10
(1,11,16)
#000000
(0,0,0)

Tints of #014774

#014774
(1,71,116)
#185780
(24,87,128)
#2F678C
(47,103,140)
#467798
(70,119,152)
#5D87A4
(93,135,164)
#7497B0
(116,151,176)
#8BA7BC
(139,167,188)
#A2B7C8
(162,183,200)
#B9C7D4
(185,199,212)
#D0D7E0
(208,215,224)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014774 color. Also use rgb(1,71,116) instead hex code.

Text Font Color

.myTextColor { color: #014774; }

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

This text font color is #014774.


Background Color

.myBgColor { background-color: #014774; }

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

This div background color is #014774.


Border color

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

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

This div border color is #014774.


Opacity

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

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

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

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

This text has shadow with #014774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014774 on black background.


Color preview on white background

This text has color #014774 on white background.



Black color preview on #014774 background

This text has black color on #014774 background.


White color preview on #014774 background

This text has white color on #014774 background.