COLOR #014C94

HEX: #014C94
RGB: (1,76,148)

Color info

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

RGB color model

#014C94 color RGB value is (1,76,148).

  • red value is 1;
  • green value is 76;
  • blue value is 148.
RGB:
(1,76,148)
(0%,30%,58%)

RGB channels and saturation

R 1 of 255 = 0%
G 76 of 255 = 30%
B 148 of 255 = 58%

1
76
148

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

Portions of RGB colors in percentages

R + G + B =
1 + 76 + 148 = 225 (100%)
R 1 of 225 ~ 0.44%
G 76 of 225 ~ 33.78%
B 148 of 225 ~ 65.78%

%33.78
%65.78

CMYK color model

#014C94 color CMYK value is (99,49,0,42).

  • cyan value is 99.32%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(99,49,0,42)
C99M49Y0K42 
(99%,49%,0%,42%)
(0.99/0.49/0.00/0.42)	

CMYK percentages

%99.32
%48.65
%0
%41.96

Codes

Color #014C94 in popluar color models

014C94
RGB176148
HSL209°98.66%29.22%
HSB/HSV209°99.32%58.04%
CMYK99.32%48.65%0.00%
41.96%

Color #014C94 in popluar number systems.

HEX014C94
Decimal176148
Binary1100110010010100
Octal1114224

Shades and tints

Shades of #014C94

#014C94
(1,76,148)
#014687
(1,70,135)
#01407A
(1,64,122)
#013A6D
(1,58,109)
#013460
(1,52,96)
#012E53
(1,46,83)
#012846
(1,40,70)
#012239
(1,34,57)
#011C2C
(1,28,44)
#01161F
(1,22,31)
#011012
(1,16,18)
#000000
(0,0,0)

Tints of #014C94

#014C94
(1,76,148)
#185C9D
(24,92,157)
#2F6CA6
(47,108,166)
#467CAF
(70,124,175)
#5D8CB8
(93,140,184)
#749CC1
(116,156,193)
#8BACCA
(139,172,202)
#A2BCD3
(162,188,211)
#B9CCDC
(185,204,220)
#D0DCE5
(208,220,229)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014C94 color. Also use rgb(1,76,148) instead hex code.

Text Font Color

.myTextColor { color: #014C94; }

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

This text font color is #014C94.


Background Color

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

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

This div background color is #014C94.


Border color

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

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

This div border color is #014C94.


Opacity

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

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

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

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

This text has shadow with #014C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014C94 on black background.


Color preview on white background

This text has color #014C94 on white background.



Black color preview on #014C94 background

This text has black color on #014C94 background.


White color preview on #014C94 background

This text has white color on #014C94 background.