COLOR #1584AE

HEX: #1584AE
RGB: (21,132,174)

Color info

#1584AE contains mainly green and blue colors. Web safe color of #1584AE is #009999 (or #099).

RGB color model

#1584AE color RGB value is (21,132,174).

  • red value is 21;
  • green value is 132;
  • blue value is 174.
RGB:
(21,132,174)
(8%,52%,68%)

RGB channels and saturation

R 21 of 255 = 8%
G 132 of 255 = 52%
B 174 of 255 = 68%

21
132
174

R + G + B ~ 43%. #1584AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 132 + 174 = 327 (100%)
R 21 of 327 ~ 6.42%
G 132 of 327 ~ 40.37%
B 174 of 327 ~ 53.21%

%40.37
%53.21

CMYK color model

#1584AE color CMYK value is (88,24,0,32).

  • cyan value is 87.93%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(88,24,0,32)
C88M24Y0K32 
(88%,24%,0%,32%)
(0.88/0.24/0.00/0.32)	

CMYK percentages

%87.93
%24.14
%0
%31.76

Codes

Color #1584AE in popluar color models

1584AE
RGB21132174
HSL196°78.46%38.24%
HSB/HSV196°87.93%68.24%
CMYK87.93%24.14%0.00%
31.76%

Color #1584AE in popluar number systems.

HEX1584AE
Decimal21132174
Binary101011000010010101110
Octal25204256

Shades and tints

Shades of #1584AE

#1584AE
(21,132,174)
#14789F
(20,120,159)
#136C90
(19,108,144)
#126081
(18,96,129)
#115472
(17,84,114)
#104863
(16,72,99)
#0F3C54
(15,60,84)
#0E3045
(14,48,69)
#0D2436
(13,36,54)
#0C1827
(12,24,39)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #1584AE

#1584AE
(21,132,174)
#2A8FB5
(42,143,181)
#3F9ABC
(63,154,188)
#54A5C3
(84,165,195)
#69B0CA
(105,176,202)
#7EBBD1
(126,187,209)
#93C6D8
(147,198,216)
#A8D1DF
(168,209,223)
#BDDCE6
(189,220,230)
#D2E7ED
(210,231,237)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1584AE color. Also use rgb(21,132,174) instead hex code.

Text Font Color

.myTextColor { color: #1584AE; }

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

This text font color is #1584AE.


Background Color

.myBgColor { background-color: #1584AE; }

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

This div background color is #1584AE.


Border color

.myBorderColor { border: 1px solid #1584AE; }

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

This div border color is #1584AE.


Opacity

.myOpacity80 { color: #1584AE; opacity: 0.8; }

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

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

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

This text has shadow with #1584AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1584AE on black background.


Color preview on white background

This text has color #1584AE on white background.



Black color preview on #1584AE background

This text has black color on #1584AE background.


White color preview on #1584AE background

This text has white color on #1584AE background.