COLOR #1583B1

HEX: #1583B1
RGB: (21,131,177)

Color info

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

RGB color model

#1583B1 color RGB value is (21,131,177).

  • red value is 21;
  • green value is 131;
  • blue value is 177.
RGB:
(21,131,177)
(8%,51%,69%)

RGB channels and saturation

R 21 of 255 = 8%
G 131 of 255 = 51%
B 177 of 255 = 69%

21
131
177

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

Portions of RGB colors in percentages

R + G + B =
21 + 131 + 177 = 329 (100%)
R 21 of 329 ~ 6.38%
G 131 of 329 ~ 39.82%
B 177 of 329 ~ 53.8%

%39.82
%53.8

CMYK color model

#1583B1 color CMYK value is (88,26,0,31).

  • cyan value is 88.14%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(88,26,0,31)
C88M26Y0K31 
(88%,26%,0%,31%)
(0.88/0.26/0.00/0.31)	

CMYK percentages

%88.14
%25.99
%0
%30.59

Codes

Color #1583B1 in popluar color models

1583B1
RGB21131177
HSL198°78.79%38.82%
HSB/HSV198°88.14%69.41%
CMYK88.14%25.99%0.00%
30.59%

Color #1583B1 in popluar number systems.

HEX1583B1
Decimal21131177
Binary101011000001110110001
Octal25203261

Shades and tints

Shades of #1583B1

#1583B1
(21,131,177)
#1478A1
(20,120,161)
#136D91
(19,109,145)
#126281
(18,98,129)
#115771
(17,87,113)
#104C61
(16,76,97)
#0F4151
(15,65,81)
#0E3641
(14,54,65)
#0D2B31
(13,43,49)
#0C2021
(12,32,33)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #1583B1

#1583B1
(21,131,177)
#2A8EB8
(42,142,184)
#3F99BF
(63,153,191)
#54A4C6
(84,164,198)
#69AFCD
(105,175,205)
#7EBAD4
(126,186,212)
#93C5DB
(147,197,219)
#A8D0E2
(168,208,226)
#BDDBE9
(189,219,233)
#D2E6F0
(210,230,240)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1583B1 color. Also use rgb(21,131,177) instead hex code.

Text Font Color

.myTextColor { color: #1583B1; }

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

This text font color is #1583B1.


Background Color

.myBgColor { background-color: #1583B1; }

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

This div background color is #1583B1.


Border color

.myBorderColor { border: 1px solid #1583B1; }

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

This div border color is #1583B1.


Opacity

.myOpacity80 { color: #1583B1; opacity: 0.8; }

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

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

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

This text has shadow with #1583B1 color.

.textShadow {text-shadow: 3px 3px 1px #1583B1, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1583B1 on black background.


Color preview on white background

This text has color #1583B1 on white background.



Black color preview on #1583B1 background

This text has black color on #1583B1 background.


White color preview on #1583B1 background

This text has white color on #1583B1 background.