COLOR #1D587B

HEX: #1D587B RGB: (29,88,123)

Color info

#1D587B contains mainly green and blue colors. Web safe color of #1D587B is #336666 (or #366).

RGB color model

#1D587B color RGB value is (29,88,123).

RGB: (29,88,123) (11%, 35%, 48%)

RGB channels and saturation

R 29 of 255 = 11%
G 88 of 255 = 35%
B 123 of 255 = 48%

29
88
123

R + G + B ~ 31%. #1D587B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 88 + 123 = 240 (100%)
R 29 of 240 ~ 12.08%
G 88 of 240 ~ 36.67%
B 123 of 240 ~ 51.25'%

%12.08
%36.67
%51.25

CMYK color model

#1D587B color CMYK value is (76,28,0,52).

  • cyan value is 76.42%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (76,28,0,52)
C76M28Y0K52 (76%, 28%, 0%, 52%)
(0.76 / 0.28 / 0.00 / 0.52)

CMYK percentages

%76.42
%28.46
%0
%51.76

Codes

Color #1D587B in popluar color models

1D 58 7B
RGB 29 88 123
HSL 202° 61.84% 29.80%
HSB/HSV 202° 76.42% 48.24%
CMYK 76.42% 28.46% 0.00%
51.76%

Color #1D587B in popluar number systems.

HEX 1D 58 7B
Decimal 29 88 123
Binary 11101 1011000 1111011
Octal 35 130 173

Shades and tints

Shades of #1D587B

#1D587B
(29,88,123)
#1B5070
(27,80,112)
#194865
(25,72,101)
#17405A
(23,64,90)
#15384F
(21,56,79)
#133044
(19,48,68)
#112839
(17,40,57)
#0F202E
(15,32,46)
#0D1823
(13,24,35)
#0B1018
(11,16,24)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #1D587B

#1D587B
(29,88,123)
#316787
(49,103,135)
#457693
(69,118,147)
#59859F
(89,133,159)
#6D94AB
(109,148,171)
#81A3B7
(129,163,183)
#95B2C3
(149,178,195)
#A9C1CF
(169,193,207)
#BDD0DB
(189,208,219)
#D1DFE7
(209,223,231)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D587B color. Also use rgb(29,88,123) instead hex code.

Text Font Color

.myTextColor { color: #1D587B; }

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

This text font color is #1D587B.

Background Color

.myBgColor { background-color: #1D587B; }

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

This div background color is #1D587B.

Border color

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

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

This div border color is #1D587B.

Opacity

.myOpacity80 { color: #1D587B; opacity: 0.8; }

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

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

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

This text has shadow with #1D587B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D587B.

Preview

Color preview on black background

This text has color #1D587B on black background.


Color preview on white background

This text has color #1D587B on white background.


Black color preview on #1D587B background

This text has black color on #1D587B background.


White color preview on #1D587B background

This text has white color on #1D587B background.


Related colors

Complementary color

Complementary color for #hex is #E2A784.


I love getcolorcode.com

Triadic colors

1 #7B1D58 and #587B1D with #1D587B are triadic colors.

2 #7B581D and #581D7B with #1D587B are triadic colors.