COLOR #1585C7

HEX: #1585C7
RGB: (21,133,199)

Color info

#1585C7 contains mainly blue color. Web safe color of #1585C7 is #0099CC (or #09C).

RGB color model

#1585C7 color RGB value is (21,133,199).

  • red value is 21;
  • green value is 133;
  • blue value is 199.
RGB:
(21,133,199)
(8%,52%,78%)

RGB channels and saturation

R 21 of 255 = 8%
G 133 of 255 = 52%
B 199 of 255 = 78%

21
133
199

R + G + B ~ 46%. #1585C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 133 + 199 = 353 (100%)
R 21 of 353 ~ 5.95%
G 133 of 353 ~ 37.68%
B 199 of 353 ~ 56.37%

%37.68
%56.37

CMYK color model

#1585C7 color CMYK value is (89,33,0,22).

  • cyan value is 89.45%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(89,33,0,22)
C89M33Y0K22 
(89%,33%,0%,22%)
(0.89/0.33/0.00/0.22)	

CMYK percentages

%89.45
%33.17
%0
%21.96

Codes

Color #1585C7 in popluar color models

1585C7
RGB21133199
HSL202°80.91%43.14%
HSB/HSV202°89.45%78.04%
CMYK89.45%33.17%0.00%
21.96%

Color #1585C7 in popluar number systems.

HEX1585C7
Decimal21133199
Binary101011000010111000111
Octal25205307

Shades and tints

Shades of #1585C7

#1585C7
(21,133,199)
#1479B5
(20,121,181)
#136DA3
(19,109,163)
#126191
(18,97,145)
#11557F
(17,85,127)
#10496D
(16,73,109)
#0F3D5B
(15,61,91)
#0E3149
(14,49,73)
#0D2537
(13,37,55)
#0C1925
(12,25,37)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #1585C7

#1585C7
(21,133,199)
#2A90CC
(42,144,204)
#3F9BD1
(63,155,209)
#54A6D6
(84,166,214)
#69B1DB
(105,177,219)
#7EBCE0
(126,188,224)
#93C7E5
(147,199,229)
#A8D2EA
(168,210,234)
#BDDDEF
(189,221,239)
#D2E8F4
(210,232,244)
#E7F3F9
(231,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1585C7 color. Also use rgb(21,133,199) instead hex code.

Text Font Color

.myTextColor { color: #1585C7; }

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

This text font color is #1585C7.


Background Color

.myBgColor { background-color: #1585C7; }

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

This div background color is #1585C7.


Border color

.myBorderColor { border: 1px solid #1585C7; }

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

This div border color is #1585C7.


Opacity

.myOpacity80 { color: #1585C7; opacity: 0.8; }

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

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

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

This text has shadow with #1585C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1585C7 on black background.


Color preview on white background

This text has color #1585C7 on white background.



Black color preview on #1585C7 background

This text has black color on #1585C7 background.


White color preview on #1585C7 background

This text has white color on #1585C7 background.