COLOR #014555

HEX: #014555 RGB: (1,69,85)

Color info

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

RGB color model

#014555 color RGB value is (1,69,85).

RGB: (1,69,85) (0%, 27%, 33%)

RGB channels and saturation

R 1 of 255 = 0%
G 69 of 255 = 27%
B 85 of 255 = 33%

1
69
85

R + G + B ~ 20%. #014555 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 69 + 85 = 155 (100%)
R 1 of 155 ~ 0.65%
G 69 of 155 ~ 44.52%
B 85 of 155 ~ 54.84'%

%44.52
%54.84

CMYK color model

#014555 color CMYK value is (99,19,0,67).

  • cyan value is 98.82%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (99,19,0,67)
C99M19Y0K67 (99%, 19%, 0%, 67%)
(0.99 / 0.19 / 0.00 / 0.67)

CMYK percentages

%98.82
%18.82
%0
%66.67

Codes

Color #014555 in popluar color models

01 45 55
RGB 1 69 85
HSL 191° 97.67% 16.86%
HSB/HSV 191° 98.82% 33.33%
CMYK 98.82% 18.82% 0.00%
66.67%

Color #014555 in popluar number systems.

HEX 01 45 55
Decimal 1 69 85
Binary 1 1000101 1010101
Octal 1 105 125

Shades and tints

Shades of #014555

#014555
(1,69,85)
#013F4E
(1,63,78)
#013947
(1,57,71)
#013340
(1,51,64)
#012D39
(1,45,57)
#012732
(1,39,50)
#01212B
(1,33,43)
#011B24
(1,27,36)
#01151D
(1,21,29)
#010F16
(1,15,22)
#01090F
(1,9,15)
#000000
(0,0,0)

Tints of #014555

#014555
(1,69,85)
#185564
(24,85,100)
#2F6573
(47,101,115)
#467582
(70,117,130)
#5D8591
(93,133,145)
#7495A0
(116,149,160)
#8BA5AF
(139,165,175)
#A2B5BE
(162,181,190)
#B9C5CD
(185,197,205)
#D0D5DC
(208,213,220)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014555 color. Also use rgb(1,69,85) instead hex code.

Text Font Color

.myTextColor { color: #014555; }

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

This text font color is #014555.

Background Color

.myBgColor { background-color: #014555; }

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

This div background color is #014555.

Border color

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

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

This div border color is #014555.

Opacity

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

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

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

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

This text has shadow with #014555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014555.

Preview

Color preview on black background

This text has color #014555 on black background.


Color preview on white background

This text has color #014555 on white background.


Black color preview on #014555 background

This text has black color on #014555 background.


White color preview on #014555 background

This text has white color on #014555 background.


Related colors

Complementary color

Complementary color for #hex is #FEBAAA.


I love getcolorcode.com

Triadic colors

1 #550145 and #455501 with #014555 are triadic colors.

2 #554501 and #450155 with #014555 are triadic colors.