COLOR #014A58

HEX: #014A58
RGB: (1,74,88)

Color info

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

RGB color model

#014A58 color RGB value is (1,74,88).

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

RGB channels and saturation

R 1 of 255 = 0%
G 74 of 255 = 29%
B 88 of 255 = 35%

1
74
88

R + G + B ~ 21%. #014A58 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 74 + 88 = 163 (100%)
R 1 of 163 ~ 0.61%
G 74 of 163 ~ 45.4%
B 88 of 163 ~ 53.99%

%45.4
%53.99

CMYK color model

#014A58 color CMYK value is (99,16,0,65).

  • cyan value is 98.86%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(99,16,0,65)
C99M16Y0K65 
(99%,16%,0%,65%)
(0.99/0.16/0.00/0.65)	

CMYK percentages

%98.86
%15.91
%0
%65.49

Codes

Color #014A58 in popluar color models

014A58
RGB17488
HSL190°97.75%17.45%
HSB/HSV190°98.86%34.51%
CMYK98.86%15.91%0.00%
65.49%

Color #014A58 in popluar number systems.

HEX014A58
Decimal17488
Binary110010101011000
Octal1112130

Shades and tints

Shades of #014A58

#014A58
(1,74,88)
#014450
(1,68,80)
#013E48
(1,62,72)
#013840
(1,56,64)
#013238
(1,50,56)
#012C30
(1,44,48)
#012628
(1,38,40)
#012020
(1,32,32)
#011A18
(1,26,24)
#011410
(1,20,16)
#010E08
(1,14,8)
#000000
(0,0,0)

Tints of #014A58

#014A58
(1,74,88)
#185A67
(24,90,103)
#2F6A76
(47,106,118)
#467A85
(70,122,133)
#5D8A94
(93,138,148)
#749AA3
(116,154,163)
#8BAAB2
(139,170,178)
#A2BAC1
(162,186,193)
#B9CAD0
(185,202,208)
#D0DADF
(208,218,223)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014A58; }

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

This text font color is #014A58.


Background Color

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

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

This div background color is #014A58.


Border color

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

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

This div border color is #014A58.


Opacity

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

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

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

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

This text has shadow with #014A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014A58 on black background.


Color preview on white background

This text has color #014A58 on white background.



Black color preview on #014A58 background

This text has black color on #014A58 background.


White color preview on #014A58 background

This text has white color on #014A58 background.