COLOR #1585B4

HEX: #1585B4
RGB: (21,133,180)

Renk bilgisi

#1585B4 contains mainly green and blue colors. #1585B4 ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#1585B4 color RGB value is (21,133,180).

  • kırmız ton 21;
  • yeşil ton 133;
  • mavi ton 180.
RGB:
(21,133,180)
(8%,52%,71%)

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 133 of 255 = 52%
B 180 of 255 = 71%

21
133
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 133 + 180 = 334 (100%)
R 21 of 334 ~ 6.29%
G 133 of 334 ~ 39.82%
B 180 of 334 ~ 53.89%

%39.82
%53.89

CMYK RENK MODELİ

#1585B4 rengi CMYK tonu (88,26,0,29).

  • camgöbeği tonu 88.33%
  • eflatun tonu 26.11%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(88,26,0,29)
C88M26Y0K29 
(88%,26%,0%,29%)
(0.88/0.26/0.00/0.29)	

CMYK yüzdeleri

%88.33
%26.11
%0
%29.41

Codes

Color #1585B4 in popluar color models

1585B4
RGB21133180
HSL198°79.10%39.41%
HSB/HSV198°88.33%70.59%
CMYK88.33%26.11%0.00%
29.41%

Color #1585B4 in popluar number systems.

HEX1585B4
Decimal21133180
Binary101011000010110110100
Octal25205264

Shades and tints

Shades of #1585B4

#1585B4
(21,133,180)
#1479A4
(20,121,164)
#136D94
(19,109,148)
#126184
(18,97,132)
#115574
(17,85,116)
#104964
(16,73,100)
#0F3D54
(15,61,84)
#0E3144
(14,49,68)
#0D2534
(13,37,52)
#0C1924
(12,25,36)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #1585B4

#1585B4
(21,133,180)
#2A90BA
(42,144,186)
#3F9BC0
(63,155,192)
#54A6C6
(84,166,198)
#69B1CC
(105,177,204)
#7EBCD2
(126,188,210)
#93C7D8
(147,199,216)
#A8D2DE
(168,210,222)
#BDDDE4
(189,221,228)
#D2E8EA
(210,232,234)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1585B4; }

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

This text font color is #1585B4.


Background Color

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

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

This div background color is #1585B4.


Border color

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

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

This div border color is #1585B4.


Opacity

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

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

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

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

This text has shadow with #1585B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1585B4 on black background.


Color preview on white background

This text has color #1585B4 on white background.



Black color preview on #1585B4 background

This text has black color on #1585B4 background.


White color preview on #1585B4 background

This text has white color on #1585B4 background.